diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-25 10:05:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-25 10:05:00 +0000 |
commit | 1956ff3b4110629bfa7b491f3a50e2ab5923d83a (patch) | |
tree | 500e3c9bbc38823adb01121d0e605276dfc4087b /x11-themes/gtk-aluminumalloy-volcanic-theme | |
parent | ede100a381121734ee8cdce5a7427872215b9b59 (diff) | |
download | ports-1956ff3b4110629bfa7b491f3a50e2ab5923d83a.tar.gz ports-1956ff3b4110629bfa7b491f3a50e2ab5923d83a.zip |
Depend on gtk20/gnomehier and stop caring of extra dirs in pkg-plist.
Suggested by: netchild, mezz
Notes
Notes:
svn path=/head/; revision=129738
Diffstat (limited to 'x11-themes/gtk-aluminumalloy-volcanic-theme')
-rw-r--r-- | x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile | 8 | ||||
-rw-r--r-- | x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile index 3828f89a5834..cb7e1ae216a9 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile @@ -28,12 +28,12 @@ NO_BUILD= yes .if ${TYPE} == "gtk" THEME_DIR= ${PREFIX}/share/themes/${THEME_NAME} -PLIST_SUB+= GTK20="" -PLIST_SUB+= METACITY="@comment " +PLIST_SUB+= GTK20="" METACITY="@comment " +USE_GNOME= gtk20 .else # metacity THEME_DIR= ${PREFIX}/share/gnome/themes/${THEME_NAME} -PLIST_SUB+= GTK20="@comment " -PLIST_SUB+= METACITY="" +PLIST_SUB+= GTK20="@comment " METACITY="" +USE_GNOME= gnomehier .endif do-install: diff --git a/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist b/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist index a4d79ac7db67..d5a7a06b3362 100644 --- a/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist +++ b/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-plist @@ -227,7 +227,6 @@ %%GTK20%%@dirrm share/themes/AluminumAlloy-Volcanic/gtk-2.0/icons %%GTK20%%@dirrm share/themes/AluminumAlloy-Volcanic/gtk-2.0 %%GTK20%%@dirrm share/themes/AluminumAlloy-Volcanic -%%GTK20%%@unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true %%METACITY%%share/gnome/themes/AluminumAlloy-Volcanic/metacity-1/title-bar.png %%METACITY%%share/gnome/themes/AluminumAlloy-Volcanic/metacity-1/title-bar-inactive.png %%METACITY%%share/gnome/themes/AluminumAlloy-Volcanic/metacity-1/text_right.png @@ -254,5 +253,3 @@ %%METACITY%%share/gnome/themes/AluminumAlloy-Volcanic/metacity-1/button-close-focus.png %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Volcanic/metacity-1 %%METACITY%%@dirrm share/gnome/themes/AluminumAlloy-Volcanic -%%METACITY%%@unexec /bin/rmdir %D/share/gnome/themes 2>/dev/null || /usr/bin/true -%%METACITY%%@unexec /bin/rmdir %D/share/gnome 2>/dev/null || /usr/bin/true |