diff options
author | krion <krion@FreeBSD.org> | 2004-02-08 21:48:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-08 21:48:28 +0800 |
commit | 0b87c39f5304668b6e3a429a395dcd2cf95a5388 (patch) | |
tree | e8e527097ada50bc34e6f9da1357dd9e5a028c21 /graphics | |
parent | 34e0a30140976ad078d67445fb612e5b10ca0173 (diff) | |
download | freebsd-ports-gnome-0b87c39f5304668b6e3a429a395dcd2cf95a5388.tar.gz freebsd-ports-gnome-0b87c39f5304668b6e3a429a395dcd2cf95a5388.tar.zst freebsd-ports-gnome-0b87c39f5304668b6e3a429a395dcd2cf95a5388.zip |
- Update to version 1.8.1
PR: ports/62530
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gliv/Makefile | 16 | ||||
-rw-r--r-- | graphics/gliv/distinfo | 4 | ||||
-rw-r--r-- | graphics/gliv/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | graphics/gliv/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/gliv/pkg-plist | 2 |
5 files changed, 28 insertions, 7 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 3627a7ef8db1..81448cd7ca3e 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gliv -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 1.8.1 CATEGORIES= graphics -MASTER_SITES= http://gliv.tuxfamily.org/ +MASTER_SITES= http://guichaz.free.fr/gliv/ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer that uses Gdk-Pixbuf and OpenGL @@ -20,13 +19,22 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GL= yes USE_GETOPT_LONG= yes -USE_GNOME= gnomehack gnometarget gtk20 +USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" MAN1= gliv.1 CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib +post-install: + ${INSTALL_DATA} ${WRKSRC}/gliv.desktop \ + ${PREFIX}/share/gnome/applications + ${INSTALL_DATA} ${WRKSRC}/gliv.png \ + ${PREFIX}/share/gnome/pixmaps + .include <bsd.port.mk> diff --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo index 2195dea060b6..a21b7ccb17c6 100644 --- a/graphics/gliv/distinfo +++ b/graphics/gliv/distinfo @@ -1,2 +1,2 @@ -MD5 (gliv-1.8.tar.bz2) = 75c516fc04426e88231b07fcd66d063e -SIZE (gliv-1.8.tar.bz2) = 342675 +MD5 (gliv-1.8.1.tar.bz2) = 45a07bad0bd97a60ffa2d9f3dcd1360d +SIZE (gliv-1.8.1.tar.bz2) = 386496 diff --git a/graphics/gliv/files/patch-Makefile.in b/graphics/gliv/files/patch-Makefile.in new file mode 100644 index 000000000000..ea0162db87d2 --- /dev/null +++ b/graphics/gliv/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Feb 5 07:32:28 2004 ++++ Makefile.in Sat Feb 7 17:42:40 2004 +@@ -622,8 +622,6 @@ + info-am: + + install-data-am: install-man +- @$(NORMAL_INSTALL) +- $(MAKE) $(AM_MAKEFLAGS) install-data-hook + + install-exec-am: + diff --git a/graphics/gliv/pkg-descr b/graphics/gliv/pkg-descr index 40670ab35047..060a05f9fed7 100644 --- a/graphics/gliv/pkg-descr +++ b/graphics/gliv/pkg-descr @@ -1,3 +1,3 @@ An Image viewer that uses Gdk-Pixbuf to load images, and OpenGL to render them. -WWW: http://gliv.tuxfamily.org/ +WWW: http://guichaz.free.fr/gliv/ diff --git a/graphics/gliv/pkg-plist b/graphics/gliv/pkg-plist index de7611942f17..0a948e19773a 100644 --- a/graphics/gliv/pkg-plist +++ b/graphics/gliv/pkg-plist @@ -1,4 +1,6 @@ bin/gliv +share/gnome/applications/gliv.desktop +share/gnome/pixmaps/gliv.png share/locale/fr/LC_MESSAGES/gliv.mo share/locale/nl/LC_MESSAGES/gliv.mo share/locale/pt_BR/LC_MESSAGES/gliv.mo |