diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-02 15:58:55 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-02 15:58:55 +0800 |
commit | 9e7889c54c70d1fbea780bdff35141ad5bd7b6be (patch) | |
tree | 79b470ee5c71d526a81d9919abd0c9d4e7cdd5f1 /print/gnomephotoprinter | |
parent | 340308ed77398e7d794c522aa732bb82ee1c8716 (diff) | |
download | freebsd-ports-gnome-9e7889c54c70d1fbea780bdff35141ad5bd7b6be.tar.gz freebsd-ports-gnome-9e7889c54c70d1fbea780bdff35141ad5bd7b6be.tar.zst freebsd-ports-gnome-9e7889c54c70d1fbea780bdff35141ad5bd7b6be.zip |
-Update to 0.6.7.
-USE_X_PREFIX -> USE_XLIB, no function change because of gnomeprefix.
-Get Makefile to be better view in 80 columns.
Diffstat (limited to 'print/gnomephotoprinter')
-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 |