Date: Tuesday, May 9, 2023 @ 16:15:53
  Author: arojas
Revision: 476975

archrelease: copy trunk to extra-x86_64

Added:
  kscreenlocker/repos/extra-x86_64/PKGBUILD
    (from rev 476974, kscreenlocker/trunk/PKGBUILD)
  kscreenlocker/repos/extra-x86_64/keys/
Deleted:
  kscreenlocker/repos/extra-x86_64/PKGBUILD
  kscreenlocker/repos/extra-x86_64/keys/

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-09 16:15:33 UTC (rev 476974)
+++ PKGBUILD    2023-05-09 16:15:53 UTC (rev 476975)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=kscreenlocker
-pkgver=5.27.4
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(layer-shell-qt kidletime kdeclarative libkscreen perl)
-makedepends=(extra-cmake-modules kdoctools kcmutils libxcursor)
-optdepends=('kcmutils: configuration module')
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a9da7f59b3fe35879adae4c67d1b2263085ee5c79004cd2bec46ce6901b97191'
-            '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 \
-    -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 476974, 
kscreenlocker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-09 16:15:53 UTC (rev 476975)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kscreenlocker
+pkgver=5.27.5
+_dirver=$(echo $pkgver | cut -d. -f1-3)
+pkgrel=1
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(layer-shell-qt kidletime kdeclarative libkscreen perl)
+makedepends=(extra-cmake-modules kdoctools kcmutils libxcursor)
+optdepends=('kcmutils: configuration module')
+source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('4c8807f1c2ed8fa14a9b29639c7d5697b5d5bab44d6b88020e5d3f463880ec92'
+            '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 \
+    -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to