summaryrefslogtreecommitdiff
path: root/kde-frameworks/kpackage
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-05 16:34:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-05 17:31:50 +0200
commit5ee28ad72c2441a050e0bdd0efdb2110cb89bdbf (patch)
treeaa5f8745dafb3ed681c4cf616dd93fd929e36eba /kde-frameworks/kpackage
parent4794133cc43fd000a29dad8a89b8b70d81c5546d (diff)
downloadkde-5ee28ad72c2441a050e0bdd0efdb2110cb89bdbf.tar.gz
kde-5ee28ad72c2441a050e0bdd0efdb2110cb89bdbf.tar.bz2
kde-5ee28ad72c2441a050e0bdd0efdb2110cb89bdbf.zip
kde-frameworks/kpackage: 5.107.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kpackage')
-rw-r--r--kde-frameworks/kpackage/Manifest1
-rw-r--r--kde-frameworks/kpackage/kpackage-5.107.0.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-frameworks/kpackage/Manifest b/kde-frameworks/kpackage/Manifest
new file mode 100644
index 00000000000..1ad73fa5926
--- /dev/null
+++ b/kde-frameworks/kpackage/Manifest
@@ -0,0 +1 @@
+DIST kpackage-5.107.0.tar.xz 187320 BLAKE2B d6b353e398b1c7b5c485fc514e75206a184708abe970e87200a8bf70611351ec6f3986cf40ca91c1af4c82c6ee6a8bbdbf8ca61ff64148d5254af564b6921963 SHA512 b5b5721f580542026f162b0949d54f0ed43b8584e0f985920b06fb940941f9cf5133ec1ee8bc6f22be47d83a9f7f3f4128cfab3e9412454b5429e9b6081dafda
diff --git a/kde-frameworks/kpackage/kpackage-5.107.0.ebuild b/kde-frameworks/kpackage/kpackage-5.107.0.ebuild
new file mode 100644
index 00000000000..9daea9e5716
--- /dev/null
+++ b/kde-frameworks/kpackage/kpackage-5.107.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to install and load packages of non binary content"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="man"
+
+BDEPEND="
+ man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
+"
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ =kde-frameworks/karchive-${PVCUT}*:5
+ =kde-frameworks/kcoreaddons-${PVCUT}*:5
+ =kde-frameworks/ki18n-${PVCUT}*:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package man KF5DocTools)
+ )
+
+ ecm_src_configure
+}
+
+src_test() {
+ # plasma-plasmoidpackagetest bug 650214
+ # testpackage-appstream requires network access
+ local myctestargs=( -E "(plasma-plasmoidpackagetest|testpackage-appstream)" )
+ ecm_src_test
+}