x11-themes/arc-darkest-colors: New package.

Theme based on Arc, but darker and with more colors.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2020-04-24 02:11:06 +02:00
parent 22c9cf848d
commit 4be46395dc
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190

View File

@@ -0,0 +1,44 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit xdg-utils
MY_COMMIT="aee10fc647fd0cdb8ef9907ae3ee42c1bea5d976"
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"
LICENSE="GPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="icons"
RDEPEND="x11-themes/gtk-engines-murrine"
S="${WORKDIR}/rtl88-Themes-${MY_COMMIT}"
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
}
pkg_postinst() {
use icons && xdg_icon_cache_update
}
pkg_postrm() {
use icons && xdg_icon_cache_update
}

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<longdescription>
Arc-Darkest-COLORS is a flat, dark-mode theme with transparent elements,
for GTK, xfwm4, openbox-3, GNOME-Shell, and Cinnamon desktop
environments. Arc-Darkest-COLORS also has two varieties of matching
Icons and Folders. You can choose between the 5 highlight colors Blue
Agave, Kiwi, Plum, Strawberry and Tangerine.
</longdescription>
<use>
<flag name="icons">Install icon themes</flag>
</use>
</pkgmetadata>