Date: Saturday, October 1, 2022 @ 19:01:48 Author: arojas Revision: 457082
Add plasma-remotecontrollers Added: plasma-remotecontrollers/ plasma-remotecontrollers/kde-unstable/ plasma-remotecontrollers/kde-unstable/PKGBUILD ----------+ PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) Added: plasma-remotecontrollers/kde-unstable/PKGBUILD =================================================================== --- plasma-remotecontrollers/kde-unstable/PKGBUILD (rev 0) +++ plasma-remotecontrollers/kde-unstable/PKGBUILD 2022-10-01 19:01:48 UTC (rev 457082) @@ -0,0 +1,30 @@ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=plasma-remotecontrollers +pkgver=5.25.90 +pkgrel=1 +pkgdesc='Translate various input device events into keyboard and pointer events' +arch=(x86_64) +url='https://plasma-bigscreen.org/' +license=(GPL2) +depends=(plasma-workspace) +makedepends=(extra-cmake-modules plasma-wayland-protocols libcec) +optdepends=('libcec: TV remotes support') +source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('c716005226bca78752eadb5e7f483409f776c118b5576b5dba46153f00f7feaf' + 'SKIP') +validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <[email protected]> + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <[email protected]> + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <[email protected]> + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <[email protected]> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}
