diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-02 07:58:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-02 07:58:55 +0000 |
commit | 48ba81f6180e995b2f767caa8aeb3abdc7d9e851 (patch) | |
tree | fb2abfa5b771bbc50a5edc5afd497ddad6a29885 | |
parent | 9fa473a39fadc48e0c1ac26ae6187fc4fddd3adc (diff) |
Notes
-rw-r--r-- | print/gnomephotoprinter/Makefile | 10 | ||||
-rw-r--r-- | print/gnomephotoprinter/distinfo | 6 | ||||
-rw-r--r-- | print/gnomephotoprinter/pkg-plist | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index c0306f0da4c6..c76f8600ed5d 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomephotoprinter -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= print gnome MASTER_SITES= http://www.fogman.de/gpp/ DISTNAME= gpp-${PORTVERSION} @@ -15,12 +15,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Photo Printer is intended for printing photos in an easy way -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 +USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ + gnomevfs2 GNU_CONFIGURE= yes post-install: - ${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop ${PREFIX}/share/gnome/applications + ${INSTALL_DATA} ${FILESDIR}/gnomephotoprinter.desktop \ + ${PREFIX}/share/gnome/applications .include <bsd.port.mk> diff --git a/print/gnomephotoprinter/distinfo b/print/gnomephotoprinter/distinfo index c8ee46259b96..02ab944dbef7 100644 --- a/print/gnomephotoprinter/distinfo +++ b/print/gnomephotoprinter/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gpp-0.6.6.tar.gz) = 82fbfc0da760c432697433f31b3a2b5d -SHA256 (gnome2/gpp-0.6.6.tar.gz) = 0fd2a971ae3d7dba63441d11d6b257cafbe318dca8ab74aa89a094d18040f66b -SIZE (gnome2/gpp-0.6.6.tar.gz) = 150424 +MD5 (gnome2/gpp-0.6.7.tar.gz) = 6b7ada724375111ef21dd3a16ff2ee22 +SHA256 (gnome2/gpp-0.6.7.tar.gz) = 030097916e7847f8cdbcfc29a04063fdb14ae05f4775abfa0c77e5c7f9296eac +SIZE (gnome2/gpp-0.6.7.tar.gz) = 166758 diff --git a/print/gnomephotoprinter/pkg-plist b/print/gnomephotoprinter/pkg-plist index dd574e448cfc..cdb9e0a6602d 100644 --- a/print/gnomephotoprinter/pkg-plist +++ b/print/gnomephotoprinter/pkg-plist @@ -1,6 +1,6 @@ bin/gnome-photo-printer +share/gnome/applications/gnomephotoprinter.desktop share/gnome/gnome-photo-printer/gpp.glade share/gnome/gnome-photo-printer/scale_with_ratio.jpg share/gnome/gnome-photo-printer/scale_without_ratio.jpg -share/gnome/applications/gnomephotoprinter.desktop @dirrm share/gnome/gnome-photo-printer |