summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--x11/themus/Makefile32
-rw-r--r--x11/themus/distinfo1
-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
-rw-r--r--x11/themus/pkg-descr16
-rw-r--r--x11/themus/pkg-plist37
7 files changed, 0 insertions, 119 deletions
diff --git a/x11/themus/Makefile b/x11/themus/Makefile
deleted file mode 100644
index c6afd37ee..000000000
--- a/x11/themus/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: themus
-# Date created: 13 April 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= themus
-PORTVERSION= 0.1.5
-CATEGORIES= x11 x11-fm gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A theme view for Nautilus
-
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix nautilus2
-GNOME_DESKTOP_VERSION=2
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \
- ${WRKSRC}/libtheme/gnome-theme-info.c
-
-.include <bsd.port.mk>
diff --git a/x11/themus/distinfo b/x11/themus/distinfo
deleted file mode 100644
index db2cd8cd9..000000000
--- a/x11/themus/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome2/themus-0.1.5.tar.bz2) = 6faeb16f8c60b6f1c9e19319964708ae
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)
diff --git a/x11/themus/pkg-descr b/x11/themus/pkg-descr
deleted file mode 100644
index 14db5b82f..000000000
--- a/x11/themus/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-What is Themus?
-===============
-
-Themus is a collection of theme utilities for GNOME. It currently consists of:
-
-* A themes:/// VFS method. You can go to themes:/// in Nautilus to view your
- themes.
-
-* A thumbnailer. Themes in Nautilus will appear as previews.
-
-* A properties page. The Nautilus properties will have a "Theme" tab containing
- details about the theme selected.
-
-* A nautilus context menu item to apply themes from the themes:/// URI.
-
--- Themus README
diff --git a/x11/themus/pkg-plist b/x11/themus/pkg-plist
deleted file mode 100644
index 58ae3a5db..000000000
--- a/x11/themus/pkg-plist
+++ /dev/null
@@ -1,37 +0,0 @@
-bin/gnome-theme-thumbnailer
-etc/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers/application@x-gnome-theme-installed/%gconf.xml
-etc/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers/application@x-gnome-theme/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme-installed/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme/%gconf.xml
-etc/gconf/schemas/themus.schemas
-etc/gnome-vfs-2.0/modules/theme-method.conf
-lib/bonobo/libthemus-component.so
-lib/bonobo/libthemus-theme-properties-view.so
-lib/gnome-vfs-2.0/modules/libtheme-method.so
-libdata/bonobo/servers/Themus_Component.server
-libdata/bonobo/servers/Themus_Properties_View.server
-share/gnome/mime-info/themus.keys
-share/gnome/vfolders/theme-method.directory
-share/locale/az/LC_MESSAGES/themus.mo
-share/locale/cs/LC_MESSAGES/themus.mo
-share/locale/da/LC_MESSAGES/themus.mo
-share/locale/el/LC_MESSAGES/themus.mo
-share/locale/es/LC_MESSAGES/themus.mo
-share/locale/fr/LC_MESSAGES/themus.mo
-share/locale/ga/LC_MESSAGES/themus.mo
-share/locale/ja/LC_MESSAGES/themus.mo
-share/locale/ko/LC_MESSAGES/themus.mo
-share/locale/lv/LC_MESSAGES/themus.mo
-share/locale/ms/LC_MESSAGES/themus.mo
-share/locale/nl/LC_MESSAGES/themus.mo
-share/locale/no/LC_MESSAGES/themus.mo
-share/locale/pl/LC_MESSAGES/themus.mo
-share/locale/pt/LC_MESSAGES/themus.mo
-share/locale/pt_BR/LC_MESSAGES/themus.mo
-share/locale/sv/LC_MESSAGES/themus.mo
-share/locale/vi/LC_MESSAGES/themus.mo
-share/locale/zh_TW/LC_MESSAGES/themus.mo
-@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme-installed
-@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme
-@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers/application@x-gnome-theme-installed
-@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/thumbnailers/application@x-gnome-theme