svn commit: r319005 - head/sysutils/gksu
Boris Samorodov
bsam at FreeBSD.org
Fri May 24 18:27:20 UTC 2013
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
- 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