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

Antonio Rojas arojas at archlinux.org
Sat Aug 24 17:35:57 UTC 2019


    Date: Saturday, August 24, 2019 @ 17:35:56
  Author: arojas
Revision: 501517

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: zanshin/repos/community-testing-x86_64/PKGBUILD (from rev 501516, zanshin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-08-24 17:35:56 UTC (rev 501517)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=zanshin
+pkgver=0.5.0+179+g074d2c34
+pkgrel=1
+_commit=074d2c34883a7136ce07138dd0de62a370936f9e
+pkgdesc="To-do management application based on Akonadi"
+arch=(x86_64)
+url="https://zanshin.kde.org"
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost krunner kdesignerplugin kdelibs4support git)
+#source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=(git://git.kde.org/zanshin.git#commit=$_commit)
+sha256sums=('SKIP')
+validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2) # Kevin Ottens <ervin+bluesystems at kde.org>
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list