summaryrefslogtreecommitdiff
path: root/x11-themes/windowmaker-themes
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-themes/windowmaker-themes
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-themes/windowmaker-themes')
-rw-r--r--x11-themes/windowmaker-themes/Manifest2
-rw-r--r--x11-themes/windowmaker-themes/windowmaker-themes-0.1-r1.ebuild17
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-themes/windowmaker-themes/Manifest b/x11-themes/windowmaker-themes/Manifest
index 34b1fb570130..60bb3550f694 100644
--- a/x11-themes/windowmaker-themes/Manifest
+++ b/x11-themes/windowmaker-themes/Manifest
@@ -1,3 +1,3 @@
DIST windowmaker-themes-0.1.tar.gz 16413142 BLAKE2B db65c3a15731a4526d8ce45c56ee7987a3f4c2e32a1020c35ccaae6c722aebda758d83fedbac375f7d42e989544295c57dc2ee8143dd0682ab3fe4d82992621c SHA512 2ecdd6155d9f62ed8e815c8c91e6f46114c1ff79bc4c1c79f383c2dfa55caa576f2c0c0010b469db7d851f4afa6fa196302b4ff5a7acb9d708f81f6708052b47
-EBUILD windowmaker-themes-0.1-r1.ebuild 1059 BLAKE2B eb21fc1efacf460656bd5930c6aad84a0dbfc05dba1a32302d96b61f89d060c7390a9843ea974cb3f6b85fd09a899939b76f0eb6f4f7ee2c3557b1f8f5315221 SHA512 fd92a2b1ca34ba1ec1f9768fb9591d4ea012c5fb1d0ce788a46f5482ce3660003d833d747aba872788fe3ec8b89902bf3fd42dce7301cb2bd78e14a7504b4264
+EBUILD windowmaker-themes-0.1-r1.ebuild 1148 BLAKE2B 545cc80e1482d7176f85d2c07b0bc1c9bcf5dbdec1992d3060c4b3e1641a3c39d0521f1079bd0abdd773319e7df6403bfba5fb39768075ebdb8bb58e8c26b62d SHA512 5f56ba26f27064f9216a90e4e6a2e5a8c033a0746a1657e5829a7f469d81cf5745461ddd0804c55220ac773bfb90e4e94a9cf9844fe790f5d005ca6314469cc1
MISC metadata.xml 253 BLAKE2B 3b0c2aef2a8a4a9d91417347a62b76bee2b27a774bee648874d8a4d20800ed78d3452f3c5289b6d47c6bd2188752b41ef94f0919cff5de8cc7d4aafa5bbcffe4 SHA512 2adb9b9e4859c6d1063e67c509015594eec484e91882e3a71b70ac031e02b6f01ab5a2ad4e1a12329c284b34f7d69b19e08b593a0dc3901e2470eabb3e8d3fb5
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