commit:     93a4d64f5d5559a94d66f676919ddbae665a5d96
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 25 08:43:48 2020 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Oct 25 08:43:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a4d64f

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

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

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

diff --git a/x11-themes/arc-darkest-colors/Manifest 
b/x11-themes/arc-darkest-colors/Manifest
index 17f79862..27c0cf5a 100644
--- a/x11-themes/arc-darkest-colors/Manifest
+++ b/x11-themes/arc-darkest-colors/Manifest
@@ -1 +1,2 @@
 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

diff --git 
a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200818.ebuild 
b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200818.ebuild
new file mode 100644
index 00000000..878b53ec
--- /dev/null
+++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200818.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="ea335b539ebf29df5b4605812c9844bd8c409fc6"
+
+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}"
+               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