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.20.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 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.19.5.tar.xz 76348 BLAKE2B d3205542ec76bd6c9fa4ae5076d0716c1f201f8c90aeeb61dfcaf9010ada0b21a3e80cff70089077646059d56d19033f8ae887b34c9f30c54b8190d559df0a09 SHA512 5d82e5a1553e9fcb471895e356a23915cbad1215ae1fff5fa6fac6f1673af4c406171131222a88a13eee847dc0d99f8bab00dac1849dfa6844b1672ae7545bb7 | ||
DIST xdg-desktop-portal-kde-5.20.0.tar.xz 80792 BLAKE2B a4b93d33c066b5af37cc869b2d697ce75d7c6c210e870cdf8ecea25d509ecc9af488f9d02b6c26d051dfbb4b21ff4a4b2bcc4d86b1c65ac1bde15ae1473de18a SHA512 7aeee7085fc194c52c0a1d4b3c5c8569cc29cdda3dde8562e3ba57de1b205da68ce41234afcd916dba070c3d5643001183e2b5c6913b9f775d3a61f7808532e6 | ||
DIST xdg-desktop-portal-kde-5.20.1.tar.xz 80916 BLAKE2B 875ad22deab99c85143644ad40f1b08f4535c2960702e7a9f5f8a943ffbb7a91d6c589bb12494400a4a88c0108e6b78f9412bad80fcca8a12ec5ab279e7c4dce SHA512 c6ff135dced3ec5394675ae6b4c730fe6cc7534b0d760e7c55cce4f376cdd31d699978577823eea5087c8b43ca849d28c6e759c5331ab2564735b90131edea5a |
42 changes: 42 additions & 0 deletions
42
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.20.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,42 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KFMIN=5.74.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.1 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" | ||
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/qtwayland-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kdeclarative-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kirigami-${KFMIN}:5 | ||
>=kde-frameworks/knotifications-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/plasma-${KFMIN}:5 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-libs/plasma-wayland-protocols-1.1.1 | ||
>=dev-qt/qtconcurrent-${QTMIN}:5 | ||
>=kde-frameworks/kwayland-${KFMIN}:5 | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
sys-apps/xdg-desktop-portal | ||
" |