summaryrefslogtreecommitdiffstats
path: root/x11/themus/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-23 06:51:54 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-05-23 06:51:54 +0800
commitb9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8 (patch)
tree561f0dec9f6339f1d6eab6aa2d9cffadd3d78bfd /x11/themus/files
parent36ee1d59cc7a3550eda87c430ab7643363a7198e (diff)
downloadmarcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.tar
marcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.tar.gz
marcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.tar.bz2
marcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.tar.lz
marcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.tar.xz
marcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.tar.zst
marcuscom-ports-b9c78d0789bcce1af9d8cc8f91e1cc8d4c3e46a8.zip
Remove themus. It has been rolled into gnomecontrolcenter2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@800 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/themus/files')
-rw-r--r--x11/themus/files/patch-configure10
-rw-r--r--x11/themus/files/patch-libtheme_gnome-theme-info.c11
-rw-r--r--x11/themus/files/patch-src_theme-method.c12
3 files changed, 0 insertions, 33 deletions
diff --git a/x11/themus/files/patch-configure b/x11/themus/files/patch-configure
deleted file mode 100644
index ae66690be..000000000
--- a/x11/themus/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sun Mar 30 09:19:47 2003
-+++ configure Sun Apr 13 02:46:35 2003
-@@ -7842,6 +7842,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11/themus/files/patch-libtheme_gnome-theme-info.c b/x11/themus/files/patch-libtheme_gnome-theme-info.c
deleted file mode 100644
index 06fda9c0a..000000000
--- a/x11/themus/files/patch-libtheme_gnome-theme-info.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtheme/gnome-theme-info.c.orig Sun Apr 13 03:00:18 2003
-+++ libtheme/gnome-theme-info.c Sun Apr 13 03:00:31 2003
-@@ -1620,7 +1620,7 @@
- gnome_vfs_uri_unref (top_theme_dir_uri);
-
- /* The weird /usr/share/icons */
-- top_theme_dir_uri = gnome_vfs_uri_new ("/usr/share/icons");
-+ top_theme_dir_uri = gnome_vfs_uri_new ("%%X11BASE%%/share/icons");
- if (!gnome_vfs_uri_exists (top_theme_dir_uri))
- gnome_vfs_make_directory_for_uri (top_theme_dir_uri, 0775);
- result = add_top_icon_theme_dir_monitor (top_theme_dir_uri, &real_monitor_not_added, 2, NULL);
diff --git a/x11/themus/files/patch-src_theme-method.c b/x11/themus/files/patch-src_theme-method.c
deleted file mode 100644
index cb9ebe5b0..000000000
--- a/x11/themus/files/patch-src_theme-method.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/theme-method.c.orig Sun Apr 13 02:55:20 2003
-+++ src/theme-method.c Sun Apr 13 02:55:26 2003
-@@ -537,8 +537,8 @@
- return GNOME_VFS_OK;
- }
- else {
-- g_free (path);
- GnomeThemeMetaInfo *theme;
-+ g_free (path);
-
- theme = theme_meta_info_find (uri);
- if (theme)