diff options
author | danfe <danfe@FreeBSD.org> | 2005-02-13 00:58:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-02-13 00:58:39 +0800 |
commit | b22feffbe073aa3c9433d3d134b371dbceb715ad (patch) | |
tree | b990ac2e7fabfcf13b81dc694a838497d4f1a05a /graphics | |
parent | 881a8df2faca532d248596a5274ff1b990728587 (diff) | |
download | freebsd-ports-gnome-b22feffbe073aa3c9433d3d134b371dbceb715ad.tar.gz freebsd-ports-gnome-b22feffbe073aa3c9433d3d134b371dbceb715ad.tar.zst freebsd-ports-gnome-b22feffbe073aa3c9433d3d134b371dbceb715ad.zip |
- Fix path prefix in installed test.xml
- Install one omitted image file
- Set locale as needed
- Bump PORTREVISION
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geist/Makefile | 7 | ||||
-rw-r--r-- | graphics/geist/files/patch-ab | 11 | ||||
-rw-r--r-- | graphics/geist/files/patch-ae | 10 | ||||
-rw-r--r-- | graphics/geist/pkg-plist | 1 |
4 files changed, 17 insertions, 12 deletions
diff --git a/graphics/geist/Makefile b/graphics/geist/Makefile index 14294b55ab79..08f8b8b4867e 100644 --- a/graphics/geist/Makefile +++ b/graphics/geist/Makefile @@ -7,7 +7,7 @@ PORTNAME= geist PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -20,9 +20,14 @@ LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \ XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_REINPLACE= yes USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" \ XML_CONFIG="${XML_CONFIG}" +post-patch: + @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ + ${WRKSRC}/src/test.xml + .include <bsd.port.mk> diff --git a/graphics/geist/files/patch-ab b/graphics/geist/files/patch-ab deleted file mode 100644 index bad9775994aa..000000000000 --- a/graphics/geist/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/testimages/Makefile.in.orig Thu Oct 26 21:29:04 2000 -+++ src/testimages/Makefile.in Thu Oct 26 22:38:54 2000 -@@ -76,7 +76,7 @@ - # A list of all the files in the current directory which can be regenerated - MAINTAINERCLEANFILES = Makefile.in - --testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png laet.jpg -+testimages_DATA = bg.png bulb.png elogo.png globe.png mail.png mush.png paper.png - - - testimagesdir = $(prefix)/share/geist/images diff --git a/graphics/geist/files/patch-ae b/graphics/geist/files/patch-ae new file mode 100644 index 000000000000..315dbdbb8c69 --- /dev/null +++ b/graphics/geist/files/patch-ae @@ -0,0 +1,10 @@ +--- src/main.c.orig Sat Feb 12 22:43:06 2005 ++++ src/main.c Sat Feb 12 22:43:47 2005 +@@ -49,6 +49,7 @@ + opt.debug_level = 3; + D_ENTER(3); + ++ gtk_set_locale(); + gtk_init(&argc, &argv); + + obj_win = geist_create_object_list(); diff --git a/graphics/geist/pkg-plist b/graphics/geist/pkg-plist index 1083281eab19..db2eb1f7b9dc 100644 --- a/graphics/geist/pkg-plist +++ b/graphics/geist/pkg-plist @@ -16,6 +16,7 @@ share/geist/images/bg.png share/geist/images/bulb.png share/geist/images/elogo.png share/geist/images/globe.png +share/geist/images/laet.jpg share/geist/images/mail.png share/geist/images/mush.png share/geist/images/paper.png |