[arch-commits] Commit in zanshin/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 14 22:48:38 UTC 2017
Date: Thursday, December 14, 2017 @ 22:48:37
Author: arojas
Revision: 274472
Update to latest git, contains multiple build fixes
Modified:
zanshin/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-14 22:19:46 UTC (rev 274471)
+++ PKGBUILD 2017-12-14 22:48:37 UTC (rev 274472)
@@ -2,16 +2,18 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=zanshin
-pkgver=0.4.1
-pkgrel=2
+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)
-source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2')
+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
@@ -19,7 +21,7 @@
build() {
cd build
- cmake ../$pkgname-$pkgver \
+ cmake ../$pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
More information about the arch-commits
mailing list