mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-apps/kapptemplate: 25.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kapptemplate-25.04.3.tar.xz 479648 BLAKE2B 850b2889c696953fa85f0acd05aeb411f58dd3119b74e872fa0fa65951d5a1b0651cee3a6c8c2ff9cf78d87aa88a8e1070a820da5aee4e291f4793ca884dd43f SHA512 23c9f16589f0802ed6f9376f4748fb714f99459838e6fb6ec77d13e56883152f5be9cad5488c1e8404cae318df75f09977c149afaef7f72ddbbaf5cee1c03e8f
|
||||
DIST kapptemplate-25.08.0.tar.xz 479832 BLAKE2B ca710e8f2fca163d71c5eb5b51845968c2fc8c493b259a7c8720d1526b3a1b129defde1b05c2ae0a70744f1026edb05cabac95331a125a3eb5910fd20657afa0 SHA512 6829aba94e50692c9fabd99288540e9cf019da39acc2eaa451ca621105abed2740b1aa5923a5c89ca59ea7e7318464801792881fe354771685004bf6abb459e6
|
||||
|
||||
31
kde-apps/kapptemplate/kapptemplate-25.08.0.ebuild
Normal file
31
kde-apps/kapptemplate/kapptemplate-25.08.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
ECM_TEST="forceoptional"
|
||||
KFMIN=6.16.0
|
||||
QTMIN=6.9.1
|
||||
inherit ecm gear.kde.org xdg
|
||||
|
||||
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-libs/kirigami-addons-1.4.0:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
>=kde-frameworks/karchive-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kirigami-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user