Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2013 16:20:50 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319120 - head/print/photoprint
Message-ID:  <201305261620.r4QGKoxw084288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
-		-@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%%
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305261620.r4QGKoxw084288>