kde-frameworks/oxygen-icons: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-10-10 14:43:05 +02:00
parent 90eda68df2
commit cf879f88fe
2 changed files with 38 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST oxygen-icons5-5.74.0.tar.xz 236040524 BLAKE2B 67e5173affa60a18acd30203858514039f14d7d35824ef0354b7d4219d06ab45fd944504bc1f7f98b903974d455ccef3728309c1f61bd6173f9c83e6712f504d SHA512 bc00190778edd4b5b154f210ad3e3479f84d6f65b8114f0901966cebb4bfd0f6cabb7d68b1ac2759d7553360167fa620f258078c3c60437a04ef6fbe84243284
DIST oxygen-icons5-5.75.0.tar.xz 236041872 BLAKE2B 0cd4329ab9048b42f701986d9389a669228615d5515fff8e7c825685e0816c2b925944326e8e4ee37158afbb44bb97831ddc115957ea0e532da99294570fd0d6 SHA512 7f7fea283151d43342473392fbac0c345556f4780b9156e7ddf31b9ed072fe39133007d6032c4f7af7f2a09740a04dfe98a74901333c2c418f9163dfc570dd99

View File

@@ -0,0 +1,37 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
KDE_ORG_NAME="oxygen-icons5"
PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
inherit cmake kde.org xdg-utils
DESCRIPTION="Oxygen SVG icon theme"
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="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 )"
RESTRICT+=" !test? ( test )"
src_prepare() {
cmake_src_prepare
use test || cmake_comment_add_subdirectory autotests
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}