repo/gentoo:master commit in: x11-themes/papirus-icon-theme/
"Pacho Ramos" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786026517.491416d948b71da0c7ec2dbc9d7f64cc303b743d.pacho@gentoo> |
commit: 491416d948b71da0c7ec2dbc9d7f64cc303b743d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 14:23:01 2026 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 14:28:37 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491416d9
x11-themes/papirus-icon-theme: add 20260801
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-themes/papirus-icon-theme/Manifest | 1 +
.../papirus-icon-theme/papirus-icon-theme-20260801.ebuild | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest
index b1b1fdbc043f..67f5a02ffdf9 100644
--- a/x11-themes/papirus-icon-theme/Manifest
+++ b/x11-themes/papirus-icon-theme/Manifest
@@ -1 +1,2 @@
DIST papirus-icon-theme-20250501.tar.gz 32512075 BLAKE2B 2f76993f2a87d77acfa285c73c8dab5c8a725a08f5ef2d3950385de7dbc74a237f5c95f631015c7697745a210148e4fe31a5fb6ada96af5a6a02860235ccd96f SHA512 0eca50c296a548733d9cb97f0d9b62cac99d6b1bb473bf016e33188986334b9fc84bc0682e9a6e5339d3d247f2cfefd24a1de3f901de9ffbc9e8a7ad1b5d39f8
+DIST papirus-icon-theme-20260801.tar.gz 33053628 BLAKE2B 7353631c2dad4cc13315f52ae095dbd0f7aee46b37dc7e275c6940b834dfd8e793453fbbfc49ba85bceb2084e77302e24d5d8a5830aec68ea75adbc67ab19745 SHA512 b26363aef40f0a51344197c72576a08a0e66b63bad8d99ec983842258464c0649e9d72459f3dfcb2589d0209bf8103281be76db903fb305dbf5e14e79d0844ce
diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20260801.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20260801.ebuild
new file mode 100644
index 000000000000..a3bdf1240993
--- /dev/null
+++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20260801.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2026 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() { :; }