diff options
author | nakai <nakai@FreeBSD.org> | 2000-10-17 18:30:06 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-10-17 18:30:06 +0800 |
commit | 67494069eeb579f13c876061190af7587b9ed3da (patch) | |
tree | 27e5e2438d8d987576f34899e14965cdd2968386 /graphics | |
parent | df5bd25b22a20eaf60a6c364f2f7076746f33794 (diff) | |
download | freebsd-ports-gnome-67494069eeb579f13c876061190af7587b9ed3da.tar.gz freebsd-ports-gnome-67494069eeb579f13c876061190af7587b9ed3da.tar.zst freebsd-ports-gnome-67494069eeb579f13c876061190af7587b9ed3da.zip |
Update to 0.9.1
PR: ports/21797
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 17 | ||||
-rw-r--r-- | graphics/gqview/distinfo | 2 | ||||
-rw-r--r-- | graphics/gqview/pkg-plist | 5 |
3 files changed, 9 insertions, 15 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index b13152b4e21a..95746ac2e273 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -6,28 +6,21 @@ # PORTNAME= gqview -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes -USE_IMLIB= yes -WANT_GNOME= yes +USE_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if defined(HAVE_GNOME) -USE_GNOME= yes -.else -CONFIGURE_ENV+= GNOME_CONFIG=no -.endif - pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @@ -40,4 +33,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/gqview/distinfo b/graphics/gqview/distinfo index 9f8e50f45439..6f6aa4696057 100644 --- a/graphics/gqview/distinfo +++ b/graphics/gqview/distinfo @@ -1 +1 @@ -MD5 (gqview-0.9.0.tar.gz) = 03536ae8b2c4e11d752158b3d76c6d14 +MD5 (gqview-0.9.1.tar.gz) = 3e096bf06a76eb4fedefa0fceb5e01a2 diff --git a/graphics/gqview/pkg-plist b/graphics/gqview/pkg-plist index 487d31fe6b2f..b5fb2f6f5f5c 100644 --- a/graphics/gqview/pkg-plist +++ b/graphics/gqview/pkg-plist @@ -1,12 +1,13 @@ bin/gqview share/doc/gqview/README -%%GNOME:%%share/gnome/apps/Graphics/gqview.desktop -%%GNOME:%%share/gnome/pixmaps/gqview.png +share/gnome/apps/Graphics/gqview.desktop +share/gnome/pixmaps/gqview.png share/locale/de/LC_MESSAGES/gqview.mo share/locale/es/LC_MESSAGES/gqview.mo share/locale/fr/LC_MESSAGES/gqview.mo share/locale/it/LC_MESSAGES/gqview.mo share/locale/ja/LC_MESSAGES/gqview.mo +share/locale/pl/LC_MESSAGES/gqview.mo share/locale/pt_BR/LC_MESSAGES/gqview.mo share/locale/ru/LC_MESSAGES/gqview.mo share/locale/sk/LC_MESSAGES/gqview.mo |