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: 23.04.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 kapptemplate-22.12.3.tar.xz 338632 BLAKE2B 3c72ac7cb34ad7fc1278fd1e00f1762ef0e6356fc1ae36dfa8633133d50964efcdc061d27e7e0f4dd673959b0cb83685628a0c17e7aaa0afa4bc7a7abe2889e8 SHA512 f1b06798309db0f2b09db4021769a2016db677d62a89887ded74ef156e924ff582550f2f68e9462416ce85ab22f783ece6620d2f711ae83ac331ab419e6ca3fe | ||
DIST kapptemplate-23.04.0.tar.xz 338692 BLAKE2B 775ab964287ff501e77ff212a301d30a8c212000fff2502ff7d0f35fb9994fa440ddadbb1a12b2401077a36b0c1fabf202c9d8d692e85ef6badb32cd780a10dc SHA512 166b0b725222be9b5d51e6bea828687d7560d3e0bb9b9fd802db06719b10090b71368c2663d759eb045c71368fd1ae29501cbd381dab23935420513b23c9b269 |
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_HANDBOOK="forceoptional" | ||
ECM_TEST="forceoptional" | ||
KFMIN=5.104.0 | ||
QTMIN=5.15.5 | ||
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="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/karchive-${KFMIN}:5 | ||
>=kde-frameworks/kcompletion-${KFMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |