mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
kde-frameworks/breeze-icons: drop 6.19.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
fcaf287540
commit
e2926c17a7
@ -1,3 +1,2 @@
|
||||
DIST breeze-icons-6.18.0.tar.xz 2105604 BLAKE2B a04cf5a323cae131233b389f0c1d72617bdee75cc9a03e304816ba0b26f8da383f52e4ccc80b070850af1a3ae88d857943c6bf73953c8d9b50ed4688953b8a40 SHA512 36a0a4aa11223708b41991ad235fe0c8405607367e4f8e0e49f116e979d3812e22118815dd41985c0bf9803f093967a424aee9e18d90d85011a2dcebe88d74e7
|
||||
DIST breeze-icons-6.19.0.tar.xz 2106936 BLAKE2B e79748c1f7c44999c4a894b6c3c19cf1d2e5f302eaba19e4f3af82d2eb990451a17d65b31551973e332de9f231b2685e5402be0303097ae344002c70a6edcf24 SHA512 94bb73dfcb6a4149509772e16ea0ccf60d7ebe1b84910a65beace315416bcb60c39c2542a2056d642f15a1bd462accc6a87f3e5f974f9cef2cd90c4c833a2949
|
||||
DIST breeze-icons-6.20.0.tar.xz 2104000 BLAKE2B e319a11271b3cf91c9537550a033ca9d33162a77e7a7da6ec49197136c132f6901afab79858d5e32e6fc7a61a27c83a44d4b056b1774611ac670aa44a716bb6a SHA512 3b479906abe4abdd4f6b580cbf508c40b862e95e0c145f20e83f8b2fc5fa9625eab8ab0dd156b3f79cf237129937bdacfb9868f33e8064ded8676fb2599eee0f
|
||||
|
||||
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..14} )
|
||||
inherit cmake frameworks.kde.org python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="Breeze SVG icon theme"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
!kde-frameworks/${PN}:5
|
||||
!kde-frameworks/${PN}-rcc:5
|
||||
!kde-frameworks/${PN}-rcc:6
|
||||
"
|
||||
BDEPEND="${PYTHON_DEPS}
|
||||
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
|
||||
dev-qt/qtbase:6[gui]
|
||||
>=kde-frameworks/extra-cmake-modules-${KDE_CATV}:*
|
||||
test? ( app-misc/fdupes )
|
||||
"
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version "dev-python/lxml[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPython_EXECUTABLE="${PYTHON}"
|
||||
-DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away
|
||||
-DSKIP_INSTALL_ICONS=OFF
|
||||
-DBUILD_TESTING="$(usex test)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
# bug 770988
|
||||
find "${ED}"/usr/share/icons/ -type d -empty -delete || die
|
||||
find "${ED}"/usr/share/icons/ -xtype l -delete || die
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user