[arch-commits] Commit in libkvkontakte/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 5 10:16:21 UTC 2016


    Date: Tuesday, July 5, 2016 @ 10:16:21
  Author: arojas
Revision: 270952

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkvkontakte/repos/kde-unstable-i686/
  libkvkontakte/repos/kde-unstable-i686/PKGBUILD
    (from rev 270951, libkvkontakte/trunk/PKGBUILD)
  libkvkontakte/repos/kde-unstable-x86_64/
  libkvkontakte/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 270951, libkvkontakte/trunk/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: libkvkontakte/repos/kde-unstable-i686/PKGBUILD (from rev 270951, libkvkontakte/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-07-05 10:16:21 UTC (rev 270952)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libkvkontakte
+pkgver=5.0.0git20160305
+pkgrel=1
+pkgdesc="C++ library for asynchronous interaction with VK social network via its web API"
+arch=(i686 x86_64)
+url='https://www.digikam.org'
+license=(GPL)
+depends=(kdewebkit)
+makedepends=(extra-cmake-modules python)
+source=("http://quickgit.kde.org/?p=libkvkontakte.git&a=snapshot&h=b5d347c1&fmt=tgz")
+sha1sums=('d6880a4f88952ec9f7447c1f4c4ebc828d90a38e')
+
+prepare() {
+  mkdir -p build 
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -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/kde-unstable-x86_64/PKGBUILD (from rev 270951, libkvkontakte/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-07-05 10:16:21 UTC (rev 270952)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libkvkontakte
+pkgver=5.0.0git20160305
+pkgrel=1
+pkgdesc="C++ library for asynchronous interaction with VK social network via its web API"
+arch=(i686 x86_64)
+url='https://www.digikam.org'
+license=(GPL)
+depends=(kdewebkit)
+makedepends=(extra-cmake-modules python)
+source=("http://quickgit.kde.org/?p=libkvkontakte.git&a=snapshot&h=b5d347c1&fmt=tgz")
+sha1sums=('d6880a4f88952ec9f7447c1f4c4ebc828d90a38e')
+
+prepare() {
+  mkdir -p build 
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list