Date: Tuesday, October 18, 2022 @ 13:43:26
Author: arojas
Revision: 458325
archrelease: copy trunk to extra-x86_64
Added:
plasma-remotecontrollers/repos/extra-x86_64/PKGBUILD
(from rev 458324, plasma-remotecontrollers/trunk/PKGBUILD)
plasma-remotecontrollers/repos/extra-x86_64/keys/
Deleted:
plasma-remotecontrollers/repos/extra-x86_64/PKGBUILD
plasma-remotecontrollers/repos/extra-x86_64/keys/
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-18 13:43:15 UTC (rev 458324)
+++ PKGBUILD 2022-10-18 13:43:26 UTC (rev 458325)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=plasma-remotecontrollers
-pkgver=5.26.0
-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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5725f61db8a7a2cb70dbd89dea10e01db4dae77b5af178b250b9e4d9b086953f'
- '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
-}
Copied: plasma-remotecontrollers/repos/extra-x86_64/PKGBUILD (from rev 458324,
plasma-remotecontrollers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-18 13:43:26 UTC (rev 458325)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-remotecontrollers
+pkgver=5.26.1
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('85e0ef21624aae549922e8991ee03784e3dacc7f6e2a499e216b6fb68755f0a6'
+ '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
+}