update to 2.0.3; ok jasper@, kurt@
This commit is contained in:
parent
ec3dea3c13
commit
dbde0e49a3
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2007/04/07 14:54:12 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2007/05/15 14:47:36 martynas Exp $
|
||||
|
||||
COMMENT= "GNOME web browser based on gecko"
|
||||
|
||||
V= 1.3.21
|
||||
V= 2.0.3
|
||||
DISTNAME= galeon-${V}
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://galeon.sourceforge.net/
|
||||
@ -14,48 +13,51 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= ORBit-2 ORBitCosNaming-2 art_lgpl_2 atk-1.0 audiofile \
|
||||
bonobo-2 bonobo-activation bonoboui-2 esd gconf-2 \
|
||||
gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
|
||||
gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg \
|
||||
pango-1.0 pangoft2-1.0 pangocairo-1.0 popt cairo glitz \
|
||||
startup-notification-1 xml2 ICE SM X11 Xext Xrender png \
|
||||
c crypto fontconfig freetype m pthread ssl stdc++ z \
|
||||
nspr4 plc4 plds4
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcursor Xdmcp \
|
||||
Xext Xfixes Xi Xinerama Xrandr Xrender art_lgpl_2 atk-1.0 \
|
||||
audiofile bonobo-2 bonobo-activation bonoboui-2 c cairo \
|
||||
crypto dbus-1 dbus-glib-1 esd expat fontconfig freetype \
|
||||
gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 glade-2.0 glib-2.0 \
|
||||
glitz gmodule-2.0 gnome-2 gnome-keyring gnomecanvas-2 \
|
||||
gnomevfs-2 gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg \
|
||||
m nspr4 pango-1.0 pangocairo-1.0 pangoft2-1.0 plc4 \
|
||||
plds4 png popt pthread ssl startup-notification-1 stdc++ \
|
||||
util z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/}
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
BUILD_DEPENDS= :mozilla->=1.7.13p2:www/mozilla \
|
||||
:mozilla-devel->=1.7.13p2:www/mozilla,-devel \
|
||||
BUILD_DEPENDS= :mozilla-firefox-devel->=2.0:www/mozilla-firefox,-devel \
|
||||
:p5-XML-Parser-*:textproc/p5-XML-Parser \
|
||||
:scrollkeeper->=0.3.12:textproc/scrollkeeper
|
||||
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
||||
gnomeui-2::x11/gnome/libgnomeui \
|
||||
mozilla/gtkembedmoz,mozilla/xpcom:mozilla->=1.7.13p2:www/mozilla
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \
|
||||
:gnome-icon-theme-*:x11/gnome/icon-theme \
|
||||
:gnome-themes-*:x11/gnome/themes \
|
||||
:iso-codes-*:devel/iso-codes \
|
||||
:scrollkeeper-*:textproc/scrollkeeper \
|
||||
:yelp-*:x11/gnome/yelp
|
||||
LIB_DEPENDS= gnome-desktop-2::x11/gnome/desktop \
|
||||
gnomeui-2.>=1400::x11/gnome/libgnomeui \
|
||||
mozilla-firefox/gtkembedmoz,mozilla-firefox/xpcom,mozilla-firefox/xpcom_core:mozilla-firefox->=2.0:www/mozilla-firefox \
|
||||
xml2.>=6.12::textproc/libxml
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/mozilla -L${LOCALBASE}/lib" \
|
||||
MOZILLA_CONFIG=${LOCALBASE}/mozilla/mozilla-config
|
||||
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/mozilla-firefox -L${LOCALBASE}/lib"
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/galeon \
|
||||
CONFIGURE_ARGS= --with-mozilla=firefox \
|
||||
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/galeon \
|
||||
--disable-schemas-install \
|
||||
--disable-gtkhtml
|
||||
|
||||
WRKDIST= ${WRKDIR}/galeon-${V}/
|
||||
|
||||
post-patch:
|
||||
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
||||
|
||||
post-install:
|
||||
@mv -f ${PREFIX}/bin/galeon ${PREFIX}/bin/galeon-bin
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/galeon ${PREFIX}/bin
|
||||
@perl -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g;' ${PREFIX}/bin/galeon
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/galeon/sound/events
|
||||
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/sound/events/galeon.soundlist ${PREFIX}/share/examples/galeon/sound/events/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (galeon-1.3.21.tar.gz) = uG9ItCeWxkCgOnF1gWumow==
|
||||
RMD160 (galeon-1.3.21.tar.gz) = z3QRj8YIz55IFfUHndaZ8+jOnkg=
|
||||
SHA1 (galeon-1.3.21.tar.gz) = wfL0xeGUlJKXrOUQurCm0CXYKlk=
|
||||
SHA256 (galeon-1.3.21.tar.gz) = MIyqCBWTOzsAhkK3qeB61sxmxx4hfDwUJOEaQ0hz/ng=
|
||||
SIZE (galeon-1.3.21.tar.gz) = 5812236
|
||||
MD5 (galeon-2.0.3.tar.gz) = 3JwrBolhdg/FFTggUKWjtg==
|
||||
RMD160 (galeon-2.0.3.tar.gz) = iXwc0J3bmqG8dck8WhrBVp1X1wI=
|
||||
SHA1 (galeon-2.0.3.tar.gz) = 8IpxVWokQzStFMvLE69GeFj5Gs0=
|
||||
SHA256 (galeon-2.0.3.tar.gz) = SnGPJdlkEE0YGJ43POzANgLHuomtgPZLcEkJZNWMZkk=
|
||||
SIZE (galeon-2.0.3.tar.gz) = 4181808
|
||||
|
@ -1,20 +0,0 @@
|
||||
:
|
||||
|
||||
MOZILLA_HOME=%%LOCALBASE%%/mozilla
|
||||
|
||||
if [ -z "$MOZ_PLUGIN_PATH" ]; then
|
||||
MOZ_PLUGIN_PATH=~/.mozilla/plugins/
|
||||
export MOZ_PLUGIN_PATH
|
||||
fi
|
||||
|
||||
if [ -n "$LD_LIBRARY_PATH" ]; then
|
||||
LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
|
||||
else
|
||||
LD_LIBRARY_PATH=$MOZILLA_HOME
|
||||
fi
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
MOZILLA_FIVE_HOME=$MOZILLA_HOME
|
||||
export MOZILLA_FIVE_HOME
|
||||
|
||||
exec "%%LOCALBASE%%/bin/galeon-bin" "$@"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-galeon-config-tool_in,v 1.3 2005/03/29 19:33:40 wilfried Exp $
|
||||
--- galeon-config-tool.in.orig Thu Mar 14 08:40:24 2002
|
||||
+++ galeon-config-tool.in Tue Jan 18 21:40:23 2005
|
||||
@@ -4,7 +4,7 @@ prefix=@prefix@
|
||||
|
||||
clean () {
|
||||
|
||||
- if ps hu -C galeon-bin | grep `id -un` >/dev/null 2>&1; then
|
||||
+ if ps | awk '{print $5}' | grep -q galeon-bin; then
|
||||
echo "Sorry, this script won't work while galeon is running"
|
||||
|
||||
else
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-sounds_Makefile_in,v 1.2 2005/06/02 18:27:03 sturm Exp $
|
||||
--- sounds/Makefile.in.orig Sat Mar 12 21:07:02 2005
|
||||
+++ sounds/Makefile.in Thu Jun 2 19:41:38 2005
|
||||
@@ -236,7 +236,7 @@ sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
galeon_SOUNDS = clicked.wav
|
||||
-soundlistdir = $(sysconfdir)/sound/events
|
||||
+soundlistdir = $(prefix)/share/examples/galeon/sound/events
|
||||
soundlist_in_files = galeon.soundlist.in
|
||||
soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist)
|
||||
EXTRA_DIST = $(galeon_SOUNDS) $(soundlist_in_files)
|
@ -1,13 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2006/01/19 13:13:08 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2007/05/15 14:47:36 martynas Exp $
|
||||
bin/galeon
|
||||
bin/galeon-bin
|
||||
bin/galeon-config-tool
|
||||
lib/bonobo/
|
||||
lib/bonobo/servers/
|
||||
lib/bonobo/servers/GNOME_Galeon_Automation.server
|
||||
lib/bonobo/servers/GNOME_Galeon_NautilusView.server
|
||||
@man man/man1/galeon.1
|
||||
share/applications/
|
||||
share/applications/galeon.desktop
|
||||
share/examples/galeon/
|
||||
share/examples/galeon/sound/
|
||||
@ -25,6 +23,13 @@ share/galeon/bookmarks-editor.glade
|
||||
share/galeon/bookmarks.glade
|
||||
share/galeon/bug.png
|
||||
share/galeon/certificate-dialogs.glade
|
||||
share/galeon/chrome/
|
||||
share/galeon/chrome/branding/
|
||||
share/galeon/chrome/branding/brand.dtd
|
||||
share/galeon/chrome/branding/brand.properties
|
||||
share/galeon/chrome/galeon.manifest
|
||||
share/galeon/chrome/global/
|
||||
share/galeon/chrome/global/about.xhtml
|
||||
share/galeon/debian.png
|
||||
share/galeon/default-bookmarks.xbel
|
||||
share/galeon/default-prefs.js
|
||||
@ -77,12 +82,10 @@ share/galeon/slack.png
|
||||
share/galeon/smart-bm-fold.png
|
||||
share/galeon/smart-bm-unfold.png
|
||||
share/galeon/stocks.png
|
||||
share/gnome/
|
||||
share/gnome-2.0/
|
||||
share/gnome-2.0/ui/
|
||||
share/gnome-2.0/ui/galeon-bookmarks-editor-ui.xml
|
||||
share/gnome-2.0/ui/nautilus-galeon-view-ui.xml
|
||||
share/gnome/help/
|
||||
share/gnome/help/galeon/
|
||||
share/gnome/help/galeon/C/
|
||||
share/gnome/help/galeon/C/apx-authors.xml
|
||||
@ -178,32 +181,20 @@ share/gnome/help/galeon/es/other-tools.xml
|
||||
share/gnome/help/galeon/es/plugins.xml
|
||||
share/gnome/help/galeon/es/preface.xml
|
||||
share/gnome/help/galeon/es/preferences.xml
|
||||
share/locale/am/
|
||||
share/locale/am/LC_MESSAGES/
|
||||
share/locale/am/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/az/
|
||||
share/locale/az/LC_MESSAGES/
|
||||
share/locale/az/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/be/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/bg/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/bs/
|
||||
share/locale/bs/LC_MESSAGES/
|
||||
share/locale/bs/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/cs/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/de/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/en_CA/
|
||||
share/locale/en_CA/LC_MESSAGES/
|
||||
share/locale/en_CA/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/galeon-2.0.mo
|
||||
@ -214,65 +205,41 @@ share/locale/hu/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/it/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ja/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ko/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/lv/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/mk/
|
||||
share/locale/mk/LC_MESSAGES/
|
||||
share/locale/mk/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ml/
|
||||
share/locale/ml/LC_MESSAGES/
|
||||
share/locale/ml/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/mn/
|
||||
share/locale/mn/LC_MESSAGES/
|
||||
share/locale/mn/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/nb/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/nn/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/no/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/pa/
|
||||
share/locale/pa/LC_MESSAGES/
|
||||
share/locale/pa/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/pl/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/pt/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ro/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ru/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/rw/
|
||||
share/locale/rw/LC_MESSAGES/
|
||||
share/locale/rw/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/sk/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/sl/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/sq/
|
||||
share/locale/sq/LC_MESSAGES/
|
||||
share/locale/sq/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/sr/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/ta/
|
||||
share/locale/ta/LC_MESSAGES/
|
||||
share/locale/ta/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/galeon-2.0.mo
|
||||
share/locale/wa/
|
||||
share/locale/wa/LC_MESSAGES/
|
||||
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
|
||||
share/omf/
|
||||
share/omf/galeon/
|
||||
share/omf/galeon/galeon-C.omf
|
||||
share/omf/galeon/galeon-es.omf
|
||||
share/pixmaps/
|
||||
share/pixmaps/galeon.png
|
||||
share/schemas/
|
||||
share/schemas/galeon/
|
||||
share/schemas/galeon/galeon.schemas
|
||||
share/sounds/
|
||||
|
Loading…
Reference in New Issue
Block a user