summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-12-22 13:18:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-12-22 13:18:57 +0000
commited2dadda7259b2b1e584fa7383c4c49b6f10057f (patch)
treeeed8e31eafe063c7713e2bf9d8111e3d2236ca61 /gnome-extra/gcursor/files
parentpunt some ancient libraries still using gnome-vfs from gnome-2.x (diff)
downloadgentoo-2-ed2dadda7259b2b1e584fa7383c4c49b6f10057f.tar.gz
gentoo-2-ed2dadda7259b2b1e584fa7383c4c49b6f10057f.tar.bz2
gentoo-2-ed2dadda7259b2b1e584fa7383c4c49b6f10057f.zip
punt. still using gnome-vfs from gnome-2.x
Diffstat (limited to 'gnome-extra/gcursor/files')
-rw-r--r--gnome-extra/gcursor/files/gcursor-0.061-signal.patch25
-rw-r--r--gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch12
2 files changed, 0 insertions, 37 deletions
diff --git a/gnome-extra/gcursor/files/gcursor-0.061-signal.patch b/gnome-extra/gcursor/files/gcursor-0.061-signal.patch
deleted file mode 100644
index c61894e4db09..000000000000
--- a/gnome-extra/gcursor/files/gcursor-0.061-signal.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-http://bugs.gentoo.org/216804
-
---- src/gcursor.c
-+++ src/gcursor.c
-@@ -16,6 +16,9 @@
- #include <gconf/gconf-client.h>
- #include <glade/glade.h>
-
-+#define CONNECT_SIGNAL(name) glade_xml_signal_connect(main_window, #name, \
-+ G_CALLBACK(name))
-+
- void reload_tree(GtkWidget *tree, GtkListStore *store);
- void size_changed();
- GladeXML *main_window = NULL;
-@@ -429,6 +432,10 @@
- client = gconf_client_get_default();
-
- main_window = glade_xml_new(GLADE_PATH"/gcursor.glade", "select_dialog", NULL);
-+ CONNECT_SIGNAL(extract_theme);
-+ CONNECT_SIGNAL(open_theme_dir);
-+ CONNECT_SIGNAL(entry_selected);
-+ CONNECT_SIGNAL(size_changed);
- store = gtk_list_store_new(2, GDK_TYPE_PIXBUF, GTK_TYPE_STRING);
- tree = glade_xml_get_widget(main_window, "cursor_tree");
- gtk_tree_view_set_model(GTK_TREE_VIEW(tree), GTK_TREE_MODEL(store));
diff --git a/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch b/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch
deleted file mode 100644
index 1e46c4fb2f18..000000000000
--- a/gnome-extra/gcursor/files/gcursor-0.6-xorg-x11.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Fix xcursors path, http://bugs.gentoo.org/83450
-
---- gcursor-0.061/src/gcursor.c
-+++ gcursor-0.061/src/gcursor.c
-@@ -32,6 +32,7 @@
-
- #warning move this into gconf
- char *paths[] = {
-+ "/usr/share/cursors/xorg-x11/",
- "/usr/share/cursors/xfree/",
- "/usr/X11R6/lib/X11/icons/",
- "/usr/Xorg/lib/X11/icons/",