forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-frameworks/kiconthemes: 5.109.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kiconthemes-5.108.0.tar.xz 1312240 BLAKE2B 289900cb2ec0dccd6931065ada0c12cfe34e6411af973051ba08bdf09db6697126d224a6db459acb34cc8fbea4ebb709835086b652f50547815b111540f1c479 SHA512 5840044402d7ccfc903cc8ace679e4169fe494cb3248e603a827ae228bc80e40b4c530b7bdf5b45edb18cd98edab8112c74b0c96e6f9e15947f0561fa5980be6 | ||
DIST kiconthemes-5.109.0.tar.xz 1312048 BLAKE2B 76620d4dd624ffa452e4fec798a2f28331f4de09968432849655a4e5b3b01968a050d84d5db5c73cb472bc58181810e6d626764d50649cc132460e8a593358db SHA512 a33fa5becce2bd9889cacea49fd141aa8be846883e36eb415dc3463877a37499d6a0763e3a85a107b7ec2bd2beaa8bf2ffd6ed573d3b0bc7da55d4aa86b5d44b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_DESIGNERPLUGIN="true" | ||
PVCUT=$(ver_cut 1-2) | ||
QTMIN=5.15.9 | ||
inherit ecm frameworks.kde.org | ||
|
||
DESCRIPTION="Framework for icon theming and configuration" | ||
LICENSE="LGPL-2+" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv" | ||
IUSE="" | ||
|
||
RESTRICT="test" # bug 574770 | ||
|
||
RDEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtsvg-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
=kde-frameworks/karchive-${PVCUT}*:5 | ||
=kde-frameworks/kconfig-${PVCUT}*:5 | ||
=kde-frameworks/kconfigwidgets-${PVCUT}*:5 | ||
=kde-frameworks/kcoreaddons-${PVCUT}*:5 | ||
=kde-frameworks/ki18n-${PVCUT}*:5 | ||
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
test? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) | ||
" |