diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-12-04 15:13:09 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-12-04 15:49:20 +0100 |
commit | 6bcca972acb0c8feeb7a105ceb10ed1a2b444a56 (patch) | |
tree | 8841bbd982292e243d88ed4eeb47a5ef9fd06cd3 /x11-themes/papirus-icon-theme | |
parent | sci-chemistry/dssp: add github upstream metadata (diff) | |
download | gentoo-6bcca972acb0c8feeb7a105ceb10ed1a2b444a56.tar.gz gentoo-6bcca972acb0c8feeb7a105ceb10ed1a2b444a56.tar.bz2 gentoo-6bcca972acb0c8feeb7a105ceb10ed1a2b444a56.zip |
x11-themes/papirus-icon-theme: add 20221201
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/papirus-icon-theme')
-rw-r--r-- | x11-themes/papirus-icon-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index 1d9f0dc03eec..ccbb66eea6da 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,2 +1,3 @@ DIST papirus-icon-theme-20220910.tar.gz 33346351 BLAKE2B ad490854657471b7b811a01996014fea7364da5ab71f06f226b9f896160a8b475f165a2b4f1766ce7a68ab77628294258bae13bdad5560ab9262546603b47a75 SHA512 0a60e50409438bd25f3081f148761d50f3941da647f14a93bcb7bcd1e104044c65fb7d6758b30ddfe903dd6d17b9b0b044b29b742998c7293c5d6b7745aad7aa DIST papirus-icon-theme-20221101.tar.gz 33431117 BLAKE2B 8829b50882d1882b2483b95594a301bf2085a5d3043a6e9a9c28dc135a5eeaeb37154b7dab8824cbb77dd9d5017f9fdcc0d719e817cd38d4643f1a05aacb92e9 SHA512 f1266cb5092b14c4f5ba94c2bfc6d53c14e71fe737d4d96661b11af33077d810c3c609524288249d310be5d8f18eb061eb13c53f637636ada70a9ac18493c9b3 +DIST papirus-icon-theme-20221201.tar.gz 33494699 BLAKE2B 546c7b3530fc039821e2d183f426d4131182c5c923c51b86367352c39d40c7f96e4f1f3e842d1c286db68685ecc5afa5898de2605f299eff781f7d1a801ec3e9 SHA512 2c4f73f3036a66efccbc6c19d6e571782f0d8549a4bcee55d85413f4960dc1941a15cdc667760d73d5e75211444d4c4b9814bdd6294037719dd5cfe03a2ad445 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild new file mode 100644 index 000000000000..3e2aea8c31f5 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20221201.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 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="~amd64 ~arm64 ~ppc64 ~x86" + +src_prepare() { + default + # https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/issues/3241 + cd Papirus/128x128/apps/ || die + ln -s beneath-a-steel-sky.svg bass.svg || die +} + +src_compile() { :; } + +src_install() { + insinto /usr/share/icons + doins -r Papirus{,-Dark,-Light} + + # Install variants designed for elementary OS and Pantheon Desktop only + doins -r ePapirus{,-Dark} +} |