diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-14 12:05:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-14 12:05:13 +0800 |
commit | bad461295487c2e8f46fd9a2ff63e66c69b36677 (patch) | |
tree | a84934aa191312bc38102b0f12c9d7bf1b411e5b /x11-themes/gnome-themes | |
parent | 1ac59300939c7a04ada1e98a2c30bf75f953e14e (diff) | |
download | marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.tar marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.tar.gz marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.tar.bz2 marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.tar.lz marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.tar.xz marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.tar.zst marcuscom-ports-bad461295487c2e8f46fd9a2ff63e66c69b36677.zip |
The real fix is not to install the Clearlooks gtkrc in gtk-engines, but
to have gnome-themes do it (like Glider). A bug has already been filed on this.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4494 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gnome-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/gnome-themes/files/patch-gtk-themes_Makefile.in | 11 | ||||
-rw-r--r-- | x11-themes/gnome-themes/pkg-plist | 3 |
3 files changed, 5 insertions, 13 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 784cd8e9c..0ca24ed0b 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.69 2005/08/13 17:00:09 marcus Exp $ +# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.70 2005/08/14 03:52:26 marcus Exp $ # PORTNAME= gnome-themes PORTVERSION= 2.11.91 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11 diff --git a/x11-themes/gnome-themes/files/patch-gtk-themes_Makefile.in b/x11-themes/gnome-themes/files/patch-gtk-themes_Makefile.in deleted file mode 100644 index 24187dce6..000000000 --- a/x11-themes/gnome-themes/files/patch-gtk-themes_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk-themes/Makefile.in.orig Sat Aug 13 23:47:47 2005 -+++ gtk-themes/Makefile.in Sat Aug 13 23:47:57 2005 -@@ -187,7 +187,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = Clearlooks Glider Grand-Canyon Simple Smokey-Blue -+SUBDIRS = Glider Grand-Canyon Simple Smokey-Blue - subdir = gtk-themes - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/x11-themes/gnome-themes/pkg-plist b/x11-themes/gnome-themes/pkg-plist index 0b5fbda41..cf8c1b29e 100644 --- a/x11-themes/gnome-themes/pkg-plist +++ b/x11-themes/gnome-themes/pkg-plist @@ -1279,6 +1279,7 @@ share/locale/wa/LC_MESSAGES/gnome-themes.mo share/locale/xh/LC_MESSAGES/gnome-themes.mo share/locale/zh_CN/LC_MESSAGES/gnome-themes.mo share/locale/zh_TW/LC_MESSAGES/gnome-themes.mo +share/themes/Clearlooks/gtk-2.0/gtkrc share/themes/Clearlooks/index.theme share/themes/Crux/index.theme share/themes/Glider/gtk-2.0/gtkrc @@ -1932,6 +1933,8 @@ share/themes/Traditional/index.theme @dirrm share/themes/Glider/gtk-2.0 @dirrm share/themes/Glider @dirrm share/themes/Crux +@dirrm share/themes/Clearlooks/gtk-2.0 +@dirrm share/themes/Clearlooks @unexec rmdir %D/share/locale/ug/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/ug 2> /dev/null || true @dirrm share/icons/Smokey-Red/96x96/filesystems |