-Update to 2.0.1.
-Make portlint a bit happier. -Add xulrunner; it's untest and changelog said that it supports now.
This commit is contained in:
parent
c8c3a5754b
commit
da9e1a7fcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160959
3 changed files with 16 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= galeon
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= www gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://osdn.dl.sourceforge.net/sourceforge/galeon/
|
||||
|
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//}
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine)
|
||||
|
||||
USE_GECKO= firefox mozilla seamonkey
|
||||
USE_GECKO= firefox mozilla seamonkey xulrunner
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//}
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
@ -25,7 +25,7 @@ USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils \
|
|||
gnomedesktop
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ARGS= --enable-nautilus-view=no \
|
||||
--with-mozilla=${GECKO}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (galeon-2.0.0.tar.bz2) = e1f1e46d40c9e2345c1ea5e9bc788244
|
||||
SHA256 (galeon-2.0.0.tar.bz2) = fa8c9706408c94f620cd93c462696467f73d59e21c87a4fa65afe39d2408d7a4
|
||||
SIZE (galeon-2.0.0.tar.bz2) = 2966515
|
||||
MD5 (galeon-2.0.1.tar.bz2) = 34d6e3a6ee78f9e4d12736e5d81b462b
|
||||
SHA256 (galeon-2.0.1.tar.bz2) = 26f0d37b8e8d17d4ad51091527907c233dfbcd513d776608bb2d435a37aea4e6
|
||||
SIZE (galeon-2.0.1.tar.bz2) = 2991656
|
||||
|
|
|
@ -12,6 +12,10 @@ share/gnome/galeon/bookmarks-editor.glade
|
|||
share/gnome/galeon/bookmarks.glade
|
||||
share/gnome/galeon/bug.png
|
||||
share/gnome/galeon/certificate-dialogs.glade
|
||||
share/gnome/galeon/chrome/branding/brand.dtd
|
||||
share/gnome/galeon/chrome/branding/brand.properties
|
||||
share/gnome/galeon/chrome/galeon.manifest
|
||||
share/gnome/galeon/chrome/global/about.xhtml
|
||||
share/gnome/galeon/debian.png
|
||||
share/gnome/galeon/default-bookmarks.xbel
|
||||
share/gnome/galeon/default-prefs.js
|
||||
|
@ -212,7 +216,10 @@ share/locale/uk/LC_MESSAGES/galeon-2.0.mo
|
|||
share/locale/vi/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrm share/gnome/sounds/galeon
|
||||
|
@ -222,6 +229,9 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo
|
|||
@dirrm share/gnome/help/galeon/C/figures
|
||||
@dirrm share/gnome/help/galeon/C
|
||||
@dirrm share/gnome/help/galeon
|
||||
@dirrm share/gnome/galeon/chrome/global
|
||||
@dirrm share/gnome/galeon/chrome/branding
|
||||
@dirrm share/gnome/galeon/chrome
|
||||
@dirrm share/gnome/galeon
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue