[arch-commits] Commit in libkvkontakte/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 8 09:34:51 UTC 2020


    Date: Friday, May 8, 2020 @ 09:34:47
  Author: arojas
Revision: 382772

archrelease: copy trunk to extra-x86_64

Added:
  libkvkontakte/repos/extra-x86_64/PKGBUILD
    (from rev 382771, libkvkontakte/trunk/PKGBUILD)
Deleted:
  libkvkontakte/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 09:33:52 UTC (rev 382771)
+++ PKGBUILD	2020-05-08 09:34:47 UTC (rev 382772)
@@ -1,35 +0,0 @@
-# Maintainer:
-# Contributor: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libkvkontakte
-pkgver=5.0.0
-pkgrel=2
-pkgdesc="C++ library for asynchronous interaction with VK social network via its web API"
-arch=(x86_64)
-url='https://www.digikam.org'
-license=(GPL)
-depends=(kdewebkit)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193'
-            'SKIP')
-validpgpkeys=(7C35920F1CE2899E8EA9AAD02E7C0367B9BFA089) # Scarlett Clark <sgclark at kde.org>
-
-prepare() {
-  mkdir -p build 
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkvkontakte/repos/extra-x86_64/PKGBUILD (from rev 382771, libkvkontakte/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 09:34:47 UTC (rev 382772)
@@ -0,0 +1,32 @@
+# Maintainer:
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libkvkontakte
+pkgver=5.0.0
+pkgrel=3
+pkgdesc="C++ library for asynchronous interaction with VK social network via its web API"
+arch=(x86_64)
+url='https://www.digikam.org'
+license=(GPL)
+depends=(kdewebkit)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00f11a13e1c3c10c7abd53b300237a9b7ab5c9b3b80e0381e01993e82c768193'
+            'SKIP')
+validpgpkeys=(7C35920F1CE2899E8EA9AAD02E7C0367B9BFA089) # Scarlett Clark <sgclark 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