- quiet up gconftool-2 until x11/gnome/controlcenter2 is fixed

This commit is contained in:
ajacoutot 2008-11-22 20:38:46 +00:00
parent ec2876e54a
commit 5d436585c8
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2008/11/22 19:45:50 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2008/11/22 20:38:46 ajacoutot Exp $
COMMENT= GNOME settings daemon
GNOME_PROJECT= gnome-settings-daemon
GNOME_VERSION= 2.24.0
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
# GPLv3
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/11 22:22:41 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2008/11/22 20:38:46 ajacoutot Exp $
@conflict control-center2-*=<2.22
%%SHARED%%
include/gnome-settings-daemon-2.0/
@ -242,13 +242,13 @@ 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
@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
share/schemas/control-center2/
share/schemas/control-center2/apps_gnome_settings_daemon_keybindings.schemas
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
@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 %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