summaryrefslogtreecommitdiff
path: root/kde-frameworks/kpackage
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-05 11:34:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-05 15:33:27 +0100
commit06475e8451320d0896adb8fbcbbd2c9e20fb0178 (patch)
tree639ce2d2288732bbec1d704581392764838caf88 /kde-frameworks/kpackage
parent0bf4bb3428ad03323fb6f66c7c0f88c765fdb527 (diff)
downloadkde-06475e8451320d0896adb8fbcbbd2c9e20fb0178.tar.gz
kde-06475e8451320d0896adb8fbcbbd2c9e20fb0178.tar.bz2
kde-06475e8451320d0896adb8fbcbbd2c9e20fb0178.zip
kde-frameworks/kpackage: 5.103.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.103.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..f27e02838fa
--- /dev/null
+++ b/kde-frameworks/kpackage/Manifest
@@ -0,0 +1 @@
+DIST kpackage-5.103.0.tar.xz 187044 BLAKE2B 21cdd35008244c853c427911b0bab70a29e3490d813e8215fca79be4f6620a0d9fe92fc0729f4de99012f17e8b55038443f1152d4bbc0312a9bbfeda2a89e613 SHA512 5a6ae8cd9b1c428eb3bcb96f2584157c7df93969b985d7baa23e816a7069598ecc653a19172e0a077e7dfbdf499ec9e319fc465d6111f425c6c3f65e3ea30638
diff --git a/kde-frameworks/kpackage/kpackage-5.103.0.ebuild b/kde-frameworks/kpackage/kpackage-5.103.0.ebuild
new file mode 100644
index 00000000000..b8d5fa3dc18
--- /dev/null
+++ b/kde-frameworks/kpackage/kpackage-5.103.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.5
+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
+}