mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/breeze-icons: 6.3.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST breeze-icons-5.116.0.tar.xz 2173596 BLAKE2B 238d05983fc473771802b1537d73b51d5f6fb2936635cc8ad3e4162166a0ac9d0f5ae66b9fb28b6e3d2f168ff1fbcf3bc1f4a993687520766fa1f682c413a07a SHA512 3b65bd712262eb4aa0e3760d963b5ad480d840bb680ed7516b69d0d0fb6ad52dffe7c81ec2535adb36a34ec00154253570e5da8f97ef7d4d235ef0e9723751b8
|
||||
DIST breeze-icons-6.2.0.tar.xz 2228164 BLAKE2B 192cbc2634440967565c3cbfa626900c5d63d2c19fae08a95c594d34bb87725ee46303c7a7edbac3d35d2ff53c2d13cd16ba3318e30c2cec447fee04fb0087f3 SHA512 83c9a2ee2c6229f74de3efef1659927411d198fea15c1a6f352d3a74ad53c286decf92414ef6058907b18acc298477338333ed5ee2f8bfd19a65b4b63f76a9d1
|
||||
DIST breeze-icons-6.3.0.tar.xz 2225324 BLAKE2B f20f15bdfae160a149825e2388057272fb2514ddb6c82217334b9e34136356078f6844a0d21f92936912db1e50d77c3af324e269c699303c8924c8d20acbf430 SHA512 4678467c287089e7dd3a890bf56cdea1dbeea7a659960b037fa1e923bfe28af3fa0aa2b6cacda31644f98b7a81cd20effe4ad08d30cbfc48ed467d71b1586315
|
||||
|
||||
56
kde-frameworks/breeze-icons/breeze-icons-6.3.0.ebuild
Normal file
56
kde-frameworks/breeze-icons/breeze-icons-6.3.0.ebuild
Normal file
@@ -0,0 +1,56 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit cmake flag-o-matic frameworks.kde.org python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="Breeze SVG icon theme"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
KEYWORDS="~amd64"
|
||||
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-${PVCUT}:*
|
||||
test? ( app-misc/fdupes )
|
||||
"
|
||||
|
||||
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() {
|
||||
# bug #931904
|
||||
filter-lto
|
||||
|
||||
local mycmakeargs=(
|
||||
-DPython_EXECUTABLE="${PYTHON}"
|
||||
-DBINARY_ICONS_RESOURCE=ON # TODO: remove when kexi was ported away
|
||||
-DSKIP_INSTALL_ICONS=OFF
|
||||
)
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user