Skip to content

Commit

Permalink
kde-frameworks/kdbusaddons: 5.109.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 Aug 18, 2023
1 parent 76c1088 commit ca8aa56
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.108.0.tar.xz 48644 BLAKE2B 70cad3dfec0c1b49c4ec1c16b34e8609548cb53b895bb644baee31077f239eda768ea16139a441e151617fc61b125ce1a034a0fd753e4590c69a43b9f66a20d8 SHA512 adcfebb3afe735f8cd1c98e20c0711966e6e425ecd1d1631431e06b0fdda703c519becea2086f19109d44ca48dbf9cadd495155ea41f69f2813a427933ba3c26
DIST kdbusaddons-5.109.0.tar.xz 48916 BLAKE2B 3feed126d9187ac30f6fed8c801c9251c9b988220b42ab1934840f31e5107e869fcf556712845b61a0adf14cfbea8c6c7b8c3c0e86d7738eb2e4446ba6ab9fc9 SHA512 2efb1ea210e5ba1f8c99cf924ab14643b51086e8fcb62f7b24bd3b4fdfe7f6ba6a76e36f880a62836e69990334ce1f003e9587e6019858905794141f3b0c573e
29 changes: 29 additions & 0 deletions kde-frameworks/kdbusaddons/kdbusaddons-5.109.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 ~riscv"
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 ca8aa56

Please sign in to comment.