mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add gnomecontrolcenter2 after repo copy from gnomecontrolcenter. This
is the configuration frontend for the GNOME 2.0 desktop.
This commit is contained in:
parent
6281a02caa
commit
e68ba8be55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58762
33 changed files with 439 additions and 740 deletions
|
@ -69,6 +69,7 @@
|
||||||
SUBDIR += gkrellmouse
|
SUBDIR += gkrellmouse
|
||||||
SUBDIR += glload
|
SUBDIR += glload
|
||||||
SUBDIR += gnomecontrolcenter
|
SUBDIR += gnomecontrolcenter
|
||||||
|
SUBDIR += gnomecontrolcenter2
|
||||||
SUBDIR += gnomefind
|
SUBDIR += gnomefind
|
||||||
SUBDIR += gpart
|
SUBDIR += gpart
|
||||||
SUBDIR += grub
|
SUBDIR += grub
|
||||||
|
|
|
@ -1,38 +1,38 @@
|
||||||
# New ports collection makefile for: control-center
|
# New ports collection makefile for: gnomecontrolcenter2
|
||||||
# Date created: 29 Dec 1998
|
# Date created: 04 May 2002
|
||||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gnomecontrolcenter
|
PORTNAME= gnomecontrolcenter2
|
||||||
PORTVERSION= 1.4.0.5
|
PORTVERSION= 1.99.9
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils gnome
|
CATEGORIES= sysutils gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/control-center
|
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||||
DISTNAME= control-center-${PORTVERSION}
|
DISTNAME= control-center-${PORTVERSION}
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome2
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas \
|
LIB_DEPENDS= gnome-desktop-2.0:${PORTSDIR}/x11/gnomedesktop
|
||||||
gnomevfs.0:${PORTSDIR}/devel/gnomevfs
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOMELIBS= yes
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||||
GNU_CONFIGURE= yes
|
--datadir=${PREFIX}/share/gnome
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
LIBS="-L${LOCALBASE}/lib"
|
||||||
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||||
|
s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g ; \
|
||||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gnome/control-center-1.4.0.5.tar.bz2) = 63e731f7c9f5fca354de5de4f881e952
|
MD5 (gnome2/control-center-1.99.9.tar.bz2) = 339cab7a6f0cb812eec342e0d6ac8fbc
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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)
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- capplets/wm-properties/wm-list.c.orig Tue Mar 2 22:53:29 1999
|
|
||||||
+++ capplets/wm-properties/wm-list.c Tue Mar 2 22:53:52 1999
|
|
||||||
@@ -210,7 +210,7 @@
|
|
||||||
gchar *tempdir;
|
|
||||||
gchar *name;
|
|
||||||
|
|
||||||
- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
|
|
||||||
+ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
|
|
||||||
wm_list_read_dir (tempdir, FALSE);
|
|
||||||
g_free (tempdir);
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
--- control-center/Makefile.in.orig Tue Aug 1 22:42:01 2000
|
|
||||||
+++ control-center/Makefile.in Tue Aug 1 22:45:47 2000
|
|
||||||
@@ -162,3 +162,3 @@
|
|
||||||
|
|
||||||
-confexecdir = $(libdir)
|
|
||||||
+confexecdir = $(sysconfdir)
|
|
||||||
confexec_DATA = cappletConf.sh
|
|
||||||
@@ -168,3 +168,3 @@
|
|
||||||
|
|
||||||
-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)
|
|
||||||
@@ -590,2 +590,3 @@
|
|
||||||
-e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \
|
|
||||||
+ -e 's?\@VERSION\@?$(VERSION)?g' \
|
|
||||||
< $(srcdir)/cappletConf.sh.in > cappletConf.tmp \
|
|
|
@ -1,7 +0,0 @@
|
||||||
--- capplets/Makefile.in.orig Sun Feb 10 15:41:49 2002
|
|
||||||
+++ capplets/Makefile.in Wed Feb 13 09:34:28 2002
|
|
||||||
@@ -154,3 +154,3 @@
|
|
||||||
always_built_SUBDIRS = desktop-links mouse-properties \
|
|
||||||
- screensaver-properties background-properties \
|
|
||||||
+ background-properties \
|
|
||||||
theme-switcher sound-properties \
|
|
|
@ -1,15 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- capplets/file-types/file-types-icon-entry.c.orig Sun May 5 16:33:51 2002
|
|
||||||
+++ capplets/file-types/file-types-icon-entry.c Sun May 5 16:34:02 2002
|
|
||||||
@@ -424,7 +424,7 @@
|
|
||||||
result = NULL;
|
|
||||||
filename = nautilus_mime_type_icon_entry_get_full_filename (NAUTILUS_MIME_ICON_ENTRY (ientry));
|
|
||||||
if (filename != NULL) {
|
|
||||||
- path_parts = g_strsplit (filename, "/share/pixmaps/", 0);
|
|
||||||
+ path_parts = g_strsplit (filename, "/share/gnome/pixmaps/", 0);
|
|
||||||
g_free (filename);
|
|
||||||
|
|
||||||
if (path_parts[1] != NULL) {
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
--- capplets/mouse/gnome-mouse-properties.c.orig Sun May 5 01:04:48 2002
|
||||||
|
+++ capplets/mouse/gnome-mouse-properties.c Sun May 5 01:05:10 2002
|
||||||
|
@@ -532,7 +532,7 @@
|
||||||
|
filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white.png", TRUE, NULL);
|
||||||
|
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
|
||||||
|
g_free (filename);
|
||||||
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-white.pcf.gz", FALSE, NULL);
|
||||||
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf.gz", FALSE, NULL);
|
||||||
|
|
||||||
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
||||||
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
||||||
|
@@ -553,7 +553,7 @@
|
||||||
|
filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-normal-large.png", TRUE, NULL);
|
||||||
|
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
|
||||||
|
g_free (filename);
|
||||||
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large.pcf.gz", FALSE, NULL);
|
||||||
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf.gz", FALSE, NULL);
|
||||||
|
|
||||||
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
||||||
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
||||||
|
@@ -574,7 +574,7 @@
|
||||||
|
filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white-large.png", TRUE, NULL);
|
||||||
|
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
|
||||||
|
g_free (filename);
|
||||||
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large-white.pcf.gz", FALSE, NULL);
|
||||||
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf.gz", FALSE, NULL);
|
||||||
|
|
||||||
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
||||||
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
|
@ -1,8 +0,0 @@
|
||||||
--- 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
|
|
|
@ -1,11 +1,19 @@
|
||||||
--- configure.orig Sun May 5 16:29:53 2002
|
--- configure.orig Mon May 6 01:33:23 2002
|
||||||
+++ configure Sun May 5 16:30:05 2002
|
+++ configure Mon May 6 01:33:51 2002
|
||||||
@@ -9161,7 +9161,7 @@
|
@@ -7353,6 +7353,7 @@
|
||||||
|
|
||||||
|
# This can be used to rebuild libtool when needed
|
||||||
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||||
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||||
|
|
||||||
cat >> confdefs.h <<EOF
|
# Always use our own libtool.
|
||||||
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||||
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
@@ -11337,7 +11338,7 @@
|
||||||
|
fi
|
||||||
|
|
||||||
|
cat >>confdefs.h <<EOF
|
||||||
|
-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
|
||||||
|
+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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"
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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 \
|
|
|
@ -1 +1 @@
|
||||||
Control center for GNOME project
|
Control center for GNOME 2.0 project
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
control center for GNOME project.
|
control center for GNOME 2.0 project.
|
||||||
|
|
|
@ -1,206 +1,159 @@
|
||||||
bin/background-properties-capplet
|
bin/gnome-accessibility-keyboard-properties
|
||||||
bin/default-application-properties-capplet
|
bin/gnome-background-properties
|
||||||
bin/file-types-capplet
|
bin/gnome-control-center
|
||||||
bin/gnomecc
|
bin/gnome-file-types-properties
|
||||||
bin/keyboard-properties
|
bin/gnome-font-properties
|
||||||
bin/mouse-properties-capplet
|
bin/gnome-keybinding-properties
|
||||||
bin/sound-properties
|
bin/gnome-keyboard-properties
|
||||||
bin/theme-selector-capplet
|
bin/gnome-mouse-properties
|
||||||
bin/ui-properties
|
bin/gnome-network-preferences
|
||||||
bin/url-properties
|
bin/gnome-settings-daemon
|
||||||
bin/wm-properties-capplet
|
bin/gnome-sound-properties
|
||||||
etc/CORBA/servers/gnomecc.gnorba
|
bin/gnome-theme-properties
|
||||||
etc/cappletConf.sh
|
bin/gnome-ui-properties
|
||||||
include/libcapplet1/capplet-widget.h
|
etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties/%gconf.xml
|
||||||
lib/libcapplet.a
|
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/%gconf.xml
|
||||||
lib/libcapplet.so
|
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||||
lib/libcapplet.so.5
|
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties/%gconf.xml
|
||||||
share/gnome/apps/Settings/Desktop/.directory
|
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/%gconf.xml
|
||||||
share/gnome/apps/Settings/Desktop/background-properties.desktop
|
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||||
share/gnome/apps/Settings/Desktop/theme-selector.desktop
|
etc/gconf/schemas/apps_gnome_keybinding_properties.schemas
|
||||||
share/gnome/apps/Settings/Desktop/wm-properties.desktop
|
etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
|
||||||
share/gnome/apps/Settings/Documents/.directory
|
libdata/bonobo/servers/GNOME_SettingsDaemon.server
|
||||||
share/gnome/apps/Settings/Documents/default-applicaiton-properties.desktop
|
share/gnome/applications/gnomecc.desktop
|
||||||
share/gnome/apps/Settings/Documents/url-properties.desktop
|
share/gnome/control-center-2.0/capplets/accessibility-keyboard.desktop
|
||||||
share/gnome/apps/Settings/Multimedia/.directory
|
share/gnome/control-center-2.0/capplets/background.desktop
|
||||||
share/gnome/apps/Settings/Multimedia/sound-properties.desktop
|
share/gnome/control-center-2.0/capplets/behavior.desktop
|
||||||
share/gnome/apps/Settings/Peripherals/.directory
|
share/gnome/control-center-2.0/capplets/file-types.desktop
|
||||||
share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop
|
share/gnome/control-center-2.0/capplets/font-properties.desktop
|
||||||
share/gnome/apps/Settings/Peripherals/mouse-properties.desktop
|
share/gnome/control-center-2.0/capplets/gnome-network-preferences.desktop
|
||||||
share/gnome/apps/Settings/Session/.directory
|
share/gnome/control-center-2.0/capplets/gtk-theme-selector.desktop
|
||||||
share/gnome/apps/Settings/UIOptions/.directory
|
share/gnome/control-center-2.0/capplets/keybinding.desktop
|
||||||
share/gnome/apps/Settings/file-types-capplet.desktop
|
share/gnome/control-center-2.0/capplets/keyboard.desktop
|
||||||
share/gnome/apps/Settings/gnomecc.desktop
|
share/gnome/control-center-2.0/capplets/mouse.desktop
|
||||||
share/gnome/control-center/.directory
|
share/gnome/control-center-2.0/capplets/sound.desktop
|
||||||
share/gnome/control-center/Desktop/.directory
|
share/gnome/control-center-2.0/icons/accessibility-directory.png
|
||||||
share/gnome/control-center/Desktop/background-properties.desktop
|
share/gnome/control-center-2.0/icons/accessibility-keyboard-capplet.png
|
||||||
share/gnome/control-center/Desktop/theme-selector.desktop
|
share/gnome/control-center-2.0/icons/advanced-directory.png
|
||||||
share/gnome/control-center/Desktop/wm-properties.desktop
|
share/gnome/control-center-2.0/icons/background-capplet.png
|
||||||
share/gnome/control-center/Documents/.directory
|
share/gnome/control-center-2.0/icons/behavior-capplet.png
|
||||||
share/gnome/control-center/Documents/default-application-properties.desktop
|
share/gnome/control-center-2.0/icons/control-center.png
|
||||||
share/gnome/control-center/Documents/file-types-capplet.desktop
|
share/gnome/control-center-2.0/icons/font-capplet.png
|
||||||
share/gnome/control-center/Documents/url-properties.desktop
|
share/gnome/control-center-2.0/icons/mouse-capplet.png
|
||||||
share/gnome/control-center/Multimedia/.directory
|
share/gnome/control-center-2.0/icons/sound-capplet.png
|
||||||
share/gnome/control-center/Multimedia/sound-properties.desktop
|
share/gnome/control-center-2.0/interfaces/background-properties.glade
|
||||||
share/gnome/control-center/Peripherals/.directory
|
share/gnome/control-center-2.0/interfaces/file-types-properties.glade
|
||||||
share/gnome/control-center/Peripherals/keyboard-properties.desktop
|
share/gnome/control-center-2.0/interfaces/font-properties.glade
|
||||||
share/gnome/control-center/Peripherals/mouse-properties.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade2
|
||||||
share/gnome/control-center/Session/.directory
|
share/gnome/control-center-2.0/interfaces/gnome-keybinding-properties.glade
|
||||||
share/gnome/control-center/UIOptions/.directory
|
share/gnome/control-center-2.0/interfaces/gnome-keyboard-properties.glade
|
||||||
share/gnome/control-center/UIOptions/application.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-mouse-properties.glade
|
||||||
share/gnome/control-center/UIOptions/dialogs.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-network-preferences.glade
|
||||||
share/gnome/control-center/UIOptions/mdi.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-ui-properties.glade
|
||||||
share/gnome/help/control-center/C/control-center.sgml
|
share/gnome/control-center-2.0/interfaces/sound-properties.glade
|
||||||
share/gnome/help/control-center/C/desktop-intro.html
|
share/gnome/control-center-2.0/interfaces/theme-properties.glade
|
||||||
share/gnome/help/control-center/C/doc-handlers.html
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png
|
||||||
share/gnome/help/control-center/C/figures/bg-capplet.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png
|
||||||
share/gnome/help/control-center/C/figures/gccalf.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-slowkey.png
|
||||||
share/gnome/help/control-center/C/figures/gccappdef.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-stickykey.png
|
||||||
share/gnome/help/control-center/C/figures/gccdialog.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-togglekey.png
|
||||||
share/gnome/help/control-center/C/figures/gccedit.png
|
share/gnome/control-center-2.0/pixmaps/double-click-maybe.png
|
||||||
share/gnome/help/control-center/C/figures/gcchints.png
|
share/gnome/control-center-2.0/pixmaps/double-click-off.png
|
||||||
share/gnome/help/control-center/C/figures/gccmdi.png
|
share/gnome/control-center-2.0/pixmaps/double-click-on.png
|
||||||
share/gnome/help/control-center/C/figures/gccmime.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-bell.png
|
||||||
share/gnome/help/control-center/C/figures/gccsession-props.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-capplet.png
|
||||||
share/gnome/help/control-center/C/figures/gccsessopt.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-cursor.png
|
||||||
share/gnome/help/control-center/C/figures/gccsound1.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-repeat.png
|
||||||
share/gnome/help/control-center/C/figures/gccsound2.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-volume.png
|
||||||
share/gnome/help/control-center/C/figures/gccstartup.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal-large.png
|
||||||
share/gnome/help/control-center/C/figures/gccurl.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal.png
|
||||||
share/gnome/help/control-center/C/figures/glob_pref_anim.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-white-large.png
|
||||||
share/gnome/help/control-center/C/figures/keyboard-capplet.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-white.png
|
||||||
share/gnome/help/control-center/C/figures/mouse-capplet.png
|
share/gnome/control-center-2.0/pixmaps/mouse-left.png
|
||||||
share/gnome/help/control-center/C/figures/screensave-capplet.png
|
share/gnome/control-center-2.0/pixmaps/mouse-right.png
|
||||||
share/gnome/help/control-center/C/figures/theme-select.png
|
share/gnome/cursor-fonts/cursor-large-white.pcf.gz
|
||||||
share/gnome/help/control-center/C/figures/wm-add.png
|
share/gnome/cursor-fonts/cursor-large.pcf.gz
|
||||||
share/gnome/help/control-center/C/figures/wm-main.png
|
share/gnome/cursor-fonts/cursor-white.pcf.gz
|
||||||
share/gnome/help/control-center/C/index.html
|
share/gnome/gnome-2.0/ui/gnomecc-ui.xml
|
||||||
share/gnome/help/control-center/C/ln7.html
|
share/gnome/help/control-center-manual/C/config-accessibility-keyboard.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/caution.gif
|
share/gnome/help/control-center-manual/C/config-background.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/home.gif
|
share/gnome/help/control-center-manual/C/config-behavior.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/important.gif
|
share/gnome/help/control-center-manual/C/config-cds.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/next.gif
|
share/gnome/help/control-center-manual/C/config-file-type.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/note.gif
|
share/gnome/help/control-center-manual/C/config-hints.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/prev.gif
|
share/gnome/help/control-center-manual/C/config-html.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/tip.gif
|
share/gnome/help/control-center-manual/C/config-kbd.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif
|
share/gnome/help/control-center-manual/C/config-keybindings.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif
|
share/gnome/help/control-center-manual/C/config-mouse.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif
|
share/gnome/help/control-center-manual/C/config-screensaver.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/up.gif
|
share/gnome/help/control-center-manual/C/config-sound.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/warning.gif
|
share/gnome/help/control-center-manual/C/config-themes.xml
|
||||||
share/gnome/help/control-center/C/topic.dat
|
share/gnome/idl/ConfigArchiver.idl
|
||||||
share/gnome/help/control-center/C/usage.html
|
share/gnome/idl/GNOME_SettingsDaemon.idl
|
||||||
share/gnome/help/control-center/eu/control-center.sgml
|
share/gnome/pixmaps/accessibility-keyboard-capplet.png
|
||||||
share/gnome/help/control-center/eu/desktop-intro.html
|
share/gnome/pixmaps/background-capplet.png
|
||||||
share/gnome/help/control-center/eu/doc-handlers.html
|
share/gnome/pixmaps/behavior-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/bg-capplet.png
|
share/gnome/pixmaps/control-center2.png
|
||||||
share/gnome/help/control-center/eu/figures/gccalf.png
|
share/gnome/pixmaps/font-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccappdef.png
|
share/gnome/pixmaps/gnomecc-2/active.png
|
||||||
share/gnome/help/control-center/eu/figures/gccdialog.png
|
share/gnome/pixmaps/gnomecc-2/bcg_top.png
|
||||||
share/gnome/help/control-center/eu/figures/gccedit.png
|
share/gnome/pixmaps/gnomecc-2/blank.png
|
||||||
share/gnome/help/control-center/eu/figures/gcchints.png
|
share/gnome/pixmaps/gnomecc-2/title.png
|
||||||
share/gnome/help/control-center/eu/figures/gccmdi.png
|
share/gnome/pixmaps/keyboard-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccmime.png
|
share/gnome/pixmaps/keyboard-shortcut.png
|
||||||
share/gnome/help/control-center/eu/figures/gccsession-props.png
|
share/gnome/pixmaps/mouse-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccsessopt.png
|
share/gnome/pixmaps/sound-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccsound1.png
|
share/gnome/vfolders/Accessibility.directory
|
||||||
share/gnome/help/control-center/eu/figures/gccsound2.png
|
share/gnome/vfolders/Advanced.directory
|
||||||
share/gnome/help/control-center/eu/figures/gccstartup.png
|
share/locale/az/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/gccurl.png
|
share/locale/ca/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/glob_pref_anim.png
|
share/locale/cs/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/keyboard-capplet.png
|
share/locale/da/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/mouse-capplet.png
|
share/locale/de/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/screensave-capplet.png
|
share/locale/el/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/theme-select.png
|
share/locale/en_GB/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/wm-add.png
|
share/locale/es/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/wm-main.png
|
share/locale/et/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/index.html
|
share/locale/fi/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/ln7.html
|
share/locale/fr/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/caution.gif
|
share/locale/ga/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/home.gif
|
share/locale/gl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/important.gif
|
share/locale/hr/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/next.gif
|
share/locale/hu/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/note.gif
|
share/locale/it/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/prev.gif
|
share/locale/ja/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/tip.gif
|
share/locale/ko/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/toc-blank.gif
|
share/locale/lt/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/toc-minus.gif
|
share/locale/lv/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/toc-plus.gif
|
share/locale/ms/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/up.gif
|
share/locale/nl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/warning.gif
|
share/locale/nn/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/topic.dat
|
share/locale/no/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/usage.html
|
share/locale/pl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/idl/control-center.idl
|
share/locale/pt/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/omf/control-center/control-center-C.omf
|
share/locale/pt_BR/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/omf/control-center/control-center-eu.omf
|
share/locale/ro/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/pixmaps/ccsplash.png
|
share/locale/ru/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/pixmaps/control-center.png
|
share/locale/sk/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/Enlightenment.desktop
|
share/locale/sl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/IceWM.desktop
|
share/locale/sv/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/Scwm.desktop
|
share/locale/tr/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/WindowMaker.desktop
|
share/locale/uk/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/twm.desktop
|
share/locale/vi/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/az/LC_MESSAGES/control-center.mo
|
share/locale/wa/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/bg/LC_MESSAGES/control-center.mo
|
share/locale/zh_CN/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/ca/LC_MESSAGES/control-center.mo
|
share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/cs/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/pixmaps/gnomecc-2
|
||||||
share/locale/da/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/help/control-center-manual/C/figures
|
||||||
share/locale/de/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/help/control-center-manual/C
|
||||||
share/locale/el/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/help/control-center-manual
|
||||||
share/locale/en_GB/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/cursor-fonts
|
||||||
share/locale/es/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/control-center-2.0/pixmaps
|
||||||
share/locale/et/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/control-center-2.0/interfaces
|
||||||
share/locale/eu/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/control-center-2.0/icons
|
||||||
share/locale/fi/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver
|
||||||
share/locale/fr/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon
|
||||||
share/locale/ga/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties
|
||||||
share/locale/gl/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver
|
||||||
share/locale/hr/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon
|
||||||
share/locale/hu/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties
|
||||||
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
|
|
||||||
@dirrm share/gnome/wm-properties
|
|
||||||
@dirrm share/gnome/omf/control-center
|
|
||||||
@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/eu/stylesheet-images
|
|
||||||
@dirrm share/gnome/help/control-center/eu/figures
|
|
||||||
@dirrm share/gnome/help/control-center/eu
|
|
||||||
@dirrm share/gnome/help/control-center
|
|
||||||
@dirrm share/gnome/control-center/UIOptions
|
|
||||||
@dirrm share/gnome/control-center/Session
|
|
||||||
@dirrm share/gnome/control-center/Peripherals
|
|
||||||
@dirrm share/gnome/control-center/Multimedia
|
|
||||||
@dirrm share/gnome/control-center/Documents
|
|
||||||
@dirrm share/gnome/control-center/Desktop
|
|
||||||
@dirrm share/gnome/control-center
|
|
||||||
@dirrm share/gnome/apps/Settings/UIOptions
|
|
||||||
@dirrm share/gnome/apps/Settings/Session
|
|
||||||
@dirrm share/gnome/apps/Settings/Peripherals
|
|
||||||
@dirrm share/gnome/apps/Settings/Multimedia
|
|
||||||
@dirrm share/gnome/apps/Settings/Documents
|
|
||||||
@dirrm share/gnome/apps/Settings/Desktop
|
|
||||||
@dirrm share/gnome/apps/Settings
|
|
||||||
@dirrm share/gnome/apps
|
|
||||||
@dirrm include/libcapplet1
|
|
||||||
@dirrm etc/CORBA/servers
|
|
||||||
@dirrm etc/CORBA
|
|
||||||
|
|
|
@ -1,38 +1,38 @@
|
||||||
# New ports collection makefile for: control-center
|
# New ports collection makefile for: gnomecontrolcenter2
|
||||||
# Date created: 29 Dec 1998
|
# Date created: 04 May 2002
|
||||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gnomecontrolcenter
|
PORTNAME= gnomecontrolcenter2
|
||||||
PORTVERSION= 1.4.0.5
|
PORTVERSION= 1.99.9
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= sysutils gnome
|
CATEGORIES= sysutils gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
MASTER_SITE_SUBDIR= stable/sources/control-center
|
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||||
DISTNAME= control-center-${PORTVERSION}
|
DISTNAME= control-center-${PORTVERSION}
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome2
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
|
|
||||||
LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas \
|
LIB_DEPENDS= gnome-desktop-2.0:${PORTSDIR}/x11/gnomedesktop
|
||||||
gnomevfs.0:${PORTSDIR}/devel/gnomevfs
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOMELIBS= yes
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
||||||
GNU_CONFIGURE= yes
|
--datadir=${PREFIX}/share/gnome
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib"
|
LIBS="-L${LOCALBASE}/lib"
|
||||||
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||||
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
||||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||||
|
s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g ; \
|
||||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gnome/control-center-1.4.0.5.tar.bz2) = 63e731f7c9f5fca354de5de4f881e952
|
MD5 (gnome2/control-center-1.99.9.tar.bz2) = 339cab7a6f0cb812eec342e0d6ac8fbc
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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)
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- capplets/wm-properties/wm-list.c.orig Tue Mar 2 22:53:29 1999
|
|
||||||
+++ capplets/wm-properties/wm-list.c Tue Mar 2 22:53:52 1999
|
|
||||||
@@ -210,7 +210,7 @@
|
|
||||||
gchar *tempdir;
|
|
||||||
gchar *name;
|
|
||||||
|
|
||||||
- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
|
|
||||||
+ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
|
|
||||||
wm_list_read_dir (tempdir, FALSE);
|
|
||||||
g_free (tempdir);
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
--- control-center/Makefile.in.orig Tue Aug 1 22:42:01 2000
|
|
||||||
+++ control-center/Makefile.in Tue Aug 1 22:45:47 2000
|
|
||||||
@@ -162,3 +162,3 @@
|
|
||||||
|
|
||||||
-confexecdir = $(libdir)
|
|
||||||
+confexecdir = $(sysconfdir)
|
|
||||||
confexec_DATA = cappletConf.sh
|
|
||||||
@@ -168,3 +168,3 @@
|
|
||||||
|
|
||||||
-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)
|
|
||||||
@@ -590,2 +590,3 @@
|
|
||||||
-e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \
|
|
||||||
+ -e 's?\@VERSION\@?$(VERSION)?g' \
|
|
||||||
< $(srcdir)/cappletConf.sh.in > cappletConf.tmp \
|
|
|
@ -1,7 +0,0 @@
|
||||||
--- capplets/Makefile.in.orig Sun Feb 10 15:41:49 2002
|
|
||||||
+++ capplets/Makefile.in Wed Feb 13 09:34:28 2002
|
|
||||||
@@ -154,3 +154,3 @@
|
|
||||||
always_built_SUBDIRS = desktop-links mouse-properties \
|
|
||||||
- screensaver-properties background-properties \
|
|
||||||
+ background-properties \
|
|
||||||
theme-switcher sound-properties \
|
|
|
@ -1,15 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- capplets/file-types/file-types-icon-entry.c.orig Sun May 5 16:33:51 2002
|
|
||||||
+++ capplets/file-types/file-types-icon-entry.c Sun May 5 16:34:02 2002
|
|
||||||
@@ -424,7 +424,7 @@
|
|
||||||
result = NULL;
|
|
||||||
filename = nautilus_mime_type_icon_entry_get_full_filename (NAUTILUS_MIME_ICON_ENTRY (ientry));
|
|
||||||
if (filename != NULL) {
|
|
||||||
- path_parts = g_strsplit (filename, "/share/pixmaps/", 0);
|
|
||||||
+ path_parts = g_strsplit (filename, "/share/gnome/pixmaps/", 0);
|
|
||||||
g_free (filename);
|
|
||||||
|
|
||||||
if (path_parts[1] != NULL) {
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
--- capplets/mouse/gnome-mouse-properties.c.orig Sun May 5 01:04:48 2002
|
||||||
|
+++ capplets/mouse/gnome-mouse-properties.c Sun May 5 01:05:10 2002
|
||||||
|
@@ -532,7 +532,7 @@
|
||||||
|
filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white.png", TRUE, NULL);
|
||||||
|
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
|
||||||
|
g_free (filename);
|
||||||
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-white.pcf.gz", FALSE, NULL);
|
||||||
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf.gz", FALSE, NULL);
|
||||||
|
|
||||||
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
||||||
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
||||||
|
@@ -553,7 +553,7 @@
|
||||||
|
filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-normal-large.png", TRUE, NULL);
|
||||||
|
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
|
||||||
|
g_free (filename);
|
||||||
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large.pcf.gz", FALSE, NULL);
|
||||||
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf.gz", FALSE, NULL);
|
||||||
|
|
||||||
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
||||||
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
||||||
|
@@ -574,7 +574,7 @@
|
||||||
|
filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white-large.png", TRUE, NULL);
|
||||||
|
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
|
||||||
|
g_free (filename);
|
||||||
|
- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large-white.pcf.gz", FALSE, NULL);
|
||||||
|
+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf.gz", FALSE, NULL);
|
||||||
|
|
||||||
|
gtk_list_store_append (GTK_LIST_STORE (model), &iter);
|
||||||
|
if (cursor_font && ! strcmp (cursor_font, font_path)) {
|
|
@ -1,8 +0,0 @@
|
||||||
--- 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
|
|
|
@ -1,11 +1,19 @@
|
||||||
--- configure.orig Sun May 5 16:29:53 2002
|
--- configure.orig Mon May 6 01:33:23 2002
|
||||||
+++ configure Sun May 5 16:30:05 2002
|
+++ configure Mon May 6 01:33:51 2002
|
||||||
@@ -9161,7 +9161,7 @@
|
@@ -7353,6 +7353,7 @@
|
||||||
|
|
||||||
|
# This can be used to rebuild libtool when needed
|
||||||
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||||
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||||
|
|
||||||
cat >> confdefs.h <<EOF
|
# Always use our own libtool.
|
||||||
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||||
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
@@ -11337,7 +11338,7 @@
|
||||||
|
fi
|
||||||
|
|
||||||
|
cat >>confdefs.h <<EOF
|
||||||
|
-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
|
||||||
|
+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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"
|
|
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
$FreeBSD$
|
|
||||||
|
|
||||||
--- 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 \
|
|
|
@ -1 +1 @@
|
||||||
Control center for GNOME project
|
Control center for GNOME 2.0 project
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
control center for GNOME project.
|
control center for GNOME 2.0 project.
|
||||||
|
|
|
@ -1,206 +1,159 @@
|
||||||
bin/background-properties-capplet
|
bin/gnome-accessibility-keyboard-properties
|
||||||
bin/default-application-properties-capplet
|
bin/gnome-background-properties
|
||||||
bin/file-types-capplet
|
bin/gnome-control-center
|
||||||
bin/gnomecc
|
bin/gnome-file-types-properties
|
||||||
bin/keyboard-properties
|
bin/gnome-font-properties
|
||||||
bin/mouse-properties-capplet
|
bin/gnome-keybinding-properties
|
||||||
bin/sound-properties
|
bin/gnome-keyboard-properties
|
||||||
bin/theme-selector-capplet
|
bin/gnome-mouse-properties
|
||||||
bin/ui-properties
|
bin/gnome-network-preferences
|
||||||
bin/url-properties
|
bin/gnome-settings-daemon
|
||||||
bin/wm-properties-capplet
|
bin/gnome-sound-properties
|
||||||
etc/CORBA/servers/gnomecc.gnorba
|
bin/gnome-theme-properties
|
||||||
etc/cappletConf.sh
|
bin/gnome-ui-properties
|
||||||
include/libcapplet1/capplet-widget.h
|
etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties/%gconf.xml
|
||||||
lib/libcapplet.a
|
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/%gconf.xml
|
||||||
lib/libcapplet.so
|
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||||
lib/libcapplet.so.5
|
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties/%gconf.xml
|
||||||
share/gnome/apps/Settings/Desktop/.directory
|
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/%gconf.xml
|
||||||
share/gnome/apps/Settings/Desktop/background-properties.desktop
|
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||||
share/gnome/apps/Settings/Desktop/theme-selector.desktop
|
etc/gconf/schemas/apps_gnome_keybinding_properties.schemas
|
||||||
share/gnome/apps/Settings/Desktop/wm-properties.desktop
|
etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
|
||||||
share/gnome/apps/Settings/Documents/.directory
|
libdata/bonobo/servers/GNOME_SettingsDaemon.server
|
||||||
share/gnome/apps/Settings/Documents/default-applicaiton-properties.desktop
|
share/gnome/applications/gnomecc.desktop
|
||||||
share/gnome/apps/Settings/Documents/url-properties.desktop
|
share/gnome/control-center-2.0/capplets/accessibility-keyboard.desktop
|
||||||
share/gnome/apps/Settings/Multimedia/.directory
|
share/gnome/control-center-2.0/capplets/background.desktop
|
||||||
share/gnome/apps/Settings/Multimedia/sound-properties.desktop
|
share/gnome/control-center-2.0/capplets/behavior.desktop
|
||||||
share/gnome/apps/Settings/Peripherals/.directory
|
share/gnome/control-center-2.0/capplets/file-types.desktop
|
||||||
share/gnome/apps/Settings/Peripherals/keyboard-properties.desktop
|
share/gnome/control-center-2.0/capplets/font-properties.desktop
|
||||||
share/gnome/apps/Settings/Peripherals/mouse-properties.desktop
|
share/gnome/control-center-2.0/capplets/gnome-network-preferences.desktop
|
||||||
share/gnome/apps/Settings/Session/.directory
|
share/gnome/control-center-2.0/capplets/gtk-theme-selector.desktop
|
||||||
share/gnome/apps/Settings/UIOptions/.directory
|
share/gnome/control-center-2.0/capplets/keybinding.desktop
|
||||||
share/gnome/apps/Settings/file-types-capplet.desktop
|
share/gnome/control-center-2.0/capplets/keyboard.desktop
|
||||||
share/gnome/apps/Settings/gnomecc.desktop
|
share/gnome/control-center-2.0/capplets/mouse.desktop
|
||||||
share/gnome/control-center/.directory
|
share/gnome/control-center-2.0/capplets/sound.desktop
|
||||||
share/gnome/control-center/Desktop/.directory
|
share/gnome/control-center-2.0/icons/accessibility-directory.png
|
||||||
share/gnome/control-center/Desktop/background-properties.desktop
|
share/gnome/control-center-2.0/icons/accessibility-keyboard-capplet.png
|
||||||
share/gnome/control-center/Desktop/theme-selector.desktop
|
share/gnome/control-center-2.0/icons/advanced-directory.png
|
||||||
share/gnome/control-center/Desktop/wm-properties.desktop
|
share/gnome/control-center-2.0/icons/background-capplet.png
|
||||||
share/gnome/control-center/Documents/.directory
|
share/gnome/control-center-2.0/icons/behavior-capplet.png
|
||||||
share/gnome/control-center/Documents/default-application-properties.desktop
|
share/gnome/control-center-2.0/icons/control-center.png
|
||||||
share/gnome/control-center/Documents/file-types-capplet.desktop
|
share/gnome/control-center-2.0/icons/font-capplet.png
|
||||||
share/gnome/control-center/Documents/url-properties.desktop
|
share/gnome/control-center-2.0/icons/mouse-capplet.png
|
||||||
share/gnome/control-center/Multimedia/.directory
|
share/gnome/control-center-2.0/icons/sound-capplet.png
|
||||||
share/gnome/control-center/Multimedia/sound-properties.desktop
|
share/gnome/control-center-2.0/interfaces/background-properties.glade
|
||||||
share/gnome/control-center/Peripherals/.directory
|
share/gnome/control-center-2.0/interfaces/file-types-properties.glade
|
||||||
share/gnome/control-center/Peripherals/keyboard-properties.desktop
|
share/gnome/control-center-2.0/interfaces/font-properties.glade
|
||||||
share/gnome/control-center/Peripherals/mouse-properties.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade2
|
||||||
share/gnome/control-center/Session/.directory
|
share/gnome/control-center-2.0/interfaces/gnome-keybinding-properties.glade
|
||||||
share/gnome/control-center/UIOptions/.directory
|
share/gnome/control-center-2.0/interfaces/gnome-keyboard-properties.glade
|
||||||
share/gnome/control-center/UIOptions/application.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-mouse-properties.glade
|
||||||
share/gnome/control-center/UIOptions/dialogs.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-network-preferences.glade
|
||||||
share/gnome/control-center/UIOptions/mdi.desktop
|
share/gnome/control-center-2.0/interfaces/gnome-ui-properties.glade
|
||||||
share/gnome/help/control-center/C/control-center.sgml
|
share/gnome/control-center-2.0/interfaces/sound-properties.glade
|
||||||
share/gnome/help/control-center/C/desktop-intro.html
|
share/gnome/control-center-2.0/interfaces/theme-properties.glade
|
||||||
share/gnome/help/control-center/C/doc-handlers.html
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png
|
||||||
share/gnome/help/control-center/C/figures/bg-capplet.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png
|
||||||
share/gnome/help/control-center/C/figures/gccalf.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-slowkey.png
|
||||||
share/gnome/help/control-center/C/figures/gccappdef.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-stickykey.png
|
||||||
share/gnome/help/control-center/C/figures/gccdialog.png
|
share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-togglekey.png
|
||||||
share/gnome/help/control-center/C/figures/gccedit.png
|
share/gnome/control-center-2.0/pixmaps/double-click-maybe.png
|
||||||
share/gnome/help/control-center/C/figures/gcchints.png
|
share/gnome/control-center-2.0/pixmaps/double-click-off.png
|
||||||
share/gnome/help/control-center/C/figures/gccmdi.png
|
share/gnome/control-center-2.0/pixmaps/double-click-on.png
|
||||||
share/gnome/help/control-center/C/figures/gccmime.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-bell.png
|
||||||
share/gnome/help/control-center/C/figures/gccsession-props.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-capplet.png
|
||||||
share/gnome/help/control-center/C/figures/gccsessopt.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-cursor.png
|
||||||
share/gnome/help/control-center/C/figures/gccsound1.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-repeat.png
|
||||||
share/gnome/help/control-center/C/figures/gccsound2.png
|
share/gnome/control-center-2.0/pixmaps/keyboard-volume.png
|
||||||
share/gnome/help/control-center/C/figures/gccstartup.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal-large.png
|
||||||
share/gnome/help/control-center/C/figures/gccurl.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal.png
|
||||||
share/gnome/help/control-center/C/figures/glob_pref_anim.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-white-large.png
|
||||||
share/gnome/help/control-center/C/figures/keyboard-capplet.png
|
share/gnome/control-center-2.0/pixmaps/mouse-cursor-white.png
|
||||||
share/gnome/help/control-center/C/figures/mouse-capplet.png
|
share/gnome/control-center-2.0/pixmaps/mouse-left.png
|
||||||
share/gnome/help/control-center/C/figures/screensave-capplet.png
|
share/gnome/control-center-2.0/pixmaps/mouse-right.png
|
||||||
share/gnome/help/control-center/C/figures/theme-select.png
|
share/gnome/cursor-fonts/cursor-large-white.pcf.gz
|
||||||
share/gnome/help/control-center/C/figures/wm-add.png
|
share/gnome/cursor-fonts/cursor-large.pcf.gz
|
||||||
share/gnome/help/control-center/C/figures/wm-main.png
|
share/gnome/cursor-fonts/cursor-white.pcf.gz
|
||||||
share/gnome/help/control-center/C/index.html
|
share/gnome/gnome-2.0/ui/gnomecc-ui.xml
|
||||||
share/gnome/help/control-center/C/ln7.html
|
share/gnome/help/control-center-manual/C/config-accessibility-keyboard.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/caution.gif
|
share/gnome/help/control-center-manual/C/config-background.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/home.gif
|
share/gnome/help/control-center-manual/C/config-behavior.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/important.gif
|
share/gnome/help/control-center-manual/C/config-cds.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/next.gif
|
share/gnome/help/control-center-manual/C/config-file-type.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/note.gif
|
share/gnome/help/control-center-manual/C/config-hints.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/prev.gif
|
share/gnome/help/control-center-manual/C/config-html.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/tip.gif
|
share/gnome/help/control-center-manual/C/config-kbd.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/toc-blank.gif
|
share/gnome/help/control-center-manual/C/config-keybindings.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/toc-minus.gif
|
share/gnome/help/control-center-manual/C/config-mouse.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/toc-plus.gif
|
share/gnome/help/control-center-manual/C/config-screensaver.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/up.gif
|
share/gnome/help/control-center-manual/C/config-sound.xml
|
||||||
share/gnome/help/control-center/C/stylesheet-images/warning.gif
|
share/gnome/help/control-center-manual/C/config-themes.xml
|
||||||
share/gnome/help/control-center/C/topic.dat
|
share/gnome/idl/ConfigArchiver.idl
|
||||||
share/gnome/help/control-center/C/usage.html
|
share/gnome/idl/GNOME_SettingsDaemon.idl
|
||||||
share/gnome/help/control-center/eu/control-center.sgml
|
share/gnome/pixmaps/accessibility-keyboard-capplet.png
|
||||||
share/gnome/help/control-center/eu/desktop-intro.html
|
share/gnome/pixmaps/background-capplet.png
|
||||||
share/gnome/help/control-center/eu/doc-handlers.html
|
share/gnome/pixmaps/behavior-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/bg-capplet.png
|
share/gnome/pixmaps/control-center2.png
|
||||||
share/gnome/help/control-center/eu/figures/gccalf.png
|
share/gnome/pixmaps/font-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccappdef.png
|
share/gnome/pixmaps/gnomecc-2/active.png
|
||||||
share/gnome/help/control-center/eu/figures/gccdialog.png
|
share/gnome/pixmaps/gnomecc-2/bcg_top.png
|
||||||
share/gnome/help/control-center/eu/figures/gccedit.png
|
share/gnome/pixmaps/gnomecc-2/blank.png
|
||||||
share/gnome/help/control-center/eu/figures/gcchints.png
|
share/gnome/pixmaps/gnomecc-2/title.png
|
||||||
share/gnome/help/control-center/eu/figures/gccmdi.png
|
share/gnome/pixmaps/keyboard-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccmime.png
|
share/gnome/pixmaps/keyboard-shortcut.png
|
||||||
share/gnome/help/control-center/eu/figures/gccsession-props.png
|
share/gnome/pixmaps/mouse-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccsessopt.png
|
share/gnome/pixmaps/sound-capplet.png
|
||||||
share/gnome/help/control-center/eu/figures/gccsound1.png
|
share/gnome/vfolders/Accessibility.directory
|
||||||
share/gnome/help/control-center/eu/figures/gccsound2.png
|
share/gnome/vfolders/Advanced.directory
|
||||||
share/gnome/help/control-center/eu/figures/gccstartup.png
|
share/locale/az/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/gccurl.png
|
share/locale/ca/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/glob_pref_anim.png
|
share/locale/cs/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/keyboard-capplet.png
|
share/locale/da/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/mouse-capplet.png
|
share/locale/de/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/screensave-capplet.png
|
share/locale/el/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/theme-select.png
|
share/locale/en_GB/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/wm-add.png
|
share/locale/es/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/figures/wm-main.png
|
share/locale/et/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/index.html
|
share/locale/fi/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/ln7.html
|
share/locale/fr/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/caution.gif
|
share/locale/ga/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/home.gif
|
share/locale/gl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/important.gif
|
share/locale/hr/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/next.gif
|
share/locale/hu/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/note.gif
|
share/locale/it/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/prev.gif
|
share/locale/ja/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/tip.gif
|
share/locale/ko/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/toc-blank.gif
|
share/locale/lt/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/toc-minus.gif
|
share/locale/lv/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/toc-plus.gif
|
share/locale/ms/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/up.gif
|
share/locale/nl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/stylesheet-images/warning.gif
|
share/locale/nn/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/topic.dat
|
share/locale/no/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/help/control-center/eu/usage.html
|
share/locale/pl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/idl/control-center.idl
|
share/locale/pt/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/omf/control-center/control-center-C.omf
|
share/locale/pt_BR/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/omf/control-center/control-center-eu.omf
|
share/locale/ro/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/pixmaps/ccsplash.png
|
share/locale/ru/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/pixmaps/control-center.png
|
share/locale/sk/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/Enlightenment.desktop
|
share/locale/sl/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/IceWM.desktop
|
share/locale/sv/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/Scwm.desktop
|
share/locale/tr/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/WindowMaker.desktop
|
share/locale/uk/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/gnome/wm-properties/twm.desktop
|
share/locale/vi/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/az/LC_MESSAGES/control-center.mo
|
share/locale/wa/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/bg/LC_MESSAGES/control-center.mo
|
share/locale/zh_CN/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/ca/LC_MESSAGES/control-center.mo
|
share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo
|
||||||
share/locale/cs/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/pixmaps/gnomecc-2
|
||||||
share/locale/da/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/help/control-center-manual/C/figures
|
||||||
share/locale/de/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/help/control-center-manual/C
|
||||||
share/locale/el/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/help/control-center-manual
|
||||||
share/locale/en_GB/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/cursor-fonts
|
||||||
share/locale/es/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/control-center-2.0/pixmaps
|
||||||
share/locale/et/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/control-center-2.0/interfaces
|
||||||
share/locale/eu/LC_MESSAGES/control-center.mo
|
@dirrm share/gnome/control-center-2.0/icons
|
||||||
share/locale/fi/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver
|
||||||
share/locale/fr/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon
|
||||||
share/locale/ga/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties
|
||||||
share/locale/gl/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver
|
||||||
share/locale/hr/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon
|
||||||
share/locale/hu/LC_MESSAGES/control-center.mo
|
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties
|
||||||
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
|
|
||||||
@dirrm share/gnome/wm-properties
|
|
||||||
@dirrm share/gnome/omf/control-center
|
|
||||||
@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/eu/stylesheet-images
|
|
||||||
@dirrm share/gnome/help/control-center/eu/figures
|
|
||||||
@dirrm share/gnome/help/control-center/eu
|
|
||||||
@dirrm share/gnome/help/control-center
|
|
||||||
@dirrm share/gnome/control-center/UIOptions
|
|
||||||
@dirrm share/gnome/control-center/Session
|
|
||||||
@dirrm share/gnome/control-center/Peripherals
|
|
||||||
@dirrm share/gnome/control-center/Multimedia
|
|
||||||
@dirrm share/gnome/control-center/Documents
|
|
||||||
@dirrm share/gnome/control-center/Desktop
|
|
||||||
@dirrm share/gnome/control-center
|
|
||||||
@dirrm share/gnome/apps/Settings/UIOptions
|
|
||||||
@dirrm share/gnome/apps/Settings/Session
|
|
||||||
@dirrm share/gnome/apps/Settings/Peripherals
|
|
||||||
@dirrm share/gnome/apps/Settings/Multimedia
|
|
||||||
@dirrm share/gnome/apps/Settings/Documents
|
|
||||||
@dirrm share/gnome/apps/Settings/Desktop
|
|
||||||
@dirrm share/gnome/apps/Settings
|
|
||||||
@dirrm share/gnome/apps
|
|
||||||
@dirrm include/libcapplet1
|
|
||||||
@dirrm etc/CORBA/servers
|
|
||||||
@dirrm etc/CORBA
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue