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/kross: 5.105.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
35 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,2 +1,3 @@ | ||
DIST kross-5.102.0.tar.xz 2440128 BLAKE2B 2b65d41c47d5c635061fe9c8569b313aecad03a2ab1b3a0a68419fc36bdc1deb1b9240ad50e3bbeabd6a5faf46183f4890dae93375dd5ba4d347103a53b261e9 SHA512 6f49d3fae95f291fd377121c761f4c31ca9763527d45c2518b2c78a4b1b04b92b5eda968056ac0eedde28c231e3dc6c66fd0db4ab2cfa2aee312a529fede8afa | ||
DIST kross-5.104.0.tar.xz 2440332 BLAKE2B 4c5b727d2962186014f7697bc09dac8bd10e9cb1a7389b80663f94e847482d9c5b92c2f181cde969eee7d5f405418f5d2dddd9de10ba0f47804424d17e8fb0e0 SHA512 1546c0df7a16d9ae610868ab7b777051bcaffefd58a54009203f2c48beb3b95fe24e8fe6830cfff7cc2f34bfa49813a085a65d1172a125d8fa121e98b84664af | ||
DIST kross-5.105.0.tar.xz 2440108 BLAKE2B a169d2b96c6204a001f5a02259150f872f005c956a9f550dd551959b8200f2184fe62f7c95c4363e451f7bf29ec54a0e260106812bba1d80d0180caeab293992 SHA512 197d208e3509c0bea677e68b269013468741f07c321a8d0c0d5929566ebd12466d2d9988f118fd164f92910c6267da4df9fb796c55eaf541afe3fbc93f7367ac |
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,34 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
ECM_QTHELP="false" | ||
PVCUT=$(ver_cut 1-2) | ||
QTMIN=5.15.5 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm frameworks.kde.org | ||
|
||
DESCRIPTION="Framework for embedding scripting into applications" | ||
LICENSE="LGPL-2+" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtscript-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=dev-qt/qtxml-${QTMIN}:5 | ||
=kde-frameworks/kcompletion-${PVCUT}*:5 | ||
=kde-frameworks/kcoreaddons-${PVCUT}*:5 | ||
=kde-frameworks/ki18n-${PVCUT}*:5 | ||
=kde-frameworks/kiconthemes-${PVCUT}*:5 | ||
=kde-frameworks/kio-${PVCUT}*:5 | ||
=kde-frameworks/kparts-${PVCUT}*:5 | ||
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5 | ||
=kde-frameworks/kxmlgui-${PVCUT}*:5 | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-qt/designer-${QTMIN}:5 | ||
" |