diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-11-11 11:00:27 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-11-11 11:03:35 +0200 |
commit | 9b738b0d86b2d5e2d3f97f7648b22a88d389c35c (patch) | |
tree | 5e24b99a1359b0939b1ef102464f25c4733a6410 /x11-themes | |
parent | x11-themes/papirus-icon-theme: add 20211101 (diff) | |
download | gentoo-9b738b0d86b2d5e2d3f97f7648b22a88d389c35c.tar.gz gentoo-9b738b0d86b2d5e2d3f97f7648b22a88d389c35c.tar.bz2 gentoo-9b738b0d86b2d5e2d3f97f7648b22a88d389c35c.zip |
x11-themes/papirus-icon-theme: drop 20211001
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/papirus-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/papirus-icon-theme/papirus-icon-theme-20211001.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index 02d330d848dc..58058e033b00 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,3 +1,2 @@ DIST papirus-icon-theme-20210701.tar.gz 28129228 BLAKE2B cb4b8891607bfa2b245858c746e590d4a1aca973037669268be682a06ada5074e298666a1d9a9ee9ce66be92778fcf34d3cf306c9864332ea7ebc25f52568f30 SHA512 0ec131bac6a0804d0a61d0c01c30d8d55f4438e93e17849a5c3cb741c4d8aa050977b24101d7f33416a7d617b53c5dca28ce38316e52bd5f72d9034147983d4d -DIST papirus-icon-theme-20211001.tar.gz 30024108 BLAKE2B 1212ea8f63617128f0b5436fc15c634ea8b8aad43044ebe6bc5135192250bc0c8171e36ad6e8df27bd88037425867c65ae58c129898e86d9d6a6434045cb422d SHA512 f6816e5a24d2337e4cda84f66116e35ca24c5e5db81f0f7a10895fadf93a48c108df8182250bfa3da3fe0be26a8165c279e92a353053357c34745db845458424 DIST papirus-icon-theme-20211101.tar.gz 30284589 BLAKE2B ce54660b6bb20b0f6ab22d6969e0611d2ff54130384f13de4707093c9ccafcdc8f857a5202a1478afa1ba2f58981203dcaffb18f999cee8fa232e3c9ef492a95 SHA512 13b8e0624d1cb0a39f5dbb407682766de942a31a19b683ca1429dc9c97b4f236e070176f1a5e6f37893d0587276d37c6b8e3cee2bea72bf535598ea84704f717 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20211001.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20211001.ebuild deleted file mode 100644 index e895bb5a1d48..000000000000 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20211001.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg - -DESCRIPTION="Free and open source SVG icon theme" -HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" -SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" - -src_compile() { :; } - -src_install() { - insinto /usr/share/icons - doins -r ePapirus{,-Dark} Papirus{,-Dark,-Light} -} |