mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/oxygen-icons: drop 5.93.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST oxygen-icons5-5.92.0.tar.xz 238636220 BLAKE2B ce9a843c7ac19c69504c92d3118488390a3adf1c25381d920e5ad096518c72089e1e99c08ff3dcba340a8ba9083b04505004fa3f76be53fd12a26e88f81a5395 SHA512 af336e9996abacf7f7c9f221caa4ada64d2b043a398f757fabd547ba311ed390eeecf621f1f3a7b38d67d688b8e1926a7c17de03d96cfca72158107a02d91834
|
||||
DIST oxygen-icons5-5.93.0.tar.xz 238637524 BLAKE2B 215cd7b573f2d09eaf6206b8c419a6535d135e492527f02324f1b7a5936b5e5e03f453aad7410e2a1162a3590ad26940a66dc84952c88564898da10ae82dc54d SHA512 b5e1ad7356226e7d6e8b90ca72bd4fa91fffb9b503675ab91b8380712bfcb86c34e57957609d4f4678b533b8828c9cabfc05361ed7c2c85d5bd234e9c5d65cac
|
||||
DIST oxygen-icons5-5.94.0.tar.xz 238635124 BLAKE2B 1d7d8d75d94d3129fca8d287b33a05df8bb627bb88fc7579e0b57cb93fe535027fd9a487bab1b2e4c2daa11f932a4fcad1f4d3886d8ca42a0f3c53293df86841 SHA512 b9906927ec15c422aefaa2e0f287121c51ec16386f60371a8e773c9c4f0530cc1bad99849079cbfff16d78432ac30867ad58d42e9fc6c0b1b07dff810481274d
|
||||
|
||||
@@ -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.2
|
||||
inherit cmake kde.org xdg-utils
|
||||
|
||||
DESCRIPTION="Oxygen SVG icon theme"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~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
|
||||
}
|
||||
Reference in New Issue
Block a user