[new_pkg] krdp

This commit is contained in:
Developer 2024-06-21 20:30:59 -04:00
parent e288edfd73
commit d55f9d9f9d

44
main/krdp/PKGBUILD Normal file
View File

@ -0,0 +1,44 @@
# Packager = Developer <dev@tuxcore.org>
pkgname=krdp
pkgver=6.1.0
_dirver=$(echo $pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Library and examples for creating an RDP server'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
license=(LGPL-2.0-or-later)
depends=(freerdp2
gcc-libs
glibc
kcmutils
kconfig
kcoreaddons
ki18n
kirigami
kpipewire
kstatusnotifieritem
libxkbcommon
qt6-base
qt6-declarative
qt6-wayland
qtkeychain-qt6
wayland)
makedepends=(extra-cmake-modules
plasma-wayland-protocols)
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('3127ebb48d130ff1aeb83e0a6598fb22fd0b1264bbe81a9d6c3dd2c38a801890'
'SKIP')
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
build() {
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}