aboutsummaryrefslogtreecommitdiff
path: root/misc/xfce4-appfinder
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-01-03 17:47:50 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-01-03 17:47:50 +0000
commit05be12954c239a48dd4bc32b8040058812ce5e2a (patch)
treec77f49f73ed9e2e1cbcbb5f2972a70949d0e36d2 /misc/xfce4-appfinder
parent298f63ec4546856f7d2873298d1359d1c5f0a033 (diff)
downloadports-05be12954c239a48dd4bc32b8040058812ce5e2a.tar.gz
ports-05be12954c239a48dd4bc32b8040058812ce5e2a.zip
- Gnome is default icons theme [1], not switched to Adwaita because Thunar and
some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10, and not available in x11-themes/adwaita-icon-theme) - Bump PORTREVISION PR: 183690 [1] Requested by: Rostislav Krasny
Notes
Notes: svn path=/head/; revision=376144
Diffstat (limited to 'misc/xfce4-appfinder')
-rw-r--r--misc/xfce4-appfinder/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile
index 73d0ed92def3..1165d10c0435 100644
--- a/misc/xfce4-appfinder/Makefile
+++ b/misc/xfce4-appfinder/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xfce4-appfinder
PORTVERSION= 4.10.1
+PORTREVISION= 1
CATEGORIES= misc xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -30,4 +31,10 @@ CONFIGURE_ARGS+=--enable-nls
CONFIGURE_ARGS+=--disable-nls
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|=gtk-find|=system-search|' \
+ ${WRKSRC}/data/xfce4-appfinder.desktop.in
+ ${REINPLACE_CMD} -e 's|=gtk-execute|=system-run|' \
+ ${WRKSRC}/data/xfce4-run.desktop.in
+
.include <bsd.port.mk>