[arch-commits] Commit in zanshin/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Dec 14 22:49:11 UTC 2017


    Date: Thursday, December 14, 2017 @ 22:49:10
  Author: arojas
Revision: 274473

archrelease: copy trunk to community-testing-x86_64

Added:
  zanshin/repos/community-testing-x86_64/
  zanshin/repos/community-testing-x86_64/PKGBUILD
    (from rev 274472, zanshin/trunk/PKGBUILD)

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

Copied: zanshin/repos/community-testing-x86_64/PKGBUILD (from rev 274472, zanshin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-14 22:49:10 UTC (rev 274473)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=zanshin
+pkgver=0.4.1.git20171127
+pkgrel=1
+_commit=5d6814b816170d27b23760d76b9e36ea287d81f9
+pkgdesc="To-do management application for KDE based on Akonadi"
+arch=(x86_64)
+url="http://zanshin.kde.org"
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost python krunner kdelibs4support kdesignerplugin git)
+#source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+source=(git+https://anongit.kde.org/zanshin.git#commit=$_commit)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+	-DCMAKE_INSTALL_PREFIX=/usr \
+	-DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_LIBDIR=lib \
+        -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list