summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /sysutils/gnome-control-center/files
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center/files')
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_gnome-keyboard-properties-xkbot.c33
-rw-r--r--sysutils/gnome-control-center/files/patch-configure19
-rw-r--r--sysutils/gnome-control-center/files/patch-gnome-settings-daemon_actions_Makefile.in11
-rw-r--r--sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c11
-rw-r--r--sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c11
-rw-r--r--sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c11
6 files changed, 0 insertions, 96 deletions
diff --git a/sysutils/gnome-control-center/files/patch-capplets_gnome-keyboard-properties-xkbot.c b/sysutils/gnome-control-center/files/patch-capplets_gnome-keyboard-properties-xkbot.c
deleted file mode 100644
index 02374b23a..000000000
--- a/sysutils/gnome-control-center/files/patch-capplets_gnome-keyboard-properties-xkbot.c
+++ /dev/null
@@ -1,33 +0,0 @@
---- capplets/keyboard/gnome-keyboard-properties-xkbot.c.orig Wed Jan 19 18:16:13 2005
-+++ capplets/keyboard/gnome-keyboard-properties-xkbot.c Wed Feb 9 21:33:00 2005
-@@ -242,21 +242,25 @@
- Bool allowMultipleSelection,
- GladeXML * dialog)
- {
-+ gchar *utfGroupName, *titlemarkup;
-+ GtkWidget *expander;
-+ GtkWidget *vbox;
-+ GtkWidget *align;
- GSList * expanders_list = g_object_get_data (G_OBJECT (dialog), EXPANDERS_PROP);
-
- current1stLevelId = configItem->name;
-
-- gchar *utfGroupName = xci_desc_to_utf8 (configItem);
-- gchar *titlemarkup = g_strconcat ("<span>", utfGroupName, "</span>", NULL);
-+ utfGroupName = xci_desc_to_utf8 (configItem);
-+ titlemarkup = g_strconcat ("<span>", utfGroupName, "</span>", NULL);
-
-- GtkWidget *expander = gtk_expander_new (titlemarkup);
-+ expander = gtk_expander_new (titlemarkup);
- g_object_set_data_full (G_OBJECT (expander), "utfGroupName", utfGroupName, g_free);
-
- g_free (titlemarkup);
- gtk_expander_set_use_markup (GTK_EXPANDER (expander), TRUE);
-- GtkWidget *align = gtk_alignment_new (0, 0, 1, 1);
-+ align = gtk_alignment_new (0, 0, 1, 1);
- gtk_alignment_set_padding (GTK_ALIGNMENT (align), 6, 12, 12, 0);
-- GtkWidget *vbox = gtk_vbox_new (TRUE, 6);
-+ vbox = gtk_vbox_new (TRUE, 6);
- gtk_container_add (GTK_CONTAINER (align), vbox);
- gtk_container_add (GTK_CONTAINER (expander), align);
- currentVbox = vbox;
diff --git a/sysutils/gnome-control-center/files/patch-configure b/sysutils/gnome-control-center/files/patch-configure
deleted file mode 100644
index d8e861724..000000000
--- a/sysutils/gnome-control-center/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Thu Jan 13 02:39:28 2005
-+++ configure Thu Jan 13 02:39:28 2005
-@@ -22221,6 +22221,7 @@
- if eval "test \"\${$as_ac_var+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-+ LIBS="-lintl $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -27490,7 +27491,7 @@
-
-
- cat >>confdefs.h <<_ACEOF
--#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
-+#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
- _ACEOF
-
-
diff --git a/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_actions_Makefile.in b/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_actions_Makefile.in
deleted file mode 100644
index 52a627fb2..000000000
--- a/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_actions_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-settings-daemon/actions/Makefile.in.orig Mon Dec 20 19:19:31 2004
-+++ gnome-settings-daemon/actions/Makefile.in Mon Dec 20 19:20:45 2004
-@@ -296,7 +296,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 = \
diff --git a/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c b/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c
deleted file mode 100644
index f66b82c9f..000000000
--- a/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnome-settings-daemon/gnome-settings-multimedia-keys.c.orig Thu Oct 14 15:44:21 2004
-+++ gnome-settings-daemon/gnome-settings-multimedia-keys.c Thu Oct 14 15:44:38 2004
-@@ -813,7 +813,7 @@
- do_mail_action (acme);
- break;
- case SLEEP_KEY:
-- do_sleep_action ("apm", "xset dpms force off");
-+ do_sleep_action ("zzz", "xset dpms force off");
- break;
- case SCREENSAVER_KEY:
- execute ("xscreensaver-command -lock", FALSE);
diff --git a/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c b/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c
deleted file mode 100644
index 95bbf2ea4..000000000
--- a/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libwindow-settings/gnome-wm-manager.c.orig Mon Nov 11 00:42:08 2002
-+++ libwindow-settings/gnome-wm-manager.c Mon Nov 11 00:43:26 2002
-@@ -227,7 +227,7 @@
-
- done_scan = TRUE;
-
-- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
-+ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
- scan_wm_directory (tempdir, FALSE);
- g_free (tempdir);
-
diff --git a/sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c b/sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c
deleted file mode 100644
index 149d59a9b..000000000
--- a/sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libwindow-settings/wm-list.c.orig Tue Oct 8 17:43:12 2002
-+++ libwindow-settings/wm-list.c Tue Oct 8 17:43:25 2002
-@@ -251,7 +251,7 @@
- gchar *name;
- GConfClient *client;
-
-- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
-+ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
- wm_list_read_dir (tempdir, FALSE);
- g_free (tempdir);
-