diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-27 06:14:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-27 06:14:52 +0800 |
commit | 103757e354a34553d181dc1e3194a6f2a7cc7095 (patch) | |
tree | b1c57bf2cef2ed2f1b075484874fc9c745c59256 | |
parent | bc0cab05944b9ecc1554bb8f94191320dfbfa236 (diff) | |
download | marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.tar marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.tar.gz marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.tar.bz2 marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.tar.lz marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.tar.xz marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.tar.zst marcuscom-ports-103757e354a34553d181dc1e3194a6f2a7cc7095.zip |
Update to 2.91.6.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14963 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/gnome-settings-daemon3/Makefile | 64 | ||||
-rw-r--r-- | sysutils/gnome-settings-daemon3/distinfo | 2 | ||||
-rw-r--r-- | sysutils/gnome-settings-daemon3/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/gnome-settings-daemon3/pkg-plist | 232 |
4 files changed, 301 insertions, 0 deletions
diff --git a/sysutils/gnome-settings-daemon3/Makefile b/sysutils/gnome-settings-daemon3/Makefile new file mode 100644 index 000000000..e3ee4e685 --- /dev/null +++ b/sysutils/gnome-settings-daemon3/Makefile @@ -0,0 +1,64 @@ +# New ports collection makefile for: gnome-settings-daemon +# Date created: 14 Jan 2008 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/sysutils/gnome-settings-daemon3/Makefile,v 1.1 2010/07/14 10:22:09 kwm Exp $ +# + +PORTNAME= gnome-settings-daemon +PORTVERSION= 2.91.6.2 +CATEGORIES= sysutils gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 3 settings daemon + +BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-session-is-accelerated:${PORTSDIR}/x11/gnome-session3 \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas +LIB_DEPENDS= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ + polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ + notify.1:${PORTSDIR}/devel/libnotify +RUN_DEPENDS= ${LOCALBASE}/libexec/gnome-session-is-accelerated:${PORTSDIR}/x11/gnome-session3 \ + ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas + +LATEST_LINK= gnome-settings-daemon3 +USE_XORG= xxf86misc +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop3 libgnomekbd3 +USE_GETTEXT= yes +USE_GSTREAMER= good +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +OPTIONS= PULSEAUDIO "Enable Pulseaudio support" On + +GLIB_SCHEMAS= org.gnome.settings-daemon.enums.xml \ + org.gnome.settings-daemon.peripherals.gschema.xml \ + org.gnome.settings-daemon.peripherals.wacom.gschema.xml \ + org.gnome.settings-daemon.plugins.gschema.xml \ + org.gnome.settings-daemon.plugins.housekeeping.gschema.xml \ + org.gnome.settings-daemon.plugins.keyboard.gschema.xml \ + org.gnome.settings-daemon.plugins.media-keys.gschema.xml \ + org.gnome.settings-daemon.plugins.power.gschema.xml \ + org.gnome.settings-daemon.plugins.xrandr.gschema.xml \ + org.gnome.settings-daemon.plugins.xsettings.gschema.xml + +MAN1= gnome-settings-daemon.1 + +.include <bsd.port.options.mk> + +.if defined(WITHOUT_PULSEAUDIO) +CONFIGURE_ARGS+=--disable-pulse +PLIST_SUB+= PULSEAUDIO="@comment " +.else +LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +CONFIGURE_ARGS+=--enable-pulse +PLIST_SUB+= PULSEAUDIO="" +.endif + +.include <bsd.port.mk> diff --git a/sysutils/gnome-settings-daemon3/distinfo b/sysutils/gnome-settings-daemon3/distinfo new file mode 100644 index 000000000..1a1e61ca7 --- /dev/null +++ b/sysutils/gnome-settings-daemon3/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/gnome-settings-daemon-2.91.6.2.tar.bz2) = 8e22af4cec8e16a1e7fe1bc61c4d54d6d03ec06dd26a00d6ff2b0552ecab092f +SIZE (gnome3/gnome-settings-daemon-2.91.6.2.tar.bz2) = 1371044 diff --git a/sysutils/gnome-settings-daemon3/pkg-descr b/sysutils/gnome-settings-daemon3/pkg-descr new file mode 100644 index 000000000..9ce205e84 --- /dev/null +++ b/sysutils/gnome-settings-daemon3/pkg-descr @@ -0,0 +1,3 @@ +GNOME 2 settings daemon. + +WWW: http://www.gnome.org diff --git a/sysutils/gnome-settings-daemon3/pkg-plist b/sysutils/gnome-settings-daemon3/pkg-plist new file mode 100644 index 000000000..e87e69455 --- /dev/null +++ b/sysutils/gnome-settings-daemon3/pkg-plist @@ -0,0 +1,232 @@ +etc/dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf +etc/xdg/autostart/gnome-settings-daemon.desktop +include/gnome-settings-daemon-3.0/gnome-settings-daemon/gnome-settings-plugin.h +include/gnome-settings-daemon-3.0/gnome-settings-daemon/gsd-enums.h +lib/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/automount.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/background.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/clipboard.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/keybindings.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/liba11y-keyboard.a +lib/gnome-settings-daemon-3.0/liba11y-keyboard.la +lib/gnome-settings-daemon-3.0/liba11y-keyboard.so +lib/gnome-settings-daemon-3.0/libautomount.a +lib/gnome-settings-daemon-3.0/libautomount.la +lib/gnome-settings-daemon-3.0/libautomount.so +lib/gnome-settings-daemon-3.0/libbackground.a +lib/gnome-settings-daemon-3.0/libbackground.la +lib/gnome-settings-daemon-3.0/libbackground.so +lib/gnome-settings-daemon-3.0/libclipboard.a +lib/gnome-settings-daemon-3.0/libclipboard.la +lib/gnome-settings-daemon-3.0/libclipboard.so +lib/gnome-settings-daemon-3.0/libhousekeeping.a +lib/gnome-settings-daemon-3.0/libhousekeeping.la +lib/gnome-settings-daemon-3.0/libhousekeeping.so +lib/gnome-settings-daemon-3.0/libkeybindings.a +lib/gnome-settings-daemon-3.0/libkeybindings.la +lib/gnome-settings-daemon-3.0/libkeybindings.so +lib/gnome-settings-daemon-3.0/libkeyboard.a +lib/gnome-settings-daemon-3.0/libkeyboard.la +lib/gnome-settings-daemon-3.0/libkeyboard.so +%%PULSEAUDIO%%lib/gnome-settings-daemon-3.0/libmedia-keys.a +%%PULSEAUDIO%%lib/gnome-settings-daemon-3.0/libmedia-keys.la +%%PULSEAUDIO%%lib/gnome-settings-daemon-3.0/libmedia-keys.so +lib/gnome-settings-daemon-3.0/libmouse.a +lib/gnome-settings-daemon-3.0/libmouse.la +lib/gnome-settings-daemon-3.0/libmouse.so +lib/gnome-settings-daemon-3.0/libsound.a +lib/gnome-settings-daemon-3.0/libsound.la +lib/gnome-settings-daemon-3.0/libsound.so +lib/gnome-settings-daemon-3.0/libwacom.a +lib/gnome-settings-daemon-3.0/libwacom.la +lib/gnome-settings-daemon-3.0/libwacom.so +lib/gnome-settings-daemon-3.0/libxrandr.a +lib/gnome-settings-daemon-3.0/libxrandr.la +lib/gnome-settings-daemon-3.0/libxrandr.so +lib/gnome-settings-daemon-3.0/libxsettings.a +lib/gnome-settings-daemon-3.0/libxsettings.la +lib/gnome-settings-daemon-3.0/libxsettings.so +%%PULSEAUDIO%%lib/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/sound.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/xrandr.gnome-settings-plugin +lib/gnome-settings-daemon-3.0/xsettings.gnome-settings-plugin +libdata/pkgconfig/gnome-settings-daemon.pc +libexec/gnome-settings-daemon +libexec/gsd-datetime-mechanism +libexec/gsd-locate-pointer +share/GConf/gsettings/gnome-settings-daemon.convert +share/dbus-1/services/org.gnome.SettingsDaemon.service +share/dbus-1/system-services/org.gnome.SettingsDaemon.DateTimeMechanism.service +share/gnome-control-center/keybindings/50-accessibility.xml +%%DATADIR%%/acme.ui +%%DATADIR%%/gsd-a11y-preferences-dialog.ui +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-on.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-on.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-off.png +%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-on.png +share/icons/hicolor/16x16/actions/touchpad-disabled.png +share/icons/hicolor/16x16/actions/touchpad-enabled.png +share/icons/hicolor/16x16/apps/gsd-xrandr.png +share/icons/hicolor/22x22/actions/touchpad-disabled.png +share/icons/hicolor/22x22/actions/touchpad-enabled.png +share/icons/hicolor/22x22/apps/gsd-xrandr.png +share/icons/hicolor/24x24/actions/touchpad-disabled.png +share/icons/hicolor/24x24/actions/touchpad-enabled.png +share/icons/hicolor/24x24/apps/gsd-xrandr.png +share/icons/hicolor/32x32/actions/touchpad-disabled.png +share/icons/hicolor/32x32/actions/touchpad-enabled.png +share/icons/hicolor/32x32/apps/gsd-xrandr.png +share/icons/hicolor/scalable/actions/touchpad-disabled.svg +share/icons/hicolor/scalable/actions/touchpad-enabled.svg +share/icons/hicolor/scalable/apps/gsd-xrandr.svg +share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/crh/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/dz/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/el/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/en@shaw/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/en_CA/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/en_GB/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/es/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/et/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/eu/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/fa/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/fi/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/fr/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ga/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/gl/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/gu/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/he/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/hi/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/hr/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/hu/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/id/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/is/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/it/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ja/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ka/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/kn/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ko/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ku/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/lt/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/lv/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/mai/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/mg/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/mk/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ml/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/mn/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/mr/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ms/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/nb/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/nds/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ne/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/nl/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/nn/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/nso/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/oc/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/or/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/pa/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/pl/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/pt/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/pt_BR/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ro/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ru/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/rw/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/si/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/sk/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/sl/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/sq/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/sr/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/sr@latin/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/sv/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ta/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/te/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/th/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/tr/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/ug/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/uk/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/vi/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/wa/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/xh/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/zh_CN/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/zh_HK/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo +share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo +share/polkit-1/actions/org.gnome.settingsdaemon.datetimemechanism.policy +@dirrm %%DATADIR%%/icons/hicolor/64x64/devices +@dirrm %%DATADIR%%/icons/hicolor/64x64 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% +@dirrm lib/gnome-settings-daemon-3.0 +@dirrm include/gnome-settings-daemon-3.0/gnome-settings-daemon +@dirrm include/gnome-settings-daemon-3.0 +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/ug/LC_MESSAGES +@dirrmtry share/locale/ug +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/mg/LC_MESSAGES +@dirrmtry share/locale/mg +@dirrmtry share/locale/mai/LC_MESSAGES +@dirrmtry share/locale/mai +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as |