x11-themes/arc-darkest-colors: Remove package.
This commit is contained in:
parent
a582ae7ae9
commit
9bf6b74f6c
|
@ -1,9 +1,3 @@
|
|||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-24)
|
||||
# The package is in the GURU[1] repository now. Please use that instead. Masked
|
||||
# for removal in 30 days.
|
||||
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
|
||||
x11-themes/arc-darkest-colors
|
||||
|
||||
# tastytea <tastytea+gentoo@tastytea.de> (2020-04-24)
|
||||
# The package is in the GURU[1] repository now. Please use that instead. Masked
|
||||
# for removal in 30 days.
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA512
|
||||
|
||||
DIST arc-darkest-colors-0_pre20200417.tar.gz 44822096 BLAKE2B aeef5d16db935a55faeaa0f714d0b4324d0e0cf0806cc6fafb1d330978573b2442b305fcd8459634a3f0cc29e265d6c29a44e7407339984f44e5ceeb03927516 SHA512 60b4d32ae7e2f39a3e38bf95d70092f5c9c1f472bfe6a3ca00fb4eace1a1656186ee0110b913c41aa36d42cd4736e5581b120b144d7f49abe4f365fb3b01b190
|
||||
EBUILD arc-darkest-colors-0_pre20200417.ebuild 933 BLAKE2B 897d5dd3584b9ffba5c8d777b8c42318161a443b76e02c03aee267c05d6ea2ddfda6d5b167eac4b9bce217dbea55225d6c171c011c86e5dd51fe568c25a7e3c3 SHA512 366cba8dac082a1306824d3634d7a851822417161b934464f8a264981c80f9152abf97cd6c09e1956e380ff383663e1f67857b79e7a2d53ad13f3a0b526bd5b1
|
||||
MISC metadata.xml 573 BLAKE2B 26d9083b7388a058bca8c4704fdce70bb43738ae3dee8dd9f248a5dde882405d76434839e758ede893147d36e295e62fd4a087b5f87585924a8030a3bd156d4f SHA512 a68177559ab8b79713225a023ac6e0292769f48ebbbcd99be739a6bdf3a1c49861702629eb899771a090575eb2120ab0ba29395a7592e1d41adb779da7be7e2e
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREKAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXpoWpgAKCRDPw5SX8bJu
|
||||
BxHVAP9RPSkVAKyi7RCdwdoDa8+Ckrhi6R9SuUHpK2xcatWGYAD/XwIT/O3/3Nah
|
||||
xSbiHPzDsreJRDq0bibMcdpmf0Tj9Go=
|
||||
=ZwyT
|
||||
-----END PGP SIGNATURE-----
|
|
@ -1,40 +0,0 @@
|
|||
# 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 -> ${PF}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="icons"
|
||||
|
||||
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}" || die
|
||||
if use icons; then
|
||||
insinto "usr/share/icons"
|
||||
for variant in Numix Suru; do
|
||||
doins -r "AD-${color}-${variant}" || die
|
||||
done
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use icons && xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use icons && xdg_icon_cache_update
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<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.
|
||||
</longdescription>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="icons">Install icon themes</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
Reference in New Issue
Block a user