Skip to content

Commit

Permalink
kde-frameworks/kdbusaddons: 5.111.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 19, 2023
1 parent 428f344 commit 74a9aa9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kdbusaddons/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kdbusaddons-5.110.0.tar.xz 48916 BLAKE2B 6311bec69ee2647d782fb80a3365d82083b6dd1298b0e35bc36926967644ae95983ebbfb9c76f762c6c74903ec37240d42b23e9585923b6dccea2e44afaa310e SHA512 02a80d889815a7b581330e1702af3abd418800a25489f6834dc7452a16f3dbb4f7c2429939e25449051f198051fcd35649218e7d1c250717c67793d534c2735f
DIST kdbusaddons-5.111.0.tar.xz 48908 BLAKE2B d35182571ca0805801db9044b72d4372dc48f99137f9ff125713f12013e3d98c7018f57bbcf91f29b4e3dcb96aee0392c002b60e58a354ad5c9afbc8b9f577d7 SHA512 5d65f854e4fc3967c1cc736fbea8c28374bcec270992ad651b7b3758114b6562a7360d4eb5a164262cadac843f3ef1eab39dd7be43e82875ad8453ae992ee35f
29 changes: 29 additions & 0 deletions kde-frameworks/kdbusaddons/kdbusaddons-5.111.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

QTMIN=5.15.9
VIRTUALDBUS_TEST="true"
inherit ecm frameworks.kde.org

DESCRIPTION="Framework for registering services and applications per freedesktop standards"

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

DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
"
RDEPEND="${DEPEND}"
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package X Qt5X11Extras)
)

ecm_src_configure
}

0 comments on commit 74a9aa9

Please sign in to comment.