Skip to content
Snippets Groups Projects
Verified Commit 26577ef4 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Plasma 6.0

parent 31f76176
No related branches found
No related tags found
No related merge requests found
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=xdg-desktop-portal-kde
pkgver=5.27.10
pkgver=6.0.0
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
license=(LGPL)
depends=(kirigami2 plasma-framework5 kio-fuse xdg-desktop-portal)
makedepends=(extra-cmake-modules plasma-wayland-protocols wayland-protocols)
license=(LGPL-2.0-or-later)
depends=(gcc-libs
glibc
kconfig
kcoreaddons
kglobalaccel
kiconthemes
ki18n
kio
kio-fuse
kirigami
kitemviews
knotifications
kpipewire
kservice
kstatusnotifieritem
kwayland
kwindowsystem
libxkbcommon
plasma-workspace
qt6-base
qt6-declarative
wayland
xdg-desktop-portal)
makedepends=(extra-cmake-modules
plasma-wayland-protocols
wayland-protocols)
provides=(xdg-desktop-portal-impl)
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('bd731ff0c3e27293728292e1b07276af53ad8a4fbbb915f1d0fd77b99d7bef2b'
sha256sums=('c56ede3e5148df746839618b74b0ae38fb0fb6b10cd04a35c71bc92f8d57dd6a'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
......@@ -21,7 +45,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
build() {
cmake -B build -S $pkgname-$pkgver \
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
cmake --build build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment