kde-frameworks/oxygen-icons: drop 6.28.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-08-16 20:03:40 +02:00
parent 704af83648
commit 1e1c144fc7
2 changed files with 0 additions and 39 deletions

View File

@@ -1,3 +1,2 @@
DIST oxygen-icons-6.27.0.tar.xz 258623660 BLAKE2B 683cd4e34a9abd5d69a7900e5cbc3d0de7182dead43b7d3cf4095901026a1aa8b8bda7cd39c25f0d0ed945ce09b311f17abfdf3103b3ec99538ad115350070d0 SHA512 a6d2c1cc0acaec6687d6702ae123ed4e144826c477ce39a34c381b9719ade131f33f4e15c2b48087099467f15ce8edac1571297f1411035dcd3dd9815fa13bd5
DIST oxygen-icons-6.28.0.tar.xz 261449212 BLAKE2B afccbc35d09e35b3cb1eee6993593ee369a4fe74c8b3ae971a3addd2f770409cf473885a38202113140315c3b8c0d54425eadace7942fb5558126c257f62401e SHA512 5370f89af655ea713c84772018eabb55cdfecc93dcb11670357ca1c13becfb29b9d56af92bd32d91bf6397489c83d5cbd4417e498b196094bf67c4d23c7e8b3c
DIST oxygen-icons-6.29.0.tar.xz 264890988 BLAKE2B 2a3738ffb476b5ecc6852b203b71f969c22fba9b35561a4a50b6113cf304e5328a4ad8f882a41faf579f0db41f4f9d1ef7c7d62e8c9c056b9d2d461ae88728f4 SHA512 90cb06df1100f8a6fb61aa30b24a08689762c59ba16f1d58412a74fa8c598e1ec912b89f7ac430a0ed1cffdb5bfba9ab31702eb64ad4bd9294aeb25bd94d1189

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QTMIN=6.9.0
inherit cmake frameworks.kde.org xdg-utils
DESCRIPTION="Oxygen SVG icon theme"
HOMEPAGE="https://develop.kde.org/frameworks/oxygen-icons/"
LICENSE="LGPL-3"
SLOT="6"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="!kde-frameworks/${PN}:5"
DEPEND="test? ( >=dev-qt/qtbase-${QTMIN}:6 )"
BDEPEND="
>=dev-qt/qtbase-${QTMIN}:6
>=kde-frameworks/extra-cmake-modules-${KDE_CATV}: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
}