diff options
-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 b13152b..95746ac 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 9f8e50f..6f6aa46 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 487d31f..b5fb2f6 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 |