summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 11:58:26 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-03 11:58:26 +0800
commitec90e64f7da363449782d89affe8f404ca80af6d (patch)
tree1594695b328a9e9c7df4cb161b971bd63f5e7007
parent56b868ef66b1868c3b56a230673ce755c58ea689 (diff)
downloadmarcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.tar
marcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.tar.gz
marcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.tar.bz2
marcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.tar.lz
marcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.tar.xz
marcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.tar.zst
marcuscom-ports-ec90e64f7da363449782d89affe8f404ca80af6d.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8786 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--sysutils/gnome-control-center1/Makefile33
-rw-r--r--sysutils/gnome-control-center1/distinfo3
-rw-r--r--sysutils/gnome-control-center1/files/patch-Makefile.in14
-rw-r--r--sysutils/gnome-control-center1/files/patch-bn54
-rw-r--r--sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c15
-rw-r--r--sysutils/gnome-control-center1/files/patch-ce8
-rw-r--r--sysutils/gnome-control-center1/files/patch-idl::Makefile.in14
-rw-r--r--sysutils/gnome-control-center1/files/patch-ltmain.sh45
-rw-r--r--sysutils/gnome-control-center1/files/patch-po::Makefile.in.in14
-rw-r--r--sysutils/gnome-control-center1/pkg-descr1
-rw-r--r--sysutils/gnome-control-center1/pkg-plist217
11 files changed, 418 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile
new file mode 100644
index 000000000..830aaf637
--- /dev/null
+++ b/sysutils/gnome-control-center1/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: control-center
+# Date created: 29 Dec 1998
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-control-center
+PORTVERSION= 1.4.0.5
+PORTREVISION= 5
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/control-center/1.4
+DISTNAME= control-center-${PORTVERSION}
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Control center for GNOME project
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomecanvas gnomevfs libcapplet
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+LATEST_LINK= gnome-control-center1
+
+.include <bsd.port.mk>
diff --git a/sysutils/gnome-control-center1/distinfo b/sysutils/gnome-control-center1/distinfo
new file mode 100644
index 000000000..14895bd81
--- /dev/null
+++ b/sysutils/gnome-control-center1/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome/control-center-1.4.0.5.tar.bz2) = 63e731f7c9f5fca354de5de4f881e952
+SHA256 (gnome/control-center-1.4.0.5.tar.bz2) = bfefec4042b0bc64463f07c4486c5af65b20c07974b184f8a547f77ea20ced06
+SIZE (gnome/control-center-1.4.0.5.tar.bz2) = 3382798
diff --git a/sysutils/gnome-control-center1/files/patch-Makefile.in b/sysutils/gnome-control-center1/files/patch-Makefile.in
new file mode 100644
index 000000000..de26babe2
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/sysutils/gnome-control-center1/files/patch-Makefile.in,v 1.1 2002/02/07 13:46:49 sobomax Exp $
+
+--- Makefile.in 2002/02/05 09:46:12 1.1
++++ Makefile.in 2002/02/05 09:46:25
+@@ -151,7 +151,7 @@
+ cxxflags_set = @cxxflags_set@
+ l = @l@
+
+-always_built_SUBDIRS = control-center capplets idl doc omf-install man
++always_built_SUBDIRS = control-center capplets idl doc omf-install
+
+ SUBDIRS = intl po macros \
+ $(always_built_SUBDIRS)
diff --git a/sysutils/gnome-control-center1/files/patch-bn b/sysutils/gnome-control-center1/files/patch-bn
new file mode 100644
index 000000000..e7d14e37c
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-bn
@@ -0,0 +1,54 @@
+
+$FreeBSD: ports/sysutils/gnome-control-center1/files/patch-bn,v 1.6 2002/07/11 17:16:03 sobomax Exp $
+
+--- control-center/Makefile.in.orig Wed Jul 10 16:48:34 2002
++++ control-center/Makefile.in Wed Jul 10 16:51:37 2002
+@@ -208,7 +208,7 @@
+ sys_in_files = gnomecc.desktop.in
+ sys_DATA = $(sys_in_files:.desktop.in=.desktop)
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = cappletConf.sh
+
+ libcapplet_la_SOURCES = \
+@@ -218,7 +218,7 @@
+ $(CORBA_SRCLIST)
+
+
+-libcapplet_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
++libcapplet_la_LDFLAGS = -version-info 5:0:0
+ libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS)
+
+ libcappletincludedir = $(includedir)/libcapplet1
+@@ -522,12 +522,10 @@
+ check: check-am
+ installcheck-am:
+ installcheck: installcheck-am
+-install-exec-am: install-libLTLIBRARIES install-binPROGRAMS \
+- install-confexecDATA
++install-exec-am: install-binPROGRAMS
+ install-exec: install-exec-am
+
+-install-data-am: install-appiconDATA install-splashDATA install-sysDATA \
+- install-libcappletincludeHEADERS
++install-data-am: install-appiconDATA install-splashDATA install-sysDATA
+ install-data: install-data-am
+
+ install-am: all-am
+@@ -546,7 +544,6 @@
+ $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) \
+ $(DESTDIR)$(appicondir) $(DESTDIR)$(confexecdir) \
+ $(DESTDIR)$(splashdir) $(DESTDIR)$(sysdir) \
+- $(DESTDIR)$(libcappletincludedir)
+
+
+ mostlyclean-generic:
+@@ -592,6 +589,7 @@
+ clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
+ uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
+ distclean-compile clean-compile maintainer-clean-compile \
++ -e 's?\@VERSION\@?$(VERSION)?g' \
+ mostlyclean-libtool distclean-libtool clean-libtool \
+ maintainer-clean-libtool mostlyclean-binPROGRAMS distclean-binPROGRAMS \
+ clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
diff --git a/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c b/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c
new file mode 100644
index 000000000..1f43cc343
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c
@@ -0,0 +1,15 @@
+
+$FreeBSD: ports/sysutils/gnome-control-center1/files/patch-capplets::theme-switcher::lister.c,v 1.1 2002/03/29 12:55:02 sobomax Exp $
+
+--- capplets/theme-switcher/lister.c 2002/03/29 12:43:59 1.1
++++ capplets/theme-switcher/lister.c 2002/03/29 12:45:18
+@@ -115,8 +115,7 @@
+ char *errstring = NULL;
+ int out_fd;
+ #ifndef HAVE_GETLINE
+- char line[1024];
+- char *lineptr = line;
++ char *lineptr = (char *)malloc(1024);
+ #else
+ char *lineptr = NULL;
+ #endif
diff --git a/sysutils/gnome-control-center1/files/patch-ce b/sysutils/gnome-control-center1/files/patch-ce
new file mode 100644
index 000000000..b2186ac89
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-ce
@@ -0,0 +1,8 @@
+--- capplets/wm-properties/wm-desktops/WindowMaker.desktop.orig Wed May 12 02:56:05 1999
++++ capplets/wm-properties/wm-desktops/WindowMaker.desktop Wed May 12 02:56:22 1999
+@@ -5,4 +5,4 @@
+
+ [Window Manager]
+ SessionManaged=false
+-ConfigExec=/usr/X11R6/lib/GNUstep/Apps/WPrefs.app/WPrefs
++ConfigExec=/usr/X11R6/share/GNUstep/Apps/WPrefs.app/WPrefs
diff --git a/sysutils/gnome-control-center1/files/patch-idl::Makefile.in b/sysutils/gnome-control-center1/files/patch-idl::Makefile.in
new file mode 100644
index 000000000..50c5aa2a8
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-idl::Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/sysutils/gnome-control-center1/files/patch-idl::Makefile.in,v 1.1 2002/07/11 17:16:03 sobomax Exp $
+
+--- idl/Makefile.in 2002/07/10 13:49:41 1.1
++++ idl/Makefile.in 2002/07/10 13:50:18
+@@ -251,7 +251,7 @@
+ install-exec-am:
+ install-exec: install-exec-am
+
+-install-data-am: install-gnomeccgnorbaDATA install-idlDATA
++install-data-am: install-gnomeccgnorbaDATA
+ install-data: install-data-am
+
+ install-am: all-am
diff --git a/sysutils/gnome-control-center1/files/patch-ltmain.sh b/sysutils/gnome-control-center1/files/patch-ltmain.sh
new file mode 100644
index 000000000..93043314e
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-ltmain.sh
@@ -0,0 +1,45 @@
+
+$FreeBSD: ports/sysutils/gnome-control-center1/files/patch-ltmain.sh,v 1.1 2002/02/07 13:46:49 sobomax Exp $
+
+--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
++++ ltmain.sh Sun Feb 3 01:44:17 2002
+@@ -1037,8 +1037,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -2412,6 +2420,9 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
++ *-*-freebsd*)
++ # FreeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4179,10 +4190,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in b/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..03d52ab77
--- /dev/null
+++ b/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/sysutils/gnome-control-center1/files/patch-po::Makefile.in.in,v 1.1 2002/02/07 13:46:49 sobomax Exp $
+
+--- po/Makefile.in.in 2002/02/05 08:03:55 1.1
++++ po/Makefile.in.in 2002/02/05 08:04:08
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \
diff --git a/sysutils/gnome-control-center1/pkg-descr b/sysutils/gnome-control-center1/pkg-descr
new file mode 100644
index 000000000..b9ead6394
--- /dev/null
+++ b/sysutils/gnome-control-center1/pkg-descr
@@ -0,0 +1 @@
+control center for GNOME project.
diff --git a/sysutils/gnome-control-center1/pkg-plist b/sysutils/gnome-control-center1/pkg-plist
new file mode 100644
index 000000000..527760633
--- /dev/null
+++ b/sysutils/gnome-control-center1/pkg-plist
@@ -0,0 +1,217 @@
+bin/background-properties-capplet
+bin/default-application-properties-capplet
+bin/file-types-capplet
+bin/gnomecc
+bin/keyboard-properties
+bin/mouse-properties-capplet
+bin/sound-properties
+bin/theme-selector-capplet
+bin/ui-properties
+bin/url-properties
+bin/wm-properties-capplet
+etc/CORBA/servers/gnomecc.gnorba
+share/control-center/.directory
+share/control-center/Desktop/.directory
+share/control-center/Desktop/background-properties.desktop
+share/control-center/Desktop/theme-selector.desktop
+share/control-center/Desktop/wm-properties.desktop
+share/control-center/Documents/.directory
+share/control-center/Documents/default-application-properties.desktop
+share/control-center/Documents/file-types-capplet.desktop
+share/control-center/Documents/url-properties.desktop
+share/control-center/Multimedia/.directory
+share/control-center/Multimedia/sound-properties.desktop
+share/control-center/Peripherals/.directory
+share/control-center/Peripherals/keyboard-properties.desktop
+share/control-center/Peripherals/mouse-properties.desktop
+share/control-center/Session/.directory
+share/control-center/UIOptions/.directory
+share/control-center/UIOptions/application.desktop
+share/control-center/UIOptions/dialogs.desktop
+share/control-center/UIOptions/mdi.desktop
+share/gnome/apps/Settings/Desktop/.directory
+share/gnome/apps/Settings/Desktop/background-properties.desktop
+share/gnome/apps/Settings/Desktop/theme-selector.desktop
+share/gnome/apps/Settings/Desktop/wm-properties.desktop
+share/gnome/apps/Settings/Documents/.directory
+share/gnome/apps/Settings/Documents/default-applicaiton-properties.desktop
+share/gnome/apps/Settings/Documents/url-properties.desktop
+share/gnome/apps/Settings/Multimedia/.directory
+share/gnome/apps/Settings/Multimedia/sound-properties.desktop
+share/gnome/apps/Settings/Peripherals/.directory
+share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop
+share/gnome/apps/Settings/Peripherals/mouse-properties.desktop
+share/gnome/apps/Settings/Session/.directory
+share/gnome/apps/Settings/UIOptions/.directory
+share/gnome/apps/Settings/file-types-capplet.desktop
+share/gnome/apps/Settings/gnomecc.desktop
+share/gnome/help/control-center/C/control-center.sgml
+share/gnome/help/control-center/C/desktop-intro.html
+share/gnome/help/control-center/C/doc-handlers.html
+share/gnome/help/control-center/C/figures/bg-capplet.png
+share/gnome/help/control-center/C/figures/gccalf.png
+share/gnome/help/control-center/C/figures/gccappdef.png
+share/gnome/help/control-center/C/figures/gccdialog.png
+share/gnome/help/control-center/C/figures/gccedit.png
+share/gnome/help/control-center/C/figures/gcchints.png
+share/gnome/help/control-center/C/figures/gccmdi.png
+share/gnome/help/control-center/C/figures/gccmime.png
+share/gnome/help/control-center/C/figures/gccsession-props.png
+share/gnome/help/control-center/C/figures/gccsessopt.png
+share/gnome/help/control-center/C/figures/gccsound1.png
+share/gnome/help/control-center/C/figures/gccsound2.png
+share/gnome/help/control-center/C/figures/gccstartup.png
+share/gnome/help/control-center/C/figures/gccurl.png
+share/gnome/help/control-center/C/figures/glob_pref_anim.png
+share/gnome/help/control-center/C/figures/keyboard-capplet.png
+share/gnome/help/control-center/C/figures/mouse-capplet.png
+share/gnome/help/control-center/C/figures/screensave-capplet.png
+share/gnome/help/control-center/C/figures/theme-select.png
+share/gnome/help/control-center/C/figures/wm-add.png
+share/gnome/help/control-center/C/figures/wm-main.png
+share/gnome/help/control-center/C/index.html
+share/gnome/help/control-center/C/ln7.html
+share/gnome/help/control-center/C/stylesheet-images/caution.gif
+share/gnome/help/control-center/C/stylesheet-images/home.gif
+share/gnome/help/control-center/C/stylesheet-images/important.gif
+share/gnome/help/control-center/C/stylesheet-images/next.gif
+share/gnome/help/control-center/C/stylesheet-images/note.gif
+share/gnome/help/control-center/C/stylesheet-images/prev.gif
+share/gnome/help/control-center/C/stylesheet-images/tip.gif
+share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif
+share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif
+share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif
+share/gnome/help/control-center/C/stylesheet-images/up.gif
+share/gnome/help/control-center/C/stylesheet-images/warning.gif
+share/gnome/help/control-center/C/topic.dat
+share/gnome/help/control-center/C/usage.html
+share/gnome/help/control-center/eu/control-center.sgml
+share/gnome/help/control-center/eu/desktop-intro.html
+share/gnome/help/control-center/eu/doc-handlers.html
+share/gnome/help/control-center/eu/figures/bg-capplet.png
+share/gnome/help/control-center/eu/figures/gccalf.png
+share/gnome/help/control-center/eu/figures/gccappdef.png
+share/gnome/help/control-center/eu/figures/gccdialog.png
+share/gnome/help/control-center/eu/figures/gccedit.png
+share/gnome/help/control-center/eu/figures/gcchints.png
+share/gnome/help/control-center/eu/figures/gccmdi.png
+share/gnome/help/control-center/eu/figures/gccmime.png
+share/gnome/help/control-center/eu/figures/gccsession-props.png
+share/gnome/help/control-center/eu/figures/gccsessopt.png
+share/gnome/help/control-center/eu/figures/gccsound1.png
+share/gnome/help/control-center/eu/figures/gccsound2.png
+share/gnome/help/control-center/eu/figures/gccstartup.png
+share/gnome/help/control-center/eu/figures/gccurl.png
+share/gnome/help/control-center/eu/figures/glob_pref_anim.png
+share/gnome/help/control-center/eu/figures/keyboard-capplet.png
+share/gnome/help/control-center/eu/figures/mouse-capplet.png
+share/gnome/help/control-center/eu/figures/screensave-capplet.png
+share/gnome/help/control-center/eu/figures/theme-select.png
+share/gnome/help/control-center/eu/figures/wm-add.png
+share/gnome/help/control-center/eu/figures/wm-main.png
+share/gnome/help/control-center/eu/index.html
+share/gnome/help/control-center/eu/ln7.html
+share/gnome/help/control-center/eu/stylesheet-images/caution.gif
+share/gnome/help/control-center/eu/stylesheet-images/home.gif
+share/gnome/help/control-center/eu/stylesheet-images/important.gif
+share/gnome/help/control-center/eu/stylesheet-images/next.gif
+share/gnome/help/control-center/eu/stylesheet-images/note.gif
+share/gnome/help/control-center/eu/stylesheet-images/prev.gif
+share/gnome/help/control-center/eu/stylesheet-images/tip.gif
+share/gnome/help/control-center/eu/stylesheet-images/toc-blank.gif
+share/gnome/help/control-center/eu/stylesheet-images/toc-minus.gif
+share/gnome/help/control-center/eu/stylesheet-images/toc-plus.gif
+share/gnome/help/control-center/eu/stylesheet-images/up.gif
+share/gnome/help/control-center/eu/stylesheet-images/warning.gif
+share/gnome/help/control-center/eu/topic.dat
+share/gnome/help/control-center/eu/usage.html
+share/gnome/wm-properties/Enlightenment.desktop
+share/gnome/wm-properties/IceWM.desktop
+share/gnome/wm-properties/Scwm.desktop
+share/gnome/wm-properties/WindowMaker.desktop
+share/gnome/wm-properties/twm.desktop
+share/locale/az/LC_MESSAGES/control-center.mo
+share/locale/bg/LC_MESSAGES/control-center.mo
+share/locale/ca/LC_MESSAGES/control-center.mo
+share/locale/cs/LC_MESSAGES/control-center.mo
+share/locale/da/LC_MESSAGES/control-center.mo
+share/locale/de/LC_MESSAGES/control-center.mo
+share/locale/el/LC_MESSAGES/control-center.mo
+share/locale/en_GB/LC_MESSAGES/control-center.mo
+share/locale/es/LC_MESSAGES/control-center.mo
+share/locale/et/LC_MESSAGES/control-center.mo
+share/locale/eu/LC_MESSAGES/control-center.mo
+share/locale/fi/LC_MESSAGES/control-center.mo
+share/locale/fr/LC_MESSAGES/control-center.mo
+share/locale/ga/LC_MESSAGES/control-center.mo
+share/locale/gl/LC_MESSAGES/control-center.mo
+share/locale/hr/LC_MESSAGES/control-center.mo
+share/locale/hu/LC_MESSAGES/control-center.mo
+share/locale/it/LC_MESSAGES/control-center.mo
+share/locale/ja/LC_MESSAGES/control-center.mo
+share/locale/ko/LC_MESSAGES/control-center.mo
+share/locale/lt/LC_MESSAGES/control-center.mo
+share/locale/nl/LC_MESSAGES/control-center.mo
+share/locale/nn/LC_MESSAGES/control-center.mo
+share/locale/no/LC_MESSAGES/control-center.mo
+share/locale/pl/LC_MESSAGES/control-center.mo
+share/locale/pt/LC_MESSAGES/control-center.mo
+share/locale/pt_BR/LC_MESSAGES/control-center.mo
+share/locale/ro/LC_MESSAGES/control-center.mo
+share/locale/ru/LC_MESSAGES/control-center.mo
+share/locale/sk/LC_MESSAGES/control-center.mo
+share/locale/sl/LC_MESSAGES/control-center.mo
+share/locale/sv/LC_MESSAGES/control-center.mo
+share/locale/tr/LC_MESSAGES/control-center.mo
+share/locale/uk/LC_MESSAGES/control-center.mo
+share/locale/wa/LC_MESSAGES/control-center.mo
+share/locale/zh_CN/LC_MESSAGES/control-center.mo
+share/locale/zh_TW/LC_MESSAGES/control-center.mo
+share/omf/control-center/control-center-C.omf
+share/omf/control-center/control-center-eu.omf
+share/pixmaps/ccsplash.png
+share/pixmaps/control-center.png
+@dirrm share/omf/control-center
+@dirrm share/gnome/help/control-center/eu/stylesheet-images
+@dirrm share/gnome/help/control-center/eu/figures
+@dirrm share/gnome/help/control-center/eu
+@dirrm share/gnome/help/control-center/C/stylesheet-images
+@dirrm share/gnome/help/control-center/C/figures
+@dirrm share/gnome/help/control-center/C
+@dirrm share/gnome/help/control-center
+@dirrm share/gnome/apps/Settings/UIOptions
+@dirrm share/gnome/apps/Settings/Multimedia
+@dirrm share/control-center/UIOptions
+@dirrm share/control-center/Multimedia
+@dirrmtry share/locale/zh_TW/LC_MESSAGES
+@dirrmtry share/locale/zh_TW
+@dirrmtry share/locale/zh_CN/LC_MESSAGES
+@dirrmtry share/locale/zh_CN
+@dirrmtry share/locale/uk/LC_MESSAGES
+@dirrmtry share/locale/uk
+@dirrmtry share/locale/sl/LC_MESSAGES
+@dirrmtry share/locale/sl
+@dirrmtry share/locale/sk/LC_MESSAGES
+@dirrmtry share/locale/sk
+@dirrmtry share/locale/ro/LC_MESSAGES
+@dirrmtry share/locale/ro
+@dirrmtry share/locale/pt/LC_MESSAGES
+@dirrmtry share/locale/pt
+@dirrmtry share/locale/pl/LC_MESSAGES
+@dirrmtry share/locale/pl
+@dirrmtry share/locale/no/LC_MESSAGES
+@dirrmtry share/locale/no
+@dirrmtry share/locale/nn/LC_MESSAGES
+@dirrmtry share/locale/nn
+@dirrmtry share/locale/ko/LC_MESSAGES
+@dirrmtry share/locale/ko
+@dirrmtry share/locale/gl/LC_MESSAGES
+@dirrmtry share/locale/gl
+@dirrmtry share/locale/fi/LC_MESSAGES
+@dirrmtry share/locale/fi
+@dirrmtry share/locale/el/LC_MESSAGES
+@dirrmtry share/locale/el
+@dirrmtry share/locale/cs/LC_MESSAGES
+@dirrmtry share/locale/cs
+@dirrmtry share/locale/ca/LC_MESSAGES
+@dirrmtry share/locale/ca