From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/
Date: Sat, 15 Mar 2025 20:56:08 +0000 (UTC) [thread overview]
Message-ID: <1742072060.1a19df6ccbc5bffa7b0d3722a961553e90c58d5d.asturm@gentoo> (raw)
commit: 1a19df6ccbc5bffa7b0d3722a961553e90c58d5d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 20:54:20 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 20:54:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a19df6c
kde-frameworks/breeze-icons: add 6.12.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/breeze-icons/Manifest | 1 +
.../breeze-icons/breeze-icons-6.12.0.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/kde-frameworks/breeze-icons/Manifest b/kde-frameworks/breeze-icons/Manifest
index fd0412c25243..669dbcb9156c 100644
--- a/kde-frameworks/breeze-icons/Manifest
+++ b/kde-frameworks/breeze-icons/Manifest
@@ -1,3 +1,4 @@
DIST breeze-icons-5.116.0.tar.xz 2173596 BLAKE2B 238d05983fc473771802b1537d73b51d5f6fb2936635cc8ad3e4162166a0ac9d0f5ae66b9fb28b6e3d2f168ff1fbcf3bc1f4a993687520766fa1f682c413a07a SHA512 3b65bd712262eb4aa0e3760d963b5ad480d840bb680ed7516b69d0d0fb6ad52dffe7c81ec2535adb36a34ec00154253570e5da8f97ef7d4d235ef0e9723751b8
DIST breeze-icons-6.10.0.tar.xz 2255876 BLAKE2B c1f1743e7cd19c1e9c0f3ab499ec233404c33fb76b2b897e5b9d2da9516156c676246f886bee399d886e6222677d18911b681c72c69781a4322250e1bbb619c6 SHA512 e843f5704302db371b9588b2fbdfa82852108b20e7c532ec19afacefd45049e0164c7c2fc7f8af46c22f1446d4a78bbeaa9995bb6d52471a14f52c6ba4d556c3
DIST breeze-icons-6.11.0.tar.xz 2253952 BLAKE2B b4b421d11233b45848de594a8aa79a50f0b21b3f5fbb1a00dde7ee178ad1e2fc0ad25816acc3884d10ef0f750a9422c3ba9ffc84c33ca5af94985885c7f7b224 SHA512 d5a46e784c351d2bcf849e3a9c9546836e4cc42da22773d97b62998c132744b699fe13e618307907b7ae18c10a41f8d00532e796bdf9ba759523a7ced0b246d2
+DIST breeze-icons-6.12.0.tar.xz 2256036 BLAKE2B b42850a86781fdc87155e535494b130506c006235997a40c5727c477d85d756fc3cc669dd6379dd634f17c238812f83f0a6b9840211eb57ad0c86a08083282a6 SHA512 eb6088ecb771e4b6a998223ec3b6addd13bb6b10d59c4ec2d6e9e54b95ed2f6b80a52f453cac13f24dc080bc7eca292fbdfe7a52be35a543ed46e154f52731f4
diff --git a/kde-frameworks/breeze-icons/breeze-icons-6.12.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-6.12.0.ebuild
new file mode 100644
index 000000000000..a6e98d01b57a
--- /dev/null
+++ b/kde-frameworks/breeze-icons/breeze-icons-6.12.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} )
+inherit cmake frameworks.kde.org python-any-r1 xdg
+
+DESCRIPTION="Breeze SVG icon theme"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !kde-frameworks/${PN}:5
+ !kde-frameworks/${PN}-rcc:5
+ !kde-frameworks/${PN}-rcc:6
+"
+BDEPEND="${PYTHON_DEPS}
+ $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
+ dev-qt/qtbase:6[gui]
+ >=kde-frameworks/extra-cmake-modules-${KDE_CATV}:*
+ test? ( app-misc/fdupes )
+"
+
+python_check_deps() {
+ python_has_version "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DPython_EXECUTABLE="${PYTHON}"
+ -DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away
+ -DSKIP_INSTALL_ICONS=OFF
+ -DBUILD_TESTING="$(usex test)"
+ )
+ cmake_src_configure
+}
+
+src_install() {
+ cmake_src_install
+ # bug 770988
+ find "${ED}"/usr/share/icons/ -type d -empty -delete || die
+ find "${ED}"/usr/share/icons/ -xtype l -delete || die
+}
next reply other threads:[~2025-03-15 20:56 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-15 20:56 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 22:26 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/ Andreas Sturmlechner
2024-07-13 20:35 Sam James
2024-07-12 19:57 Andreas Sturmlechner
2024-05-16 1:45 Sam James
2024-02-27 16:10 Andreas Sturmlechner
2024-02-25 12:09 Andreas Sturmlechner
2023-12-28 17:39 Andreas Sturmlechner
2023-12-21 16:13 Sam James
2022-10-10 8:39 Andreas Sturmlechner
2022-08-11 9:49 Sam James
2022-06-28 4:18 WANG Xuerui
2021-12-15 13:55 Andreas Sturmlechner
2021-12-15 11:28 Andreas Sturmlechner
2021-10-02 15:18 Andreas Sturmlechner
2021-01-01 22:45 Andreas Sturmlechner
2020-07-12 23:07 Andreas Sturmlechner
2019-11-11 7:34 Andreas Sturmlechner
2019-05-16 8:56 Michael Palimaka
2018-10-10 11:48 Mikle Kolyada
2018-06-10 18:37 Thomas Deutschmann
2018-03-27 7:52 Sergei Trofimovich
2018-03-27 7:52 Sergei Trofimovich
2018-01-19 21:35 Andreas Sturmlechner
2017-07-25 18:14 Alexis Ballier
2017-01-22 18:52 Michael Palimaka
2016-10-13 10:27 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742072060.1a19df6ccbc5bffa7b0d3722a961553e90c58d5d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox