commit:     b70ea3b2d2cb93eeb8f7b797fc49e817da197621
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Dec  5 13:09:33 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Dec  5 13:22:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b70ea3b2

x11-themes/arc-darkest-colors: Version bump 0_pre20201112.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 x11-themes/arc-darkest-colors/Manifest             |  1 +
 .../arc-darkest-colors-0_pre20201112.ebuild        | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/x11-themes/arc-darkest-colors/Manifest 
b/x11-themes/arc-darkest-colors/Manifest
index 27c0cf5a..905b1c34 100644
--- a/x11-themes/arc-darkest-colors/Manifest
+++ b/x11-themes/arc-darkest-colors/Manifest
@@ -1,2 +1,3 @@
 DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B 
aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516
 SHA512 
60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190
 DIST arc-darkest-colors-0_pre20200818.tar.gz 46359071 BLAKE2B 
9aafd3787822379c2c540b10ff157bd00fbd6087b9a500092c55e38f3b0f7a2c572787b7f22c3a82bde33fc8fc5fcd386922ba605efb92f65670736d1ba9e6b1
 SHA512 
d11b061aca04aba7ece5227b51b227585aed4a9cfdf9d21aaf60d0c8cfaf8516504fcab64d1b5da146c15e1ddd7c7d8bca6c78401d7b1682631abfd07569da0c
+DIST arc-darkest-colors-0_pre20201112.tar.gz 47906435 BLAKE2B 
da12cd3dbbdf46a888f2847b0d067f6c23e04b62d3c0d03af9e7233c646e39a630fd3dd1efea25836cf5660f01c22af2a395770c6ddae912d4a81e48eacb240f
 SHA512 
727622b32c64930d92cd518e8da65fa2eda6f9b4788ca22eabff8eec623e03dd33bfa2233a5628377464465fde088a4fc34a578c9607518e2430960af6cb7134

diff --git 
a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20201112.ebuild 
b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20201112.ebuild
new file mode 100644
index 00000000..07db4eff
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20201112.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg
+
+MY_COMMIT="a2c0286932466476159d9a2194a5e6980f1a66f8"
+
+DESCRIPTION="Flat, dark-mode theme with transparent elements"
+HOMEPAGE="https://github.com/rtlewis88/rtl88-Themes/tree/Arc-Darkest-COLORS-Complete-Desktop";
+SRC_URI="https://github.com/rtlewis88/rtl88-Themes/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}"
+
+LICENSE="GPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="icons"
+
+RDEPEND="x11-themes/gtk-engines-murrine"
+
+src_install() {
+       for color in BlueAgave Kiwi Plum Strawberry Tangerine; do
+               insinto "usr/share/themes"
+               doins -r "AD-${color}"{,-[0-9]*}
+               if use icons; then
+                       insinto "usr/share/icons"
+                       for variant in Numix Suru; do
+                               doins -r "AD-${color}-${variant}"
+                       done
+               fi
+       done
+
+       default
+}

Reply via email to