commit: f1161767dbf943585395f0550285e97579aa0022 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Nov 10 16:05:50 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Nov 10 16:19:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1161767
x11-themes/papirus-icon-theme: add 20231101 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-themes/papirus-icon-theme/Manifest | 1 + .../papirus-icon-theme/papirus-icon-theme-20231101.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index 8975f359c0f4..2cb4a368865d 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,2 +1,3 @@ DIST papirus-icon-theme-20230801.tar.gz 33741030 BLAKE2B 0659aaa03f48b23d83b077c9326adf8c0f61995d0fdea716c95c10491b2e5880528ac34660e7cf31a6392a4e22a41bcd4b8da2d8557a8f2774f2fb9acd059088 SHA512 1924a83fd2b4d3aab3c9858e86132276501648e273d15ff5023a4e9174cffbb078a6a4592267babefecfe6544346cdeede7fa68afaebd225476a1898fe1d614e DIST papirus-icon-theme-20230901.tar.gz 33906180 BLAKE2B 71843828bd5cb4879a7fdb8ed4b44f1c39d8cfb213253718c5d05f43156d30042aa6b84581a3b2f4e7d29a4ed6f0db682cdab450d941ef17d8ea5f7367e6b110 SHA512 ba7a563dfff6080f79d23b00d4c5c421321ac9a911deeecf40cd2a16f1d2ee6642c07c944c6f306fa1fc34eac83ec634eac0e613bc16f709359977e2b1c82fd7 +DIST papirus-icon-theme-20231101.tar.gz 33772814 BLAKE2B 9dea3c9c888f2c4be0836096712372c4163ddb1fface73ae35edec38b124af38a56ddc7073bee986e96ecc78ede15916b52841d2d129ff51673195ad250a26bb SHA512 ad1ea7ec1376cc3c964278d13f7159ebf8797b27923d2339b98f00eb68e5e604b6958394a0296ae1088d77793c69b35b8eb19e8d77654095327a4bde03d5b3c5 diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild new file mode 100644 index 000000000000..0bdfb267d356 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild @@ -0,0 +1,15 @@ +# 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_compile() { :; }
