Date: Tuesday, February 21, 2023 @ 15:19:46
Author: arojas
Revision: 469367
archrelease: copy trunk to extra-x86_64
Added:
plasma-remotecontrollers/repos/extra-x86_64/PKGBUILD
(from rev 469366, 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 | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-21 15:19:31 UTC (rev 469366)
+++ PKGBUILD 2023-02-21 15:19:46 UTC (rev 469367)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=plasma-remotecontrollers
-pkgver=5.27.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=('242c4d5bcd22da523b38412e9d1467c9417472199e974a8b24f3a4884b961c61'
- 'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
- '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
-
-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 469366,
plasma-remotecontrollers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-21 15:19:46 UTC (rev 469367)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=plasma-remotecontrollers
+pkgver=5.27.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=('e548fb992d73f6874ebee33f5053f63f600c2e6d79ccfb37ef9ec3e44d5b59f4'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
<[email protected]>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}