Date: Thursday, October 13, 2022 @ 20:20:10
  Author: arojas
Revision: 458135

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-13 20:20:00 UTC (rev 458134)
+++ PKGBUILD    2022-10-13 20:20:10 UTC (rev 458135)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kcmutils
-pkgver=5.99.0
-pkgrel=1
-pkgdesc='Utilities for interacting with KCModules'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kdeclarative)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('757bcd8ea8ca1882612fdb4d4537e1932cfd23150f59931910e70b253bfa4ad2'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kcmutils/repos/extra-x86_64/PKGBUILD (from rev 458134, 
kcmutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-13 20:20:10 UTC (rev 458135)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kcmutils
+pkgver=5.99.0
+pkgrel=2
+pkgdesc='Utilities for interacting with KCModules'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kdeclarative)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('757bcd8ea8ca1882612fdb4d4537e1932cfd23150f59931910e70b253bfa4ad2'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to