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-plasma/xdg-desktop-portal-kde: 5.26.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 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 xdg-desktop-portal-kde-5.25.5.tar.xz 105356 BLAKE2B 9aba9a67d71f0fefb4774ed1b3ee0dc20386c5fdbb4fed712c99b72850d040ccdc1dfb8869ee8a967b9e6c12ff6f2c99744931b358d4984ae4b7b17d0f75c7fe SHA512 1549a5ba0fd65e0f74a3fef2feb656db53b73dbe392ff7a63a89e01a8392bcdd827ebe082a44d802820a66d21382f50bfef487e90b049b964cfa7bc34e56cd53 | ||
DIST xdg-desktop-portal-kde-5.26.0.tar.xz 109380 BLAKE2B af93575f26e5009646f81c60dee85fdf448bb0442d3862d5fe20e23609f4829f6d00a6d7c570cce8bec9f0774a78903fd3097ae091fd89faa7c543eb74592e3f SHA512 da475a09e92d809cdff7ebc3060a74fc0e5ceb7475d5fc205031ce66c868336d80838e8ec7f5bddc3f8f6d4ee50a7526ba3253436e00dbef77319e17ac7b304f | ||
DIST xdg-desktop-portal-kde-5.26.1.tar.xz 109492 BLAKE2B 4553697ba0f1f67a43ee162cd2c9fddab11a87fdcbcdadffde3baffd44c9fcb33e8e785095c156aa5fc787ad0024ee197d999241f69731a2b95fe8520c480d0f SHA512 c3ead01df41bccabd60f22ba44053c379bb7dca764cc0e338b07e0058f3bd36ac5eb3f3aa1870e2a655b6ee6db7bf8cde9dfce1d78fbf6e9b5404c082a69b778 |
46 changes: 46 additions & 0 deletions
46
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.26.1.ebuild
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,46 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KFMIN=5.99.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.5 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-libs/wayland-1.15 | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtprintsupport-${QTMIN}:5[cups] | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5[dbus] | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kdeclarative-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kirigami-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:5 | ||
>=kde-frameworks/kwayland-${KFMIN}:5 | ||
>=kde-frameworks/plasma-${KFMIN}:5 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-libs/plasma-wayland-protocols-1.7.0 | ||
>=dev-qt/qtconcurrent-${QTMIN}:5 | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
kde-misc/kio-fuse:5 | ||
sys-apps/xdg-desktop-portal | ||
" | ||
BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5" |