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.22.3 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.21.5.tar.xz 82860 BLAKE2B 583dd6f5360282d3b86d73b65ab5ddd136b5f251ad3b41a977248c44f99ab7c407868a8238307184d3206b35c987adaaa8aa15df5abb2a8ecf2aa31b4591e6a6 SHA512 98fe44d4a00cb16f3e3ebd30b184e836dd77efafbca7625b555852b0dcd45c4ecf71ab5d93659e3d508f2b3b42696422516a08e2ae759bbe916fa5f9fef6010e | ||
DIST xdg-desktop-portal-kde-5.22.2.tar.xz 87020 BLAKE2B 8af60607a608c1b81f793e8be2e3227c7d063bdf2d37d170fd768f68b5cb33496554f4885ebf2dafce857b1de5f43b54e3cacc592249d72b65c7c1ee36caf45c SHA512 1a4c4ea8807c9bf8a10d512e20c71dfe2dead9e0a939a65b15f028bf34420f3073d6ab7718e4f94f0b0fdc247c8f1ea351a9a25a2d688e033df0e5c583b16e89 | ||
DIST xdg-desktop-portal-kde-5.22.3.tar.xz 87028 BLAKE2B e8a7aeccc1e1e1668bd351c86964cf529ae8d0e6d77a72dd026b7ba5621dbe6030c55890bff9ea48b50320bc20670348a531dea97220bdfa25bd643fab475e19 SHA512 981e359d89f9efd270c1b5755f06c150da51a7d131ec289fbbf1d97b6752439ebfa9b2ea6e04c47bafa5edd670119f11853c9227cf2be54ca9b8bc2cbf8489ab |
42 changes: 42 additions & 0 deletions
42
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.3.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-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KFMIN=5.82.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.2 | ||
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 | ||
" |