commit: 4be46395dc56bae43f2b91c23af188ab34a3b464 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Fri Apr 24 00:11:06 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Apr 24 00:29:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4be46395
x11-themes/arc-darkest-colors: New package. Theme based on Arc, but darker and with more colors. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> x11-themes/arc-darkest-colors/Manifest | 1 + .../arc-darkest-colors-0_pre20200417.ebuild | 44 ++++++++++++++++++++++ x11-themes/arc-darkest-colors/metadata.xml | 18 +++++++++ 3 files changed, 63 insertions(+) diff --git a/x11-themes/arc-darkest-colors/Manifest b/x11-themes/arc-darkest-colors/Manifest new file mode 100644 index 0000000..17f7986 --- /dev/null +++ b/x11-themes/arc-darkest-colors/Manifest @@ -0,0 +1 @@ +DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190 diff --git a/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild new file mode 100644 index 0000000..6354e73 --- /dev/null +++ b/x11-themes/arc-darkest-colors/arc-darkest-colors-0_pre20200417.ebuild @@ -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 +} diff --git a/x11-themes/arc-darkest-colors/metadata.xml b/x11-themes/arc-darkest-colors/metadata.xml new file mode 100644 index 0000000..5b09564 --- /dev/null +++ b/x11-themes/arc-darkest-colors/metadata.xml @@ -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>[email protected]</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>
