Date: Tuesday, November 29, 2022 @ 17:24:58
Author: arojas
Revision: 462735
archrelease: copy trunk to extra-x86_64
Added:
plasma-remotecontrollers/repos/extra-x86_64/PKGBUILD
(from rev 462734, 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-11-29 17:24:36 UTC (rev 462734)
+++ PKGBUILD 2022-11-29 17:24:58 UTC (rev 462735)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=plasma-remotecontrollers
-pkgver=5.26.3
-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=('82f1f91627f7259eae5ddbaf6335172c86c3ca33e926b46b87f81e918066aa42'
- '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 462734,
plasma-remotecontrollers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-29 17:24:58 UTC (rev 462735)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-remotecontrollers
+pkgver=5.26.4
+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=('ba45c2122f317c45a1499449e18428e4087c953a0049da837ad491bc42e76cde'
+ '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
+}