forked from gentoo/kde
-
Notifications
You must be signed in to change notification settings - Fork 1
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.91.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
60 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST xdg-desktop-portal-kde-5.91.0.tar.xz 160380 BLAKE2B c89b9a8f08cce55c7e2e0201f35874eba837f781f3e56b3bf77f4b0d925f560fa6a15c24582864ce6bead1d0aba7b319372e213baf803b35538faf497bae5480 SHA512 139074ed204ce23b0dd3a15b5098459b77c47440b23405483a4de1cac57c35f3fad86cfdd55345ba7e54a5858d01d2a83b15a0ea82b4b869f972f2e4cbea23c5 |
59 changes: 59 additions & 0 deletions
59
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.91.0.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,59 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_TEST="forceoptional" | ||
KFMIN=5.247.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=6.6.0 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="6" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
# dev-qt/qtbase:=[cups]: includes specifically the cups private header | ||
# dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X | ||
COMMON_DEPEND=" | ||
>=dev-libs/wayland-1.15 | ||
>=dev-qt/qtbase-${QTMIN}:6=[cups,dbus,gui,widgets] | ||
>=dev-qt/qtdeclarative-${QTMIN}:6 | ||
|| ( | ||
>=dev-qt/qtbase-${QTMIN}:6[libinput] | ||
>=dev-qt/qtbase-${QTMIN}:6[X] | ||
) | ||
>=dev-qt/qtwayland-${QTMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6[dbus] | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kglobalaccel-${KFMIN}:6 | ||
>=kde-frameworks/kguiaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kiconthemes-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/kirigami-${KFMIN}:6 | ||
>=kde-frameworks/knotifications-${KFMIN}:6 | ||
>=kde-frameworks/kservice-${KFMIN}:6 | ||
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:6 | ||
>=kde-plasma/kwayland-${PVCUT}:6 | ||
>=kde-plasma/plasma-workspace-${PVCUT}:6 | ||
x11-libs/libxkbcommon | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-libs/plasma-wayland-protocols-1.11.1 | ||
>=dev-libs/wayland-protocols-1.25 | ||
>=dev-qt/qtbase-${QTMIN}:6[concurrent] | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
kde-misc/kio-fuse:6 | ||
sys-apps/xdg-desktop-portal | ||
" | ||
BDEPEND=" | ||
>=dev-qt/qtwayland-${QTMIN}:6 | ||
virtual/pkgconfig | ||
" |