summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-09-10 10:42:03 +0200
committerPacho Ramos <pacho@gentoo.org>2023-09-10 10:42:03 +0200
commitf5d683e1daf182275008d04055579785b3765434 (patch)
tree4089cd75868cbe24ff589624f2afd745a2d2cfc4 /x11-themes
parentapp-office/onlyoffice-bin: [QA] Fix DOCTYPE URL in metadata (diff)
downloadgentoo-f5d683e1daf182275008d04055579785b3765434.tar.gz
gentoo-f5d683e1daf182275008d04055579785b3765434.tar.bz2
gentoo-f5d683e1daf182275008d04055579785b3765434.zip
x11-themes/papirus-icon-theme: add 20230901
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/papirus-icon-theme/Manifest1
-rw-r--r--x11-themes/papirus-icon-theme/papirus-icon-theme-20230901.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
index 234c32f69868..2536185e3215 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -1,2 +1,3 @@
DIST papirus-icon-theme-20230601.tar.gz 33669773 BLAKE2B d011fae9b6719e1457791acdc6e751867dc2dda0fb66bf538b7294f126ae29a7b970d2963b117010d4506c66549a3a136ca294ebba9d125f987cab10ff4bc175 SHA512 cc14b4b2818998f2db622e30dbe5fbd69402a5fa7bbee08fdd4bc6e230fc93f16d683ebf0261794f7310b154b67f213f5af73d9828812bbaa810e5265955098c
DIST papirus-icon-theme-20230801.tar.gz 33741030 BLAKE2B 0659aaa03f48b23d83b077c9326adf8c0f61995d0fdea716c95c10491b2e5880528ac34660e7cf31a6392a4e22a41bcd4b8da2d8557a8f2774f2fb9acd059088 SHA512 1924a83fd2b4d3aab3c9858e86132276501648e273d15ff5023a4e9174cffbb078a6a4592267babefecfe6544346cdeede7fa68afaebd225476a1898fe1d614e
+DIST papirus-icon-theme-20230901.tar.gz 33906180 BLAKE2B 71843828bd5cb4879a7fdb8ed4b44f1c39d8cfb213253718c5d05f43156d30042aa6b84581a3b2f4e7d29a4ed6f0db682cdab450d941ef17d8ea5f7367e6b110 SHA512 ba7a563dfff6080f79d23b00d4c5c421321ac9a911deeecf40cd2a16f1d2ee6642c07c944c6f306fa1fc34eac83ec634eac0e613bc16f709359977e2b1c82fd7
diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20230901.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230901.ebuild
new file mode 100644
index 000000000000..0bdfb267d356
--- /dev/null
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230901.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() { :; }