mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
kde-frameworks/breeze-icons: 6.18.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
a6762379ba
commit
aacc262cdc
@ -1,2 +1,3 @@
|
||||
DIST breeze-icons-6.16.0.tar.xz 2256520 BLAKE2B 356e1e93c094503aa472606be5e3d5dbf34e95b43440e0315972ae710b18c7ea0cf9f8951115aa8ea1eef3c2c424615053e7aeab4a52b8dbe8c9570cadde7fc4 SHA512 589e7bf8885dbc19e309613b00620714f1e6b9b85093b864c64fde5be0f14f3e11671c76e4ec5d25b6729a75fc815b1e78d21f5091fcbdcb7d5f5442576963af
|
||||
DIST breeze-icons-6.17.0.tar.xz 2256400 BLAKE2B cf8379919aabe954d3aa71e5a322a94a0e174739185392b21766b746970aad28e481ad772431e1c6400f173dcc8dadb0639bec69215f33834084c1b2a0abc354 SHA512 200e4ac4c9caed9d748267dcc3e3881c82a39b087551464cae827e23788badb6af0483498c5fa988cee551524a9c4a9d4817f9ea8170a4caf0a7bbe8e325c88e
|
||||
DIST breeze-icons-6.18.0.tar.xz 2105604 BLAKE2B a04cf5a323cae131233b389f0c1d72617bdee75cc9a03e304816ba0b26f8da383f52e4ccc80b070850af1a3ae88d857943c6bf73953c8d9b50ed4688953b8a40 SHA512 36a0a4aa11223708b41991ad235fe0c8405607367e4f8e0e49f116e979d3812e22118815dd41985c0bf9803f093967a424aee9e18d90d85011a2dcebe88d74e7
|
||||
|
||||
48
kde-frameworks/breeze-icons/breeze-icons-6.18.0.ebuild
Normal file
48
kde-frameworks/breeze-icons/breeze-icons-6.18.0.ebuild
Normal file
@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
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