kde-frameworks/oxygen-icons: drop 5.116.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-04-01 22:37:16 +02:00
parent 4dd07052dc
commit d22cfac5ef
2 changed files with 0 additions and 42 deletions

View File

@@ -1,2 +1 @@
DIST oxygen-icons-5.116.0.tar.xz 238635868 BLAKE2B a4b5400c61d780c8bcdcfd4426bbaa6daa4b15ba5e90cd3106b6941571b10801c3c8312968647e115a1b73e34f926238132d160a862b8ed9222eaecbbf0b08c9 SHA512 d02599b95fcf7c7a38a65a7a422eba59748cdd0d6b3542721a789847b550757bc4162ab5d9c3b4bd1267f5ff0ae6d39c8041b65b895eb5553522645cf260670a
DIST oxygen-icons-6.1.0.tar.xz 244715804 BLAKE2B 9dde25ba1d0a53fdfd2b24d884c59872643bc3bfd278a17220e897d89acd9b81dc59e823623f3076ee674b611c74da29bb6b06ad79d1db47a41041dcac999e95 SHA512 e78d773c469c2bafbfb7da57fc10ebd0611999160a7fc1295449aae8bcdd83a29adf3451529f4c4f2628e7b67b5f1cb6af4fae19942624408ead9f2bb70c4fd9

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2025 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
}