summaryrefslogtreecommitdiff
path: root/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild')
-rw-r--r--x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild17
1 files changed, 13 insertions, 4 deletions
diff --git a/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild b/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
index 985047da31af..974c392ea86d 100644
--- a/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
+++ b/x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,10 +21,19 @@ RDEPEND="x11-wm/windowmaker"
BDEPEND=""
src_prepare() {
- MY_OFFENSIVE="3white Anguish"
+ MY_OFFENSIVE=(
+ 3White
+ Anguish
+ Crave
+ "Darwins iMac"
+ "Digital Girls"
+ "Imacgirl Grape"
+ "Red Slip"
+ WMSecksy
+ )
if ! use offensive ; then
- for j in ${MY_OFFENSIVE} ; do
- rm -rf ${MY_OFFENSIVE}.themed
+ for j in "${MY_OFFENSIVE[@]}" ; do
+ rm -rf "${j}".themed
done
fi