Skip to content

Commit

Permalink
kde-frameworks/kpackage: 5.249.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 1, 2024
1 parent f4c30e2 commit 08f9300
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kpackage/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST kpackage-5.113.0.tar.xz 187508 BLAKE2B 740f31ed7b0ef70b16831454b688abc283ad7baf10258c11279c5dd21dc31b72c362cdba6b14de21c7955d5269c11a69ddb45fd3ba195a19dea31ce50762a65a SHA512 895ac4f4f2572cab2f1183f4fec53bcedd1de80a1e7d222308906f1926c9243962808ccc8302caee3992ec9356d0f4a65cb7b94091fa490119ed677d6fa36adc
DIST kpackage-5.114.0.tar.xz 188924 BLAKE2B dc5c8e1b222059e7b5f325cc5b539b816dbedb27f92e2ad59b19627ab6ecb4b417539bedae394a0009942e3372657206ff2642bbeb7681fc032b799b5bfd947b SHA512 16cab4bfad8d47828c8644379ca8326d04ebb3d4bdc3d2a3786f680250192a46eb40e9e2a6b4e822fb6f2b572d3299281b09677644d5eeae3533d2e6db01f1b4
DIST kpackage-5.248.0.tar.xz 178516 BLAKE2B d3036820f2eb0b785ee275f4a70948215e843177ab0f58164bb6b5c5ebbc3c70926b70bd934420d6ad32179f8d8b5d6a5771be892fe108f881085852e18eb2d5 SHA512 23c943b56750caff06b8dd47427b26aaab9f49d2556f31fe49f31841f43e0e6e26809ed0cceccee4e4cfed80ebefc414cb5d64a71a93e8317c3b8cba959f453b
DIST kpackage-5.249.0.tar.xz 178040 BLAKE2B f198f72f083ae381b1c2e40f9586f0d2701ee0b175feef3dbcb512a256e694fa84a77259b1f3a6878b4a9593da1c3a00185cc813972710f2f858d34bec7d99d4 SHA512 49fe3f6d0e4715bfc4e9bb887c8dcf14e5586f815779af16ef9e9bbe54ae58c941ae8c570803278a99770cc2ade830aa3eea46905f1c33644bb5cde6bfd0949c
38 changes: 38 additions & 0 deletions kde-frameworks/kpackage/kpackage-5.249.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PVCUT=$(ver_cut 1-2)
QTMIN=6.6.0
inherit ecm frameworks.kde.org

DESCRIPTION="Framework to install and load packages of non binary content"

LICENSE="LGPL-2+"
KEYWORDS="~amd64"
IUSE="man"

DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus]
=kde-frameworks/karchive-${PVCUT}*:6
=kde-frameworks/kcoreaddons-${PVCUT}*:6
=kde-frameworks/ki18n-${PVCUT}*:6
"
RDEPEND="${DEPEND}"
BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:6 )"

CMAKE_SKIP_TESTS=(
# bug 650214
plasma-plasmoidpackagetest
# requires network access
testpackage-appstream
)

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package man KF6DocTools)
)

ecm_src_configure
}

0 comments on commit 08f9300

Please sign in to comment.