kde-frameworks/oxygen-icons: drop 5.101.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-01-15 00:45:31 +01:00
parent 84efaaacfb
commit 4646d25802
2 changed files with 0 additions and 38 deletions

View File

@@ -1,3 +1,2 @@
DIST oxygen-icons5-5.101.0.tar.xz 238637812 BLAKE2B f036f45a3c5e31c63a4f146f97f39c8879c4a5b957c051c17535df54cf696c51f7ff1f6603749bf0007872bfb95899886354421fbdf784c163ee65eef3989609 SHA512 306898dd6548e6b11f4ba1a291191d62378395f6d7d843dfde74892ea51fb7dbfa5edba66d2d06bfaae004acef0edd52f3a678de14f93af16f5d8d6c127ba09c
DIST oxygen-icons5-5.102.0.tar.xz 238635612 BLAKE2B c15eda70f88893f1a9bc9374cb7d0f689eb51a203c15b3518a5528b3afb426bc0cf199c2277619d05f9ca2e02ccb5137d30abccae2b5c442a2e21000e3b7bb97 SHA512 47b7599d3485aab3091da82ad19f032d989f03a0c02a27b6fcf8075ed4fbdc093d79191fd16ecad46a70960a0a9db1ada396169bc9c0cc921121a39a72f35f55
DIST oxygen-icons5-5.99.0.tar.xz 238633012 BLAKE2B 264077a4619e5dc1feb277215468a6ec0151fdf9f702a39b26454c03a1b5a3b4c6a56ecbd487c03cb79de4b1c3eb97ee3a9210237b7c573382e0f2c30a404f63 SHA512 b1228558f04a498b47c2be1b53a7109aa95b50ce0fcedc8d81a27899fbd661dbe3e491c43d91434d7c157f4063dfa5a74771d69396efbf8938afa7113c00d5c9

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2022 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.5
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
}