diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-02-05 15:17:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-02-05 15:17:03 +0000 |
commit | 8afe4133ba3d8586301516885427809020a3cafa (patch) | |
tree | d82e1b009614ffe9efc4767af2297efd6365303f /x11-themes/papirus-icon-theme | |
parent | a0c1504c093bc6abe04f9d96018f6252f81cd9ab (diff) |
gentoo auto-resync : 05:02:2023 - 15:17:02
Diffstat (limited to 'x11-themes/papirus-icon-theme')
-rw-r--r-- | x11-themes/papirus-icon-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/papirus-icon-theme/papirus-icon-theme-20230104.ebuild | 30 |
2 files changed, 32 insertions, 0 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index fe0114b612a0..2fc45912ef2a 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,3 +1,5 @@ DIST papirus-icon-theme-20221201.tar.gz 33494699 BLAKE2B 546c7b3530fc039821e2d183f426d4131182c5c923c51b86367352c39d40c7f96e4f1f3e842d1c286db68685ecc5afa5898de2605f299eff781f7d1a801ec3e9 SHA512 2c4f73f3036a66efccbc6c19d6e571782f0d8549a4bcee55d85413f4960dc1941a15cdc667760d73d5e75211444d4c4b9814bdd6294037719dd5cfe03a2ad445 +DIST papirus-icon-theme-20230104.tar.gz 33527798 BLAKE2B 9aa80a3611f0a39aa0fabeb0a20a7d901ed983c046208784bbd268151a7668adf99d0e4d9df9efe544864278dc2ff417a40ab581610f11d204a4288e68173adb SHA512 c07adc6258e9c0b37b250efae91825004b5b440304b9a901dbccec90fe683eee6871f5bf3205e79ee1bf44fe13ce5f014cbfc99b1bb6488e82bd6b0b8b730bfa EBUILD papirus-icon-theme-20221201.ebuild 798 BLAKE2B 55cbb7bcc7a649fef1c2c33ed7d3435e6a8a1a9436c1486b5f4988ede7373e15f0f34e38626409636d3d6188b0337c2194f0e0ec2d59c4248ebd2de43556c28f SHA512 2fffe21a494e4ad3ad469fef1e9ce1286abf1589f10e379fef8ec9d77e5708ffd853ffb580918d48b098a74a89ed2758693004fd5f60f6100390c8830f60390c +EBUILD papirus-icon-theme-20230104.ebuild 802 BLAKE2B 28a81bde45b41514604074903656e18d7575e71194772a17f107e2a808e3959183cb5210784624ff741940eaa4b0be4e2b72e17619aa3238e03c53bcc7dfec95 SHA512 a81d6a499625b46d6ce3d85902d043daba76a74c3a7da93b3c12eef4e38baa37ca115fee771bc2db555f6bd1f66d9b867ff822359386b75b7077acea65673e29 MISC metadata.xml 436 BLAKE2B f884e84b63ce044c156c635e6bdc6e7b970e7ece131ec561df7f24280302ee8b13a84c4363649040358de88459371c490ce187b50e6fcda07328315e1bcd865a SHA512 64a963b39e82b2df247b72db0c57a6451b5b0f7c3063101848d4838b78ccf86065725606b78ca3d3143efb35bffab4d9cf9609274f46314c66a65541d53ff8fe diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20230104.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230104.ebuild new file mode 100644 index 000000000000..4460fa17b1f7 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230104.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 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} +} |