kde-frameworks/kservice: 5.75.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-10-10 14:44:09 +02:00
parent 273e5db470
commit 863e423f2a
2 changed files with 52 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kservice-5.74.0.tar.xz 258552 BLAKE2B 16400aa4f21a093c66c21d7911f9082c094f27ac559ad66b94c68a43a0f1cff6627ae3ad32e75fbaac6c93c1c6cd6cb37bc9be4a6051b670c104785cd82aa9cc SHA512 7756047069ff22d1e78494770ec3fb56a07ce96459a759b8275188f75a9e9e5d334df0f7bc7c09fdf6f357c0e144cc115ba077a15079f8598bb042f37e5ce490
DIST kservice-5.75.0.tar.xz 258632 BLAKE2B e15e9f2b428f6c48652bf629b3a639327883471cdc743bb479e08561d6dbd5afbeda91945915d1c07a90d54bfef1d6342061c4a60e058f2485e9d422b296586a SHA512 13b99249ca88393eb9129a728ce718f33949711850ad3710ada9f5da2d0ea6f1f90dba609b8a8f0c741317e76c18a0fc39403205bfc3fb57bfe0680823a985e4

View File

@@ -0,0 +1,51 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
inherit ecm kde.org
DESCRIPTION="Advanced plugin and service introspection"
LICENSE="LGPL-2 LGPL-2.1+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="+man"
BDEPEND="
sys-devel/bison
sys-devel/flex
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kcrash-${PVCUT}*:5
=kde-frameworks/kdbusaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
"
# requires running kde environment
RESTRICT+=" test"
src_configure() {
local mycmakeargs=(
-DAPPLICATIONS_MENU_NAME=kf5-applications.menu
$(cmake_use_find_package man KF5DocTools)
)
ecm_src_configure
}
src_install() {
ecm_src_install
# bug 596316
dosym kf5-applications.menu /etc/xdg/menus/applications.menu
}