summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 22:55:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-13 23:04:00 +0200
commitc166364603b77d7653fae162aed60d3fe6f4e0b8 (patch)
tree5af1547593587b302de2d4a0438c9820f29d3d38
parent0013157c3d272ffea66a000b1b9bfd0b1febe3d6 (diff)
downloadkde-c166364603b77d7653fae162aed60d3fe6f4e0b8.tar.gz
kde-c166364603b77d7653fae162aed60d3fe6f4e0b8.tar.bz2
kde-c166364603b77d7653fae162aed60d3fe6f4e0b8.zip
kde-frameworks/oxygen-icons: 5.116.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/oxygen-icons/Manifest1
-rw-r--r--kde-frameworks/oxygen-icons/oxygen-icons-5.116.0.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-frameworks/oxygen-icons/Manifest b/kde-frameworks/oxygen-icons/Manifest
new file mode 100644
index 00000000000..f9ef6bb3fde
--- /dev/null
+++ b/kde-frameworks/oxygen-icons/Manifest
@@ -0,0 +1 @@
+DIST oxygen-icons-5.116.0.tar.xz 238635868 BLAKE2B a4b5400c61d780c8bcdcfd4426bbaa6daa4b15ba5e90cd3106b6941571b10801c3c8312968647e115a1b73e34f926238132d160a862b8ed9222eaecbbf0b08c9 SHA512 d02599b95fcf7c7a38a65a7a422eba59748cdd0d6b3542721a789847b550757bc4162ab5d9c3b4bd1267f5ff0ae6d39c8041b65b895eb5553522645cf260670a
diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.116.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.116.0.ebuild
new file mode 100644
index 00000000000..1c0b8c9edbd
--- /dev/null
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.116.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit cmake frameworks.kde.org xdg-utils
+
+DESCRIPTION="Oxygen SVG icon theme"
+HOMEPAGE="https://develop.kde.org/frameworks/oxygen-icons/"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="
+ test? (
+ >=dev-qt/qtcore-${QTMIN}:5
+ >=dev-qt/qttest-${QTMIN}:5
+ )
+"
+BDEPEND="
+ >=kde-frameworks/extra-cmake-modules-${PVCUT}:0
+ test? ( app-misc/fdupes )
+"
+
+src_prepare() {
+ cmake_src_prepare
+ use test || cmake_comment_add_subdirectory autotests
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}