summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-13 15:07:57 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-13 15:07:57 +0800
commitbd8226363e2cd3f8939cbd9a1cd7071fba5ffe35 (patch)
tree49a885ca89d48cf2818863e64ba0267894e5f669 /sysutils/gnome-control-center/files
parentafab84a0848ce7e4f7a594d8d357364306fab11f (diff)
downloadmarcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.tar
marcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.tar.gz
marcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.tar.bz2
marcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.tar.lz
marcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.tar.xz
marcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.tar.zst
marcuscom-ports-bd8226363e2cd3f8939cbd9a1cd7071fba5ffe35.zip
Update to 2.8.1.20041212 (cvs snapshot)
This is a cvs snapshot from 12/12/2004 for us who are tired of waiting for an official gnome 2.9 release. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3243 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center/files')
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in11
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c29
-rw-r--r--sysutils/gnome-control-center/files/patch-configure10
-rw-r--r--sysutils/gnome-control-center/files/patch-gnome-settings-daemon_Makefile.in11
-rw-r--r--sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_config.c72
-rw-r--r--sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_util.c11
6 files changed, 27 insertions, 117 deletions
diff --git a/sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in b/sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in
deleted file mode 100644
index 5a6b0ba8f..000000000
--- a/sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- capplets/desktop-links/Makefile.in.orig Tue Dec 30 15:55:28 2003
-+++ capplets/desktop-links/Makefile.in Tue Dec 30 15:55:49 2003
-@@ -190,7 +190,7 @@
-
- pixmaps_pre = $(capplets:=-capplet.png)
- pixmaps_DATA = $(pixmaps_pre) accessibility-directory.png
--pixmapsdir = $(datadir)/icons/gnome/48x48/apps
-+pixmapsdir = $(prefix)/share/icons/gnome/48x48/apps
-
- desktop_files = $(capplets:=.desktop)
- desktop_in_files = $(desktop_files:.desktop=.desktop.in)
diff --git a/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c b/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
deleted file mode 100644
index 9c487d7b8..000000000
--- a/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- capplets/mouse/gnome-mouse-properties.c.orig Sat Nov 2 13:40:22 2002
-+++ capplets/mouse/gnome-mouse-properties.c Sun Dec 22 16:33:36 2002
-@@ -591,7 +591,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", FALSE, NULL);
-+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf", FALSE, NULL);
-
- gtk_list_store_append (GTK_LIST_STORE (model), &iter);
- if (cursor_font && ! strcmp (cursor_font, font_path)) {
-@@ -612,7 +612,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", FALSE, NULL);
-+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf", FALSE, NULL);
-
- gtk_list_store_append (GTK_LIST_STORE (model), &iter);
- if (cursor_font && ! strcmp (cursor_font, font_path)) {
-@@ -633,7 +633,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", FALSE, NULL);
-+ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
-
- gtk_list_store_append (GTK_LIST_STORE (model), &iter);
- if (cursor_font && ! strcmp (cursor_font, font_path)) {
diff --git a/sysutils/gnome-control-center/files/patch-configure b/sysutils/gnome-control-center/files/patch-configure
index 44a777897..f9e0648a5 100644
--- a/sysutils/gnome-control-center/files/patch-configure
+++ b/sysutils/gnome-control-center/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Thu Mar 11 03:09:48 2004
-+++ configure Thu Mar 11 03:12:25 2004
-@@ -21373,6 +21373,7 @@
+--- configure.orig Mon Dec 13 00:32:14 2004
++++ configure Mon Dec 13 00:37:30 2004
+@@ -22217,6 +22217,7 @@
if eval "test \"\${$as_ac_var+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
@@ -8,7 +8,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -21461,6 +21462,7 @@
+@@ -22612,6 +22613,7 @@
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
@@ -16,7 +16,7 @@
have_ngettext=yes
fi
done
-@@ -26257,7 +26259,7 @@
+@@ -27817,7 +27819,7 @@
cat >>confdefs.h <<_ACEOF
diff --git a/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_Makefile.in b/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_Makefile.in
new file mode 100644
index 000000000..c92d8a8fb
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_Makefile.in
@@ -0,0 +1,11 @@
+--- gnome-settings-daemon/actions/Makefile.in.orig Mon Dec 13 01:38:04 2004
++++ gnome-settings-daemon/actions/Makefile.in Mon Dec 13 01:38:27 2004
+@@ -343,7 +343,7 @@
+
+ Datadir = $(datadir)/control-center-2.0/interfaces/
+ Data_DATA = acme.glade
+-pixmapsdir = $(GNOMECC_PIXMAPS_DIR)
++pixmapsdir = $(prefix)/share/icons/gnome/48x48/apps
+ pixmaps_DATA = acme-brightness.png acme-eject.png gnome-speakernotes-muted.png gnome-speakernotes.png
+ EXTRA_DIST = \
+ acme-volume-alsa.c acme-volume-alsa.h \
diff --git a/sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_config.c b/sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_config.c
deleted file mode 100644
index 02e95c1e6..000000000
--- a/sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_config.c
+++ /dev/null
@@ -1,72 +0,0 @@
---- libgswitchit/gswitchit_config.c.orig Thu Oct 14 14:44:52 2004
-+++ libgswitchit/gswitchit_config.c Wed Nov 24 00:26:59 2004
-@@ -380,44 +380,6 @@
- }
-
- static gboolean
--_GSwitchItXkbConfigDoWithSettings (GSwitchItXkbConfig *
-- xkbConfig,
-- gboolean activate,
-- const char *psFileName)
--{
-- gboolean rv = FALSE;
--
-- XklConfigRec data;
-- XklConfigRecInit (&data);
--
-- _GSwitchItXkbConfigCopyToXklConfig (xkbConfig, &data);
--
-- if (activate) {
-- rv = XklConfigActivate (&data, NULL);
-- } else {
-- char *home = getenv ("HOME");
-- char xkmFileName[PATH_MAX];
-- char cmd[PATH_MAX * 2 + 20];
-- int status;
-- g_snprintf (xkmFileName, sizeof (xkmFileName),
-- "%s/.gnome_private/xkbpreview.xkm", home);
-- rv = XklConfigWriteXKMFile (xkmFileName, &data, NULL);
-- if (rv) {
-- g_snprintf (cmd, sizeof (cmd),
-- "xkbprint -full -color %s %s",
-- xkmFileName, psFileName);
-- status = system (cmd);
-- XklDebug (100, "Res: [%d]\n", status);
-- //unlink( xkmFileName );
-- } else {
-- XklDebug (10, "Could not create XKM file!\n");
-- }
-- }
-- XklConfigRecDestroy (&data);
-- return rv;
--}
--
--static gboolean
- _GSListStrEqual (GSList * l1, GSList * l2)
- {
- if (l1 == l2)
-@@ -752,15 +714,16 @@
- gboolean
- GSwitchItXkbConfigActivate (GSwitchItXkbConfig * xkbConfig)
- {
-- return _GSwitchItXkbConfigDoWithSettings (xkbConfig, TRUE, NULL);
--}
-+ gboolean rv = FALSE;
-
--gboolean
--GSwitchItXkbConfigDumpSettings (GSwitchItXkbConfig * xkbConfig,
-- const char *fileName)
--{
-- return _GSwitchItXkbConfigDoWithSettings (xkbConfig, FALSE,
-- fileName);
-+ XklConfigRec data;
-+ XklConfigRecInit (&data);
-+
-+ _GSwitchItXkbConfigCopyToXklConfig (xkbConfig, &data);
-+
-+ rv = XklConfigActivate (&data);
-+ XklConfigRecDestroy (&data);
-+ return rv;
- }
-
- void
diff --git a/sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_util.c b/sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_util.c
new file mode 100644
index 000000000..484a3e5f4
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-libgswitchit_gswitchit_util.c
@@ -0,0 +1,11 @@
+--- libgswitchit/gswitchit_util.c.orig Mon Dec 13 01:09:01 2004
++++ libgswitchit/gswitchit_util.c Mon Dec 13 01:15:31 2004
+@@ -60,7 +60,7 @@
+ int level, const char format[], va_list args)
+ {
+ time_t now = time (NULL);
+- g_log (NULL, G_LOG_LEVEL_DEBUG, "[%08ld,%03d,%s:%s/] \t", now,
++ g_log (NULL, G_LOG_LEVEL_DEBUG, "[%08ld,%03d,%s:%s/] \t", (long) now,
+ level, file, function);
+ g_logv (NULL, G_LOG_LEVEL_DEBUG, format, args);
+ }