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-apps/kapptemplate: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
32 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 kapptemplate-23.08.5.tar.xz 339976 BLAKE2B 768f2ec77c05b48aeca3dfa1ee1dbe274d09c5d40dfb8562e64176caacf016bf82791268707d1b65882d1c019f5adcabff2076d1161f6a4cdc8d605a4f12c9f9 SHA512 f3acc363b7db209035b91b5492bd95159eb73303c9ef1780fc78cd10e7c247b5096e67a2975adba081e49d9ae4bb99874167b2fe550172160356989fb73c96cd | ||
DIST kapptemplate-24.05.2.tar.xz 342776 BLAKE2B de0cabcbf85c4377cc4169bce90e42cb6da6c98e3b0f8e5a388f56b10e53ad8f24f2ed7a266cd3e5012ad1d890d93b5ffe20e3d1e0045f39d69979e825af9ea1 SHA512 b7ef76c7d7054c182650a3d8878d79eb8db3a781a840b5ef8a47cc685f02e77d7cfe3f2e576f009ec00377c5099444a9e113b952141b042bef7de6a9f3257362 | ||
DIST kapptemplate-24.08.0.tar.xz 342908 BLAKE2B 5af99e8e98333c28af8fa76f41bd1decd5da7a80628e4f1aa5f6a77f5ebb819c246fdf95e5e34b1d3eb593c2d12476d18fd9bdec087a6f720f975232d05b9f61 SHA512 21836678ca1f53ee32b24cebe2bd2ae330046a2bee330cc26808fabff23f9bd4b35aa3d966f92c9c4a31c16e3e6e382273f86a107263c336c566e7897b603ff8 |
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,31 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
ECM_TEST="forceoptional" | ||
KFMIN=6.5.0 | ||
QTMIN=6.7.2 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Shell script to create the necessary framework to develop KDE applications" | ||
HOMEPAGE="https://apps.kde.org/kapptemplate/" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="6" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets] | ||
>=kde-frameworks/karchive-${KFMIN}:6 | ||
>=kde-frameworks/kcompletion-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
" | ||
RDEPEND="${DEPEND}" |