aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xfce4-settings
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2012-07-17 21:26:28 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2012-07-17 21:26:28 +0000
commit356a014cf3050fa58c4529efa15a52e774dc7c4e (patch)
treed7a8181d84ac21eaa104125b3cfb01641e487fb9 /sysutils/xfce4-settings
parent065f9cc08e4c7ade0884ec23bf06a235b3e2f75b (diff)
downloadports-356a014cf3050fa58c4529efa15a52e774dc7c4e.tar.gz
ports-356a014cf3050fa58c4529efa15a52e774dc7c4e.zip
Fix missing icons and GTK theme.
PR: 168688 Approved by: miwi, rene (mentors)
Notes
Notes: svn path=/head/; revision=301043
Diffstat (limited to 'sysutils/xfce4-settings')
-rw-r--r--sysutils/xfce4-settings/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/xfce4-settings/Makefile b/sysutils/xfce4-settings/Makefile
index de17456b4878..5b682e0f7d9a 100644
--- a/sysutils/xfce4-settings/Makefile
+++ b/sysutils/xfce4-settings/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xfce4-settings
PORTVERSION= 4.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4
@@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-pluggable-dialogs \
--enable-gio-unix
OPTIONS_DEFINE= XKLAVIER XCURSOR XRANDR NOTIFY NLS SOUND
-OPTIONS_DEFAULT= XCURSOR XRANDR NOTIFY NLS SOUND
+OPTIONS_DEFAULT= XKLAVIER XCURSOR XRANDR NOTIFY NLS
SOUND_DESC= Enable sound control
.include <bsd.port.options.mk>
@@ -85,7 +85,9 @@ CONFIGURE_ARGS+=--disable-sound-settings
post-patch:
# until xfce4-icon-theme is back we rely on Tango
@${REINPLACE_CMD} -e 's|Rodent|Tango|g' \
- ${WRKSRC}/dialogs/appearance-settings/main.c \
+ ${WRKSRC}/dialogs/appearance-settings/main.c
+ @${REINPLACE_CMD} -e 's|IconThemeName" type="empty|IconThemeName" type="string" value="Tango|; \
+ s|"ThemeName" type="empty|"ThemeName" type="string" value="Xfce|' \
${WRKSRC}/xfsettingsd/xsettings.xml
@${REINPLACE_CMD} -e 's|xkl_config_registry_load (settings->priv->xkl_registry)|xkl_config_registry_load (settings->priv->xkl_registry, FALSE)|g; \
s|xkl_engine_stop_listen (settings->priv->xkl_engine)|xkl_engine_stop_listen (settings->priv->xkl_engine, FALSE)|g' \