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

Antonio Rojas arojas at archlinux.org
Sat Apr 20 16:10:45 UTC 2019


    Date: Saturday, April 20, 2019 @ 16:10:44
  Author: arojas
Revision: 350972

archrelease: copy trunk to testing-x86_64

Added:
  baloo-widgets/repos/testing-x86_64/
  baloo-widgets/repos/testing-x86_64/PKGBUILD
    (from rev 350971, baloo-widgets/trunk/PKGBUILD)

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

Copied: baloo-widgets/repos/testing-x86_64/PKGBUILD (from rev 350971, baloo-widgets/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-04-20 16:10:44 UTC (rev 350972)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo-widgets
+pkgver=19.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(x86_64)
+url='https://community.kde.org/Baloo'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+replaces=(baloo4-widgets)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ab3d83bb1f2007620273d1a3eb580d821e0655aaf7e3efd2dc81087a24d1c275'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list