Skip to content

Commit

Permalink
kde-frameworks/kinit: 5.75.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 Oct 10, 2020
1 parent 7bb8cc2 commit aadf897
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kinit/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kinit-5.74.0.tar.xz 121496 BLAKE2B f31da8f7cbde7a5ec60399ccab81edcbf452defec9fca607959193d524998ece74f2ab721ec45f6757aae8a812531085ac36689adbc6fee0c0ba198e30ed83a4 SHA512 a75e972fc2b4d967c3a7600260b7aef0754b40e0b5ae8803ee29c2186736222fd88b22349431393a9731d59ef7ed9bb184f413a39df82ed735d82130042423a8
DIST kinit-5.75.0.tar.xz 121476 BLAKE2B 1ad3307dd43a4b4041dcecd8ae836f1fccc5093849d496c4eed6d031d9f87085392de0bd96e68b26cc225a96206b2afd69e442a4da6eb78ae0b15fc78b816d2b SHA512 474735a5716ac89d15e0035139fca3371176e0f52726e324ad901ceb306b0efd31a686e7d86f6ada334c7de10c46e5a7ca7ca85cf3c581537f8433cc1ea66d2d
51 changes: 51 additions & 0 deletions kde-frameworks/kinit/kinit-5.75.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_QTHELP="false"
ECM_TEST="false"
PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
inherit ecm kde.org

DESCRIPTION="Helper library to speed up start of applications on KDE work spaces"

LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="+caps +man X"

BDEPEND="
man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${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
=kde-frameworks/kio-${PVCUT}*:5
=kde-frameworks/kservice-${PVCUT}*:5
=kde-frameworks/kwindowsystem-${PVCUT}*:5
caps? ( sys-libs/libcap )
X? (
x11-libs/libX11
x11-libs/libxcb
)
"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package caps Libcap)
$(cmake_use_find_package man KF5DocTools)
$(cmake_use_find_package X X11)
$(cmake_use_find_package X XCB)
)

ecm_src_configure
}

0 comments on commit aadf897

Please sign in to comment.