diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-18 19:54:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-18 19:54:58 +0800 |
commit | b203d1dbdf6b78c6dedb129d1d31585d8b2608ca (patch) | |
tree | f90b69f30f1fcc91dfa3e0b792a0b0ff90e28b05 /x11-themes/gnome-themes-extras/Makefile | |
parent | 5f75b02ea0d48ce80806c027e2ed92b57224e018 (diff) | |
download | freebsd-ports-gnome-b203d1dbdf6b78c6dedb129d1d31585d8b2608ca.tar.gz freebsd-ports-gnome-b203d1dbdf6b78c6dedb129d1d31585d8b2608ca.tar.zst freebsd-ports-gnome-b203d1dbdf6b78c6dedb129d1d31585d8b2608ca.zip |
OK, so apparently certain parts of the control center system look for
GTK-2 themes in share/gnome/themes, and certain parts don't. But they
all look for the themes in share/themes. Except for the metacity theme
selector, which only looks in share/gnome/themes and not in share/themes.
So, install metacity themes into share/gnome/themes, and install GTK-2
themes into share/themes.
As an extra special bonus, now the Lush metacity theme doesn't work. It
appears to be referencing a whole bunch of images that aren't included in
the gnome-themes-extras distfiles. Something further to look forward to
in the next PORTVERSION.
Reported by: Rui Lopes <rui@ruilopes.com>
Reviewed by: Rui Lopes
Diffstat (limited to 'x11-themes/gnome-themes-extras/Makefile')
-rw-r--r-- | x11-themes/gnome-themes-extras/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-themes/gnome-themes-extras/Makefile b/x11-themes/gnome-themes-extras/Makefile index 2f00afafc4aa..1b21adce4f28 100644 --- a/x11-themes/gnome-themes-extras/Makefile +++ b/x11-themes/gnome-themes-extras/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-themes-extras PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 @@ -24,6 +24,7 @@ USE_GNOME= gnomehack libgnomeui post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - "/^SUBDIRS/s/Gorilla//; /^themedir =/s|themes|gnome/themes|" + "/^SUBDIRS/s/Gorilla//; \ + /^themedir =.*metacity-1$$/s|themes|gnome/themes|" .include <bsd.port.mk> |