-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.
This commit is contained in:
parent
9fa473a39f
commit
48ba81f618
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181256
3 changed files with 10 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue