- set the gconftool-2 @exec the same way as others ; we want to see the

warnings if there are some
This commit is contained in:
ajacoutot 2009-01-18 18:05:32 +00:00
parent a1cadc3899
commit c41f859903
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2008/12/31 15:40:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2009/01/18 18:05:32 ajacoutot Exp $
COMMENT= GNOME settings daemon
GNOME_PROJECT= gnome-settings-daemon
GNOME_VERSION= 2.24.1
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
# GPLv3
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2008/12/31 15:40:28 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2009/01/18 18:05:32 ajacoutot Exp $
@conflict control-center2-<=2.22
%%SHARED%%
include/gnome-settings-daemon-2.0/
@ -259,7 +259,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo
share/locale/zu/
share/locale/zu/LC_MESSAGES/
share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/control-center2/*.schemas > /dev/null 2>&1
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/control-center2/*.schemas > /dev/null
share/schemas/
share/schemas/control-center2/
share/schemas/control-center2/apps_gnome_settings_daemon_keybindings.schemas
@ -267,6 +267,6 @@ share/schemas/control-center2/apps_gnome_settings_daemon_screensaver.schemas
share/schemas/control-center2/apps_gnome_settings_daemon_xrandr.schemas
share/schemas/control-center2/desktop_gnome_font_rendering.schemas
share/schemas/control-center2/gnome-settings-daemon.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/control-center2/*.schemas > /dev/null 2>&1
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/control-center2/*.schemas > /dev/null
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true