summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-11-05 19:17:29 +0000
committerdrochner <drochner@pkgsrc.org>2007-11-05 19:17:29 +0000
commit27b32347d34425721e50941855291de0836f31a3 (patch)
treecaff9ef322e3cb0c065f3eed79360b73ba662ac2
parentd4bed7882cf9068fe713e9e2786c7ea856f82926 (diff)
downloadpkgsrc-27b32347d34425721e50941855291de0836f31a3.tar.gz
Import gnome-control-center-2.20.1, part of the GNOME desktop which
was in the pkgsrc tree as "control-center". The upstream filename is "gnome-control-center", and it is more descriptive anyway. Sorry for breaking updates etc...
-rw-r--r--x11/gnome-control-center/DESCR5
-rw-r--r--x11/gnome-control-center/Makefile100
-rw-r--r--x11/gnome-control-center/PLIST316
-rw-r--r--x11/gnome-control-center/buildlink3.mk30
-rw-r--r--x11/gnome-control-center/distinfo8
-rw-r--r--x11/gnome-control-center/patches/patch-aa12
-rw-r--r--x11/gnome-control-center/patches/patch-ab26
-rw-r--r--x11/gnome-control-center/patches/patch-ad13
8 files changed, 510 insertions, 0 deletions
diff --git a/x11/gnome-control-center/DESCR b/x11/gnome-control-center/DESCR
new file mode 100644
index 00000000000..21995d71a53
--- /dev/null
+++ b/x11/gnome-control-center/DESCR
@@ -0,0 +1,5 @@
+gnome2-cc provides the GNOME2 Control Center, a configuration tool
+to easily set up your GNOME2 environment.
+
+With this tool, GNOME2 becomes more powerful and easier to configure
+which helps to make your computer easy to use.
diff --git a/x11/gnome-control-center/Makefile b/x11/gnome-control-center/Makefile
new file mode 100644
index 00000000000..75976a35d75
--- /dev/null
+++ b/x11/gnome-control-center/Makefile
@@ -0,0 +1,100 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+#
+
+DISTNAME= gnome-control-center-2.20.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-control-center/2.20/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.gnome.org/
+COMMENT= GNOME2 configuration utility
+
+GNU_CONFIGURE= yes
+USE_DIRS+= gnome2-1.6
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake intltool msgfmt pkg-config
+USE_LIBTOOL= yes
+
+CONFLICTS+= gnome2-control-center-[0-9]* control-center-[0-9]*
+
+CONFIGURE_ARGS+= --disable-alsa
+CONFIGURE_ARGS+= --disable-hal
+CONFIGURE_ARGS+= --enable-aboutme
+CONFIGURE_ARGS+= --with-gstreamer=0.10
+
+CPPFLAGS+= -DDBUS_API_SUBJECT_TO_CHANGE
+
+PKGCONFIG_OVERRIDE+= gnome-settings-daemon/gnome-settings-daemon.pc.in
+PKGCONFIG_OVERRIDE+= libwindow-settings/gnome-window-settings-2.0.pc.in
+
+INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
+INSTALL_MAKE_FLAGS+= vfsmoduleconfdir=${PREFIX}/share/examples/${PKGBASE}
+INSTALL_MAKE_FLAGS+= menudir=${PREFIX}/share/examples/${PKGBASE}
+
+GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas
+GCONF_SCHEMAS+= apps_gnome_settings_daemon_keybindings.schemas
+GCONF_SCHEMAS+= apps_gnome_settings_daemon_screensaver.schemas
+GCONF_SCHEMAS+= control-center.schemas
+GCONF_SCHEMAS+= desktop_gnome_font_rendering.schemas
+GCONF_SCHEMAS+= themus.schemas
+GCONF_SCHEMAS+= fontilus.schemas
+
+EGDIR= ${PREFIX}/share/examples/control-center
+CONF_FILES= ${EGDIR}/theme-method.conf \
+ ${PKG_SYSCONFDIR}/gnome-vfs-2.0/modules/theme-method.conf
+CONF_FILES+= ${EGDIR}/font-method.conf \
+ ${PKG_SYSCONFDIR}/gnome-vfs-2.0/modules/font-method.conf
+CONF_FILES+= ${EGDIR}/gnomecc.menu \
+ ${PKG_SYSCONFDIR}/xdg/menus/gnomecc.menu
+
+BUILDLINK_API_DEPENDS.glib2= glib2>=2.8.0
+BUILDLINK_API_DEPENDS.gstreamer0.10= gstreamer0.10>=0.10.1.2
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base= gst-plugins0.10-base>=0.10.1.2
+BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.12
+BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2
+
+.include "../../audio/esound/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mail/evolution-data-server/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/gnome-menus/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../sysutils/nautilus/buildlink3.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../wm/metacity/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../x11/gnome-panel/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libXScrnSaver/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXxf86misc/buildlink3.mk"
+.include "../../x11/libxklavier/buildlink3.mk"
+.include "../../x11/libgnomekbd/buildlink3.mk"
+.include "../../databases/shared-mime-info/mimedb.mk"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/vfs-methods/themus/theme-method.conf \
+ ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/vfs-methods/fontilus/font-method.conf \
+ ${EGDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnome-control-center/PLIST b/x11/gnome-control-center/PLIST
new file mode 100644
index 00000000000..d426c1db5ba
--- /dev/null
+++ b/x11/gnome-control-center/PLIST
@@ -0,0 +1,316 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+bin/gnome-about-me
+bin/gnome-accessibility-keyboard-properties
+bin/gnome-appearance-properties
+bin/gnome-at-mobility
+bin/gnome-at-properties
+bin/gnome-at-visual
+bin/gnome-control-center
+bin/gnome-default-applications-properties
+bin/gnome-display-properties
+bin/gnome-font-viewer
+bin/gnome-keybinding-properties
+bin/gnome-keyboard-properties
+bin/gnome-mouse-properties
+bin/gnome-network-preferences
+bin/gnome-sound-properties
+bin/gnome-theme-thumbnailer
+bin/gnome-thumbnail-font
+bin/gnome-typing-monitor
+bin/gnome-window-properties
+bin/themus-theme-applier
+include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.h
+include/gnome-window-settings-2.0/gnome-window-manager.h
+include/gnome-window-settings-2.0/gnome-wm-manager.h
+lib/gnome-vfs-2.0/modules/libfont-method.la
+lib/gnome-vfs-2.0/modules/libtheme-method.la
+lib/libgnome-window-settings.la
+lib/nautilus/extensions-1.0/libnautilus-fontilus.la
+lib/nautilus/extensions-1.0/libnautilus-themus.la
+lib/pkgconfig/gnome-settings-daemon.pc
+lib/pkgconfig/gnome-window-settings-2.0.pc
+lib/window-manager-settings/libmetacity.la
+libexec/gnome-settings-daemon
+share/applications/accessibility-keyboard.desktop
+share/applications/at-properties.desktop
+share/applications/default-applications.desktop
+share/applications/display-properties.desktop
+share/applications/gnome-about-me.desktop
+share/applications/gnome-appearance-properties.desktop
+share/applications/gnome-font-viewer.desktop
+share/applications/gnome-network-preferences.desktop
+share/applications/gnome-settings-mouse.desktop
+share/applications/gnome-settings-sound.desktop
+share/applications/gnome-theme-installer.desktop
+share/applications/gnomecc.desktop
+share/applications/keybinding.desktop
+share/applications/keyboard.desktop
+share/applications/themus-theme-applier.desktop
+share/applications/window-properties.desktop
+share/dbus-1/services/org.gnome.SettingsDaemon.service
+share/desktop-directories/font-method.directory
+share/desktop-directories/gnomecc.directory
+share/desktop-directories/theme-method.directory
+share/examples/control-center/font-method.conf
+share/examples/control-center/theme-method.conf
+share/examples/gnome-control-center/font-method.conf
+share/examples/gnome-control-center/gnomecc.menu
+share/examples/gnome-control-center/theme-method.conf
+share/gconf/schemas/apps_gnome_settings_daemon_default_editor.schemas
+share/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas
+share/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
+share/gconf/schemas/control-center.schemas
+share/gconf/schemas/desktop_gnome_font_rendering.schemas
+share/gconf/schemas/fontilus.schemas
+share/gconf/schemas/themus.schemas
+share/gnome-control-center/glade/acme.glade
+share/gnome-control-center/glade/appearance.glade
+share/gnome-control-center/glade/apply-font.glade
+share/gnome-control-center/glade/at-enable-dialog.glade
+share/gnome-control-center/glade/gnome-about-me.glade
+share/gnome-control-center/glade/gnome-accessibility-keyboard-properties.glade
+share/gnome-control-center/glade/gnome-default-applications-properties.glade
+share/gnome-control-center/glade/gnome-keybinding-properties.glade
+share/gnome-control-center/glade/gnome-keyboard-properties.glade
+share/gnome-control-center/glade/gnome-mouse-properties.glade
+share/gnome-control-center/glade/gnome-network-preferences.glade
+share/gnome-control-center/glade/gnome-window-properties.glade
+share/gnome-control-center/glade/modmap-dialog.glade
+share/gnome-control-center/glade/sound-properties.glade
+share/gnome-control-center/gnome-default-applications.xml
+share/gnome-control-center/keybindings/00-multimedia-key.xml
+share/gnome-control-center/keybindings/01-desktop-key.xml
+share/gnome-control-center/pixmaps/accessibility-keyboard-bouncekey.png
+share/gnome-control-center/pixmaps/accessibility-keyboard-mousekey.png
+share/gnome-control-center/pixmaps/accessibility-keyboard-slowkey.png
+share/gnome-control-center/pixmaps/accessibility-keyboard-stickykey.png
+share/gnome-control-center/pixmaps/accessibility-keyboard-togglekey.png
+share/gnome-control-center/pixmaps/acme-eject.png
+share/gnome-control-center/pixmaps/at-startup.png
+share/gnome-control-center/pixmaps/at-support.png
+share/gnome-control-center/pixmaps/bar-disabled.png
+share/gnome-control-center/pixmaps/bar-green.png
+share/gnome-control-center/pixmaps/bar-red.png
+share/gnome-control-center/pixmaps/bar.png
+share/gnome-control-center/pixmaps/double-click-maybe.png
+share/gnome-control-center/pixmaps/double-click-off.png
+share/gnome-control-center/pixmaps/double-click-on.png
+share/gnome-control-center/pixmaps/gnome-about-me-lock-open.png
+share/gnome-control-center/pixmaps/gnome-about-me-lock.png
+share/gnome-control-center/pixmaps/gtk-theme-thumbnailing.png
+share/gnome-control-center/pixmaps/icon-theme-thumbnailing.png
+share/gnome-control-center/pixmaps/keyboard-bell.png
+share/gnome-control-center/pixmaps/keyboard-cursor.png
+share/gnome-control-center/pixmaps/keyboard-repeat.png
+share/gnome-control-center/pixmaps/keyboard-volume.png
+share/gnome-control-center/pixmaps/mouse-cursor-normal-large.png
+share/gnome-control-center/pixmaps/mouse-cursor-normal.png
+share/gnome-control-center/pixmaps/mouse-cursor-white-large.png
+share/gnome-control-center/pixmaps/mouse-cursor-white.png
+share/gnome-control-center/pixmaps/mouse-left.png
+share/gnome-control-center/pixmaps/mouse-right.png
+share/gnome-control-center/pixmaps/ocean-stripes.png
+share/gnome-control-center/pixmaps/stop.png
+share/gnome-control-center/pixmaps/subpixel-bgr.png
+share/gnome-control-center/pixmaps/subpixel-rgb.png
+share/gnome-control-center/pixmaps/subpixel-vbgr.png
+share/gnome-control-center/pixmaps/subpixel-vrgb.png
+share/gnome-control-center/pixmaps/theme-thumbnailing.png
+share/gnome-control-center/pixmaps/visual-bell.png
+share/gnome-control-center/pixmaps/window-theme-thumbnailing.png
+share/gnome-control-center/xrdb/Editres.ad
+share/gnome-control-center/xrdb/Emacs.ad
+share/gnome-control-center/xrdb/General.ad
+share/gnome-control-center/xrdb/Motif.ad
+share/gnome-control-center/xrdb/Tk.ad
+share/gnome-control-center/xrdb/Xaw.ad
+share/gnome/autostart/gnome-at-session.desktop
+share/gnome/cursor-fonts/cursor-large-white.pcf
+share/gnome/cursor-fonts/cursor-large.pcf
+share/gnome/cursor-fonts/cursor-white.pcf
+share/gnome/help/control-center/C/config-accessibility-keyboard.xml
+share/gnome/help/control-center/C/config-background.xml
+share/gnome/help/control-center/C/config-behavior.xml
+share/gnome/help/control-center/C/config-cds.xml
+share/gnome/help/control-center/C/config-default-apps.xml
+share/gnome/help/control-center/C/config-file-type.xml
+share/gnome/help/control-center/C/config-hints.xml
+share/gnome/help/control-center/C/config-html.xml
+share/gnome/help/control-center/C/config-kbd.xml
+share/gnome/help/control-center/C/config-keybindings.xml
+share/gnome/help/control-center/C/config-mouse.xml
+share/gnome/help/control-center/C/config-screensaver.xml
+share/gnome/help/control-center/C/config-sound.xml
+share/gnome/help/control-center/C/config-themes.xml
+share/gnome/help/control-center/C/control-center.xml
+share/gnome/help/control-center/ca/control-center.xml
+share/gnome/help/control-center/en_GB/control-center.xml
+share/gnome/help/control-center/es/control-center.xml
+share/gnome/help/control-center/fr/control-center.xml
+share/gnome/help/control-center/ja/control-center.xml
+share/gnome/help/control-center/oc/control-center.xml
+share/gnome/help/control-center/pa/control-center.xml
+share/gnome/help/control-center/pt_BR/control-center.xml
+share/gnome/help/control-center/ru/control-center.xml
+share/gnome/help/control-center/sv/control-center.xml
+share/gnome/help/control-center/uk/control-center.xml
+share/gnome/help/control-center/vi/control-center.xml
+share/gnome/help/control-center/zh_CN/control-center.xml
+share/icons/hicolor/16x16/apps/gnome-display-properties.png
+share/icons/hicolor/16x16/apps/gnome-network-preferences.png
+share/icons/hicolor/16x16/apps/gnome-sound-properties.png
+share/icons/hicolor/22x22/apps/gnome-display-properties.png
+share/icons/hicolor/22x22/apps/gnome-network-preferences.png
+share/icons/hicolor/22x22/apps/gnome-sound-properties.png
+share/icons/hicolor/24x24/apps/gnome-display-properties.png
+share/icons/hicolor/24x24/apps/gnome-network-preferences.png
+share/icons/hicolor/24x24/apps/gnome-sound-properties.png
+share/icons/hicolor/32x32/apps/gnome-display-properties.png
+share/icons/hicolor/32x32/apps/gnome-network-preferences.png
+share/icons/hicolor/32x32/apps/gnome-sound-properties.png
+share/icons/hicolor/48x48/apps/typing-monitor.png
+share/icons/hicolor/scalable/apps/gnome-display-properties.svg
+share/icons/hicolor/scalable/apps/gnome-network-preferences.svg
+share/icons/hicolor/scalable/apps/gnome-sound-properties.svg
+share/icons/hicolor/scalable/apps/typing-monitor.svg
+share/locale/af/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/dz/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/is/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ka/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mg/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nb/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nso/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/oc/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/or/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/rw/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/si/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/te/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/xh/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/mime/packages/gnome-theme-package.xml
+share/omf/control-center/control-center-C.omf
+share/omf/control-center/control-center-ca.omf
+share/omf/control-center/control-center-en_GB.omf
+share/omf/control-center/control-center-es.omf
+share/omf/control-center/control-center-fr.omf
+share/omf/control-center/control-center-ja.omf
+share/omf/control-center/control-center-oc.omf
+share/omf/control-center/control-center-pa.omf
+share/omf/control-center/control-center-pt_BR.omf
+share/omf/control-center/control-center-ru.omf
+share/omf/control-center/control-center-sv.omf
+share/omf/control-center/control-center-uk.omf
+share/omf/control-center/control-center-vi.omf
+share/omf/control-center/control-center-zh_CN.omf
+share/pkgconfig/gnome-keybindings.pc
+@dirrm share/omf/control-center
+@comment in scrollkeeper: @dirrm share/omf
+@comment in shared-mime-info: @dirrm share/mime/packages
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
+@dirrm share/gnome/help/control-center/zh_CN
+@dirrm share/gnome/help/control-center/vi
+@dirrm share/gnome/help/control-center/uk
+@dirrm share/gnome/help/control-center/sv
+@dirrm share/gnome/help/control-center/ru
+@dirrm share/gnome/help/control-center/pt_BR
+@dirrm share/gnome/help/control-center/pa
+@dirrm share/gnome/help/control-center/oc
+@dirrm share/gnome/help/control-center/ja
+@dirrm share/gnome/help/control-center/fr
+@dirrm share/gnome/help/control-center/es
+@dirrm share/gnome/help/control-center/en_GB
+@dirrm share/gnome/help/control-center/ca
+@dirrm share/gnome/help/control-center/C
+@dirrm share/gnome/help/control-center
+@comment in gnome2-dirs: @dirrm share/gnome/help
+@dirrm share/gnome/cursor-fonts
+@dirrm share/gnome/autostart
+@dirrm share/gnome-control-center/xrdb
+@dirrm share/gnome-control-center/pixmaps
+@dirrm share/gnome-control-center/glade
+@comment in gnome2-dirs: @dirrm share/gnome
+@comment in GConf: @dirrm share/gconf/schemas
+@dirrm share/examples/gnome-control-center
+@dirrm share/examples/control-center
+@comment in xdg-dirs: @dirrm share/desktop-directories
+@comment in dbus: @dirrm share/dbus-1/services
+@comment in xdg-dirs: @dirrm share/applications
+@dirrm lib/window-manager-settings
+@comment in nautilus: @dirrm lib/nautilus/extensions-1.0
+@comment in gnome-vfs: @dirrm lib/gnome-vfs-2.0/modules
+@dirrm include/gnome-window-settings-2.0
+@dirrm include/gnome-settings-daemon-2.0/gnome-settings-daemon
+@dirrm include/gnome-settings-daemon-2.0
diff --git a/x11/gnome-control-center/buildlink3.mk b/x11/gnome-control-center/buildlink3.mk
new file mode 100644
index 00000000000..cee1d9adff9
--- /dev/null
+++ b/x11/gnome-control-center/buildlink3.mk
@@ -0,0 +1,30 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GNOME_CONTROL_CENTER_BUILDLINK3_MK:= ${GNOME_CONTROL_CENTER_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= gnome-control-center
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-control-center}
+BUILDLINK_PACKAGES+= gnome-control-center
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnome-control-center
+
+.if ${GNOME_CONTROL_CENTER_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.gnome-control-center+= gnome-control-center>=2.20.0.1
+BUILDLINK_PKGSRCDIR.gnome-control-center?= ../../x11/gnome-control-center
+.endif # GNOME_CONTROL_CENTER_BUILDLINK3_MK
+
+.include "../../audio/esound/buildlink3.mk"
+.include "../../devel/libbonoboui/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../sysutils/gnome-menus/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../wm/metacity/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+.include "../../x11/gnome-panel/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/gnome-control-center/distinfo b/x11/gnome-control-center/distinfo
new file mode 100644
index 00000000000..97c830c556d
--- /dev/null
+++ b/x11/gnome-control-center/distinfo
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+
+SHA1 (gnome-control-center-2.20.1.tar.bz2) = 6eb9bd032da71ad8dceafddc288bbca6dbc1d6ea
+RMD160 (gnome-control-center-2.20.1.tar.bz2) = ce5c5a270679f779fbec59aa887aba239b3f1d84
+Size (gnome-control-center-2.20.1.tar.bz2) = 2292719 bytes
+SHA1 (patch-aa) = 377d07ac5071fa19063cd3ecd47c589c53b81b5a
+SHA1 (patch-ab) = c0561975640562546f612e252a9d239d6dbc695b
+SHA1 (patch-ad) = 15aeffd62733036840d402f1ed3a2f1a89c8945d
diff --git a/x11/gnome-control-center/patches/patch-aa b/x11/gnome-control-center/patches/patch-aa
new file mode 100644
index 00000000000..9255e960097
--- /dev/null
+++ b/x11/gnome-control-center/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+
+--- capplets/about-me/gnome-about-me-password.c.orig 2006-09-15 13:12:18.000000000 +0200
++++ capplets/about-me/gnome-about-me-password.c
+@@ -30,6 +30,7 @@
+ /* Are all of these needed? */
+ #include <gnome.h>
+ #include <pwd.h>
++#include <signal.h>
+ #include <stdlib.h>
+ #include <glade/glade.h>
+ #include <unistd.h>
diff --git a/x11/gnome-control-center/patches/patch-ab b/x11/gnome-control-center/patches/patch-ab
new file mode 100644
index 00000000000..b338225411e
--- /dev/null
+++ b/x11/gnome-control-center/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+
+--- capplets/about-me/gnome-about-me.c.orig 2006-09-24 20:42:14.000000000 +0000
++++ capplets/about-me/gnome-about-me.c
+@@ -267,16 +267,12 @@ static char *
+ get_user_login (void)
+ {
+ char buf[LINE_MAX * 4];
+- struct passwd pwd, *err;
++ struct passwd *pwd;
+
+- int i;
+-#if __sun
+- i = getpwuid_r (getuid (), &pwd, buf, sizeof (buf));
+- return (i != 0) ? g_strdup (pwd.pw_name) : NULL;
+-#else
+- i = getpwuid_r (getuid (), &pwd, buf, sizeof (buf), &err);
+- return ((i == 0) && (err == &pwd)) ? g_strdup (pwd.pw_name) : NULL;
+-#endif
++ pwd = getpwuid (getuid ());
++ if (pwd == NULL)
++ return NULL;
++ return g_strdup (pwd->pw_name);
+ }
+
+ /*
diff --git a/x11/gnome-control-center/patches/patch-ad b/x11/gnome-control-center/patches/patch-ad
new file mode 100644
index 00000000000..ce7a75bf0cb
--- /dev/null
+++ b/x11/gnome-control-center/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2007/11/05 19:17:29 drochner Exp $
+
+--- configure.orig 2004-08-30 01:56:22.000000000 +0200
++++ configure
+@@ -23083,7 +23083,7 @@ if test `eval echo '${'$as_ac_Header'}'`
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
+ _ACEOF
+- XF86MISC_LIBS="-lXxf86misc"
++ XF86MISC_LIBS="-lXxf86misc -lXext"
+ fi
+
+ done