Date: Thursday, April 23, 2020 @ 14:04:29
  Author: arojas
Revision: 381196

archrelease: copy trunk to testing-x86_64

Added:
  libkgeomap/repos/testing-x86_64/
  libkgeomap/repos/testing-x86_64/PKGBUILD
    (from rev 381195, libkgeomap/trunk/PKGBUILD)

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

Copied: libkgeomap/repos/testing-x86_64/PKGBUILD (from rev 381195, 
libkgeomap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2020-04-23 14:04:29 UTC (rev 381196)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkgeomap
+pkgver=20.04.0
+pkgrel=1
+pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(marble-common kio qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('66041d775e4ac16cc5dbd83bf4a833642eeb72cc3218bc83dc828c18c6c3467e'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 
<[email protected]>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to