summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 15:48:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-10-07 16:01:41 +0200
commitede3c748af7db7570fcbdbf34adb36788aa9b48c (patch)
tree4df8b894cd5afb886a4830c0cac72cd4871f58c1
parent891691bb82b16785c774852fb6dd8059a8768c9f (diff)
downloadkde-ede3c748af7db7570fcbdbf34adb36788aa9b48c.tar.gz
kde-ede3c748af7db7570fcbdbf34adb36788aa9b48c.tar.bz2
kde-ede3c748af7db7570fcbdbf34adb36788aa9b48c.zip
kde-frameworks/oxygen-icons: 5.111.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.111.0.ebuild37
2 files changed, 38 insertions, 0 deletions
diff --git a/kde-frameworks/oxygen-icons/Manifest b/kde-frameworks/oxygen-icons/Manifest
new file mode 100644
index 00000000000..3fd0b74c2ec
--- /dev/null
+++ b/kde-frameworks/oxygen-icons/Manifest
@@ -0,0 +1 @@
+DIST oxygen-icons5-5.111.0.tar.xz 238636228 BLAKE2B 7187b6f6bb06f8bbb706d92574fea109167ff03fce0723d7e98227fc4bcb3bb406166ba1ea3e014d9d591a8313b71c8399b9eeb3a1eb99a30ad97b7899dc2f3a SHA512 4116c76eaa93c24ab6c8e9592f4b336c13455634423c0e02b6e81f1f62d5b836db6abcd52c0d47e79b3c08e4d8674b99eb37c748769e2cfc395b3be554c1a866
diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-5.111.0.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-5.111.0.ebuild
new file mode 100644
index 00000000000..e2bcb83d6d1
--- /dev/null
+++ b/kde-frameworks/oxygen-icons/oxygen-icons-5.111.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="oxygen-icons5"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit cmake frameworks.kde.org xdg-utils
+
+DESCRIPTION="Oxygen SVG icon theme"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ >=dev-qt/qtcore-${QTMIN}:5
+ >=kde-frameworks/extra-cmake-modules-${PVCUT}:5
+ test? ( app-misc/fdupes )
+"
+DEPEND="test? ( >=dev-qt/qttest-${QTMIN}:5 )"
+
+src_prepare() {
+ cmake_src_prepare
+ use test || cmake_comment_add_subdirectory autotests
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}