svn commit: r319120 - head/print/photoprint

Boris Samorodov bsam at FreeBSD.org
Sun May 26 16:20:50 UTC 2013


Author: bsam
Date: Sun May 26 16:20:49 2013
New Revision: 319120
URL: http://svnweb.freebsd.org/changeset/ports/319120

Log:
  USE_GNOME=desktopfileutils -> USES=desktop-file-utils

Modified:
  head/print/photoprint/Makefile
  head/print/photoprint/pkg-plist

Modified: head/print/photoprint/Makefile
==============================================================================
--- head/print/photoprint/Makefile	Sun May 26 16:18:04 2013	(r319119)
+++ head/print/photoprint/Makefile	Sun May 26 16:20:49 2013	(r319120)
@@ -23,8 +23,8 @@ LIB_DEPENDS=	cups:${PORTSDIR}/print/cups
 		tiff:${PORTSDIR}/graphics/tiff
 
 GNU_CONFIGURE=	yes
-USES=		gettext
-USE_GNOME=	desktopfileutils pango
+USES=		desktop-file-utils gettext
+USE_GNOME=	pango
 USE_XORG=	x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
 		xfixes xi xinerama xrandr xrender
 INSTALLS_ICONS=	yes
@@ -35,7 +35,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gstrfuncs.h|glib.h|g' \
 		${WRKSRC}/gp_cppsupport/gprinter.cpp
 
-post-install:
-		- at update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/print/photoprint/pkg-plist
==============================================================================
--- head/print/photoprint/pkg-plist	Sun May 26 16:18:04 2013	(r319119)
+++ head/print/photoprint/pkg-plist	Sun May 26 16:20:49 2013	(r319120)
@@ -32,5 +32,3 @@ share/locale/ru/LC_MESSAGES/photoprint.m
 @dirrm %%DATADIR%%/shortcuts
 @dirrm %%DATADIR%%/borders
 @dirrm %%DATADIR%%
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true


More information about the svn-ports-all mailing list