Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 18:27:20 +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: r319005 - head/sysutils/gksu
Message-ID:  <201305241827.r4OIRKkL033817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Fri May 24 18:27:19 2013
New Revision: 319005
URL: http://svnweb.freebsd.org/changeset/ports/319005

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

Modified:
  head/sysutils/gksu/Makefile
  head/sysutils/gksu/pkg-plist

Modified: head/sysutils/gksu/Makefile
==============================================================================
--- head/sysutils/gksu/Makefile	Fri May 24 18:21:00 2013	(r319004)
+++ head/sysutils/gksu/Makefile	Fri May 24 18:27:19 2013	(r319005)
@@ -14,8 +14,8 @@ LIB_DEPENDS=	gksu2:${PORTSDIR}/sysutils/
 		nautilus-extension:${PORTSDIR}/x11-fm/nautilus \
 		gnome-keyring:${PORTSDIR}/security/gnome-keyring
 
-USES=		pathfix pkgconfig
-USE_GNOME=	desktopfileutils gconf2 gnomeprefix gtk20 intlhack
+USES=		desktop-file-utils pathfix pkgconfig
+USE_GNOME=	gconf2 gnomeprefix gtk20 intlhack
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
@@ -29,7 +29,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gkeyfile.h|glib.h|g' \
 		${WRKSRC}/nautilus-gksu/libnautilus-gksu.c
 
-post-install:
-	-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/sysutils/gksu/pkg-plist
==============================================================================
--- head/sysutils/gksu/pkg-plist	Fri May 24 18:21:00 2013	(r319004)
+++ head/sysutils/gksu/pkg-plist	Fri May 24 18:27:19 2013	(r319005)
@@ -9,5 +9,3 @@ share/pixmaps/gksu-root-terminal.png
 share/gksu/gksu-migrate-conf.sh
 @dirrm share/gksu
 @dirrmtry share/applications
-@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?201305241827.r4OIRKkL033817>