[arch-commits] Commit in zanshin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Aug 27 21:28:06 UTC 2019


    Date: Tuesday, August 27, 2019 @ 21:28:05
  Author: arojas
Revision: 503325

archrelease: copy trunk to community-x86_64

Added:
  zanshin/repos/community-x86_64/PKGBUILD
    (from rev 503324, zanshin/trunk/PKGBUILD)
Deleted:
  zanshin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-27 21:27:40 UTC (rev 503324)
+++ PKGBUILD	2019-08-27 21:28:05 UTC (rev 503325)
@@ -1,38 +0,0 @@
-# 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
-}

Copied: zanshin/repos/community-x86_64/PKGBUILD (from rev 503324, zanshin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-27 21:28:05 UTC (rev 503325)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=zanshin
+pkgver=0.5.71
+pkgrel=1
+_commit=0d3760b646d15e66f43a6a48546eae11cbf84497
+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 \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list