mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-frameworks/kdbusaddons: 5.75.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kdbusaddons-5.74.0.tar.xz 42556 BLAKE2B 71974bf22caa01d1b0e128557fcfc620dcc3b5cd3ecfd2b8f76c4c5f30bccb8f9a54ee59ddba8dae31473117f7546f6f2b4f6c7415fbf2513ad6bde455fbb9e1 SHA512 752726ff477e0159491a4002b60720f962bc832fbf824c342cfd16194b253ef5d94963e2aaefa0daad46af73fe62b4afa888a05846123533f2a8b875be90e72a
|
||||
DIST kdbusaddons-5.75.0.tar.xz 42568 BLAKE2B 7a65fff7d1a84d25f225d6b20f2f19fc31e490620c73803f1d2cfa066600371438bf5a4d245e553ef72fef1eb4ebc009058a6915661fce9f59d41ae4022eb539 SHA512 4b062d8b50c138deec639294b45e603f81d8a4d9f125657bb89a69a366545c8bf721eacdf88e52be1dabb3b4ea709664eb2c9aac24aa786b0bac382e005677e4
|
||||
|
||||
31
kde-frameworks/kdbusaddons/kdbusaddons-5.75.0.ebuild
Normal file
31
kde-frameworks/kdbusaddons/kdbusaddons-5.75.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
QTMIN=5.14.2
|
||||
VIRTUALDBUS_TEST="true"
|
||||
inherit ecm kde.org
|
||||
|
||||
DESCRIPTION="Framework for registering services and applications per freedesktop standards"
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
|
||||
IUSE="nls X"
|
||||
|
||||
BDEPEND="
|
||||
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
|
||||
"
|
||||
DEPEND="
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
X? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
|
||||
$(cmake_use_find_package X Qt5X11Extras)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user