mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
kde-frameworks/breeze-icons-rcc: drop 5.97.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST breeze-icons-5.96.0.tar.xz 2153664 BLAKE2B ecb8e1b19674c5bedcd78c2e1c9950c4129f2e422e9ee0b0031fc42c85d4791c572c0bbb01d967ac74f74ae5535e1b5053029a1afa706cf20836a7416312da15 SHA512 116388d8670a1b45c01252fafe2d316bf5045207d8c4d282ac1a9e87882bb512f69419aaea65895cf310112de0f514199f1b698d28a48d0c5074e14add0a25b2
|
||||
DIST breeze-icons-5.97.0.tar.xz 2156528 BLAKE2B f5d8d4e5931a3a1ee63f518d0b35b8ad05c0ffa000fbb3983883115dbe8fd7c236724666cc6861d7acccfa620027b4116f138bee1d84ba02cef83e4b6d63db16 SHA512 744921b9eb4d0cf28563f858478601e589321926c3a03ea543c5d32923b3820dcf0d2f3e22c96807d3dac521102dd1527fcaf64ee0e8d99a12356d6bb85a2f14
|
||||
DIST breeze-icons-5.98.0.tar.xz 2156244 BLAKE2B 93d016bc152fb21098ff4cb310f78f6bd1974f32c3545a80e8ce3479e51c18612ec5805a70d181c24e48a1445a2d4e2498a29d4d2052844eb6ec18d72c46bab2 SHA512 3983baac054b576b3c8a4172ef07b4422a7ebafb9b624194ad40c11a37d111c2981df87e001b42196ae1e9ac4479c0b44e36838bbba53e19874e1a1e95e5894c
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KDE_ORG_NAME="breeze-icons"
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
inherit cmake frameworks.kde.org python-any-r1
|
||||
|
||||
DESCRIPTION="Breeze SVG icon theme binary resource"
|
||||
LICENSE="LGPL-3"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
|
||||
dev-qt/qtcore:5
|
||||
>=kde-frameworks/extra-cmake-modules-${PVCUT}:5
|
||||
test? ( app-misc/fdupes )
|
||||
"
|
||||
DEPEND="test? ( dev-qt/qttest:5 )"
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version "dev-python/lxml[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
use test || cmake_comment_add_subdirectory autotests
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPython_EXECUTABLE="${PYTHON}"
|
||||
-DBINARY_ICONS_RESOURCE=ON
|
||||
-DSKIP_INSTALL_ICONS=ON
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user