Date: Saturday, March 11, 2023 @ 16:24:01
  Author: arojas
Revision: 470616

archrelease: copy trunk to testing-x86_64

Added:
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
    (from rev 470615, kidletime/trunk/PKGBUILD)
  kidletime/repos/testing-x86_64/keys/

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

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 470615, 
kidletime/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-03-11 16:24:01 UTC (rev 470616)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kidletime
+pkgver=5.104.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-x11extras libxss)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc qt5-wayland 
plasma-wayland-protocols wayland-protocols)
+optdepends=('qt5-wayland: Wayland plugin')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8a54aa7bb2794c2a1167f7b1881b0fb07149889e1f5c3329d06894c6ab188061'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to