kde-frameworks/oxygen-icons: drop 5.99.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2023-02-14 20:19:41 +01:00
parent 17970146c6
commit f745de1fe7
2 changed files with 0 additions and 38 deletions

View File

@@ -1,3 +1,2 @@
DIST oxygen-icons5-5.102.0.tar.xz 238635612 BLAKE2B c15eda70f88893f1a9bc9374cb7d0f689eb51a203c15b3518a5528b3afb426bc0cf199c2277619d05f9ca2e02ccb5137d30abccae2b5c442a2e21000e3b7bb97 SHA512 47b7599d3485aab3091da82ad19f032d989f03a0c02a27b6fcf8075ed4fbdc093d79191fd16ecad46a70960a0a9db1ada396169bc9c0cc921121a39a72f35f55
DIST oxygen-icons5-5.103.0.tar.xz 238637192 BLAKE2B 81f29cb10a4681d31a8ccd4112158cd65475521318e50248937113d2a2fb2ba9429f79e72c5129b139dd9ef63996377e47b9e4971c7c7e035a6f457f887e51a3 SHA512 ee93942f1d367a04b3c4eb9af9983dfadceb96557a97a21cb647a0b01aba9075df67330d3b1dbf7c69ca9943d0e074913a189549b4dba7b397eb4022ae15300e
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
}