[arch-commits] Commit in kded/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Dec 14 11:12:21 UTC 2019


    Date: Saturday, December 14, 2019 @ 11:12:20
  Author: arojas
Revision: 371453

archrelease: copy trunk to testing-x86_64

Added:
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
    (from rev 371452, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 371452, kded/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-12-14 11:12:20 UTC (rev 371453)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kded
+pkgver=5.65.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('14ba21ffed8b425be7550c8b7e3ba78d3f208b800bba7db6c950e02c06d1f032'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list