forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-frameworks/kdbusaddons: 5.105.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kdbusaddons-5.102.0.tar.xz 48348 BLAKE2B e38bf42c0d5ebae66e5f2c53847241cedeb40b8d4ea01f6c857a1751cfb491bd3af21510d1e8dc349539e5db1c140b8362632f0143f33174296ef682ed5b024e SHA512 0094f6916742950770a63c2ba0e390fb8649adedca8a21f5f43e8e84cd71d0c405a0278856c08a5e655c72837eac17ca18a7c6c39845cc619ef8982ae197130f | ||
DIST kdbusaddons-5.104.0.tar.xz 48604 BLAKE2B cc4b989a39a1ab0b72aa9e1eeb80fa23a1e733cfdeb4ccdd4a35636475b4f7e1fe4b536245a7d662f34a85793022fc2a2c5ed57ed0c04a9dfaba17e91c75b894 SHA512 9079e46c5c29ea92d06941cf9b4fb03c8639d6405756bdc5d5d75ea6d30510f81c10c1ede83ef7a32b3f8d445f75701a45ebf64ec32011842979a9b0959cb5ad | ||
DIST kdbusaddons-5.105.0.tar.xz 48660 BLAKE2B 0971f01ef57b3e81c4642a338b2e2d8b9b7abe5bb5ee00e217bb57e241b620864a7e430a1d43c1b0b59da9ed05d1c1ec39945475d20e2abe0d1846fbe8e1fefb SHA512 d12473a65a1063cdc4fca61d983b39d0a1ab1bd8608472ced422901c61872687a3987e372262df4a0110ede02f6a2de2ffa6d59fc2e86d41dd0b36284f119981 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.5 | ||
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 | ||
} |