mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
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:
1
x11-themes/arc-darkest-colors/Manifest
Normal file
1
x11-themes/arc-darkest-colors/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190
|
||||
@@ -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
|
||||
}
|
||||
18
x11-themes/arc-darkest-colors/metadata.xml
Normal file
18
x11-themes/arc-darkest-colors/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user