[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 17:52:52
  Author: arojas
Revision: 773053

akonadi 20.12 rebuild

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 17:34:13 UTC (rev 773052)
+++ PKGBUILD2020-12-10 17:52:52 UTC (rev 773053)
@@ -2,7 +2,7 @@
 
 pkgname=zanshin
 pkgver=0.5.71
-pkgrel=2
+pkgrel=3
 pkgdesc="To-do management application based on Akonadi"
 arch=(x86_64)
 url="https://zanshin.kde.org;


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2020-10-19 Thread Antonio Rojas via arch-commits
Date: Monday, October 19, 2020 @ 10:28:35
  Author: arojas
Revision: 726977

Fix build with kontactinterface 20.08 (FS#68330)

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-19 10:23:55 UTC (rev 726976)
+++ PKGBUILD2020-10-19 10:28:35 UTC (rev 726977)
@@ -9,24 +9,24 @@
 license=(GPL)
 depends=(kdepim-runtime kontactinterface)
 makedepends=(extra-cmake-modules kdoctools boost)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
zanshin-kontactinterface-20.08.patch::"https://invent.kde.org/pim/zanshin/-/commit/4850c089.patch;)
 sha256sums=('b0933d2d9a63bba372966da0ba9e313b85ab2d6aa513a43657da90c65a33612c'
-'SKIP')
+'SKIP'
+'089577115e1711bb3302a373c9c4c488aea8ed445c9f9a5439f6ddbd2e4a0956')
 validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # Kevin Ottens 

   2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

 
 prepare() {
-  mkdir -p build
+  patch -d $pkgname-$pkgver -p1 -i ../zanshin-kontactinterface-20.08.patch # 
Fix build with kontactinterface 20.08
 }
 
 build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
+  cmake -B build -S $pkgname-$pkgver \
 -DBUILD_TESTING=OFF
-  make
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2020-01-14 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 14, 2020 @ 15:38:32
  Author: arojas
Revision: 552508

Use tarball

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 15:11:15 UTC (rev 552507)
+++ PKGBUILD2020-01-14 15:38:32 UTC (rev 552508)
@@ -2,24 +2,19 @@
 
 pkgname=zanshin
 pkgver=0.5.71
-pkgrel=1
-_commit=0d3760b646d15e66f43a6a48546eae11cbf84497
+pkgrel=2
 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 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 

+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b0933d2d9a63bba372966da0ba9e313b85ab2d6aa513a43657da90c65a33612c'
+'SKIP')
+validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # Kevin Ottens 

+  2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
-}
-
 prepare() {
   mkdir -p build
 }
@@ -26,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2019-08-28 Thread Antonio Rojas via arch-commits
Date: Wednesday, August 28, 2019 @ 07:48:37
  Author: arojas
Revision: 503630

Remove unused makedepends

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-28 07:48:29 UTC (rev 503629)
+++ PKGBUILD2019-08-28 07:48:37 UTC (rev 503630)
@@ -9,7 +9,7 @@
 url="https://zanshin.kde.org;
 license=(GPL)
 depends=(kdepim-runtime kontactinterface)
-makedepends=(extra-cmake-modules kdoctools boost krunner kdesignerplugin 
kdelibs4support git)
+makedepends=(extra-cmake-modules kdoctools boost git)
 
#source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 source=(git://git.kde.org/zanshin.git#commit=$_commit)
 sha256sums=('SKIP')


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2019-08-27 Thread Antonio Rojas via arch-commits
Date: Tuesday, August 27, 2019 @ 21:27:40
  Author: arojas
Revision: 503324

Update to 0.5.71

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-27 20:32:19 UTC (rev 503323)
+++ PKGBUILD2019-08-27 21:27:40 UTC (rev 503324)
@@ -1,9 +1,9 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=zanshin
-pkgver=0.5.0+179+g074d2c34
+pkgver=0.5.71
 pkgrel=1
-_commit=074d2c34883a7136ce07138dd0de62a370936f9e
+_commit=0d3760b646d15e66f43a6a48546eae11cbf84497
 pkgdesc="To-do management application based on Akonadi"
 arch=(x86_64)
 url="https://zanshin.kde.org;
@@ -27,7 +27,6 @@
 build() {
   cd build
   cmake ../$pkgname \
--DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2018-01-03 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 3, 2018 @ 14:17:32
  Author: arojas
Revision: 278223

Update to 0.5.0

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-03 13:59:17 UTC (rev 278222)
+++ PKGBUILD2018-01-03 14:17:32 UTC (rev 278223)
@@ -2,18 +2,18 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=zanshin
-pkgver=0.4.1.git20171127
+pkgver=0.5.0
 pkgrel=1
-_commit=5d6814b816170d27b23760d76b9e36ea287d81f9
-pkgdesc="To-do management application for KDE based on Akonadi"
+pkgdesc="To-do management application 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')
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdesignerplugin)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0781c088741186f3d9ff3027dc961103d33a59b0e3aeb6bc4c66ff24eb3adb4f'
+'SKIP')
+validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2) # Kevin Ottens 

 
 prepare() {
   mkdir -p build
@@ -21,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname \
+  cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_LIBDIR=lib \


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2017-12-14 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2017-12-14 22:19:46 UTC (rev 274471)
+++ PKGBUILD2017-12-14 22:48:37 UTC (rev 274472)
@@ -2,16 +2,18 @@
 # Maintainer: Antonio Rojas 
 
 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 \


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:18:59
  Author: arojas
Revision: 252887

akonadi 17.08 rebuild

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-21 19:12:39 UTC (rev 252886)
+++ PKGBUILD2017-08-21 19:18:59 UTC (rev 252887)
@@ -3,15 +3,15 @@
 
 pkgname=zanshin
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(i686 x86_64)
 url="http://zanshin.kde.org;
 license=(GPL)
-depends=(kdepim-runtime kldap kontactinterface akonadi-search)
+depends=(kdepim-runtime kontactinterface)
 makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
 source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0da13182cf3ace42b65500e40edbbe05')
+sha256sums=('5a1980e2021c8f494c70f035f91e87f710ebf1cdfcad9a5f8eadc24a38a998d2')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2016-11-01 Thread Antonio Rojas
Date: Tuesday, November 1, 2016 @ 21:13:02
  Author: arojas
Revision: 194273

Use https

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:12:23 UTC (rev 194272)
+++ PKGBUILD2016-11-01 21:13:02 UTC (rev 194273)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(kdepim-runtime kldap kontactinterface akonadi-search)
 makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
-source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+source=("https://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
 md5sums=('0da13182cf3ace42b65500e40edbbe05')
 
 prepare() {


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2016-09-06 Thread Antonio Rojas
Date: Tuesday, September 6, 2016 @ 17:50:09
  Author: arojas
Revision: 188877

Update to 0.4.1

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-06 16:49:43 UTC (rev 188876)
+++ PKGBUILD2016-09-06 17:50:09 UTC (rev 188877)
@@ -2,16 +2,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=zanshin
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(i686 x86_64)
 url="http://zanshin.kde.org;
 license=(GPL)
 depends=(kdepim-runtime kldap kontactinterface akonadi-search)
-makedepends=(extra-cmake-modules kdoctools boost python krunner)
+makedepends=(extra-cmake-modules kdoctools boost python krunner 
kdelibs4support kdesignerplugin)
 source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('9d2826edf8f8b7d98cd06a248f877eee')
+md5sums=('0da13182cf3ace42b65500e40edbbe05')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in zanshin/trunk (PKGBUILD zanshin.install)

2016-04-27 Thread Antonio Rojas
Date: Thursday, April 28, 2016 @ 00:19:51
  Author: arojas
Revision: 172216

Hooks

Modified:
  zanshin/trunk/PKGBUILD
Deleted:
  zanshin/trunk/zanshin.install

-+
 PKGBUILD|5 ++---
 zanshin.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 22:02:10 UTC (rev 172215)
+++ PKGBUILD2016-04-27 22:19:51 UTC (rev 172216)
@@ -3,16 +3,15 @@
 
 pkgname=zanshin
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(i686 x86_64)
 url="http://zanshin.kde.org;
 license=(GPL)
-install=$pkgname.install
 depends=(kdepim-runtime kldap kontactinterface akonadi-search)
 makedepends=(extra-cmake-modules kdoctools boost python krunner)
 source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('4f90c654491352ea7cd9eb9000978374')
+md5sums=('9d2826edf8f8b7d98cd06a248f877eee')
 
 prepare() {
   mkdir -p build

Deleted: zanshin.install
===
--- zanshin.install 2016-04-27 22:02:10 UTC (rev 172215)
+++ zanshin.install 2016-04-27 22:19:51 UTC (rev 172216)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


[arch-commits] Commit in zanshin/trunk (PKGBUILD)

2016-04-09 Thread Antonio Rojas
Date: Saturday, April 9, 2016 @ 13:32:47
  Author: arojas
Revision: 169817

Update to 0.3.91

Modified:
  zanshin/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-09 11:05:38 UTC (rev 169816)
+++ PKGBUILD2016-04-09 11:32:47 UTC (rev 169817)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=zanshin
-pkgver=0.3.81
-pkgrel=2
+pkgver=0.3.91
+pkgrel=1
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(i686 x86_64)
 url="http://zanshin.kde.org;
@@ -12,7 +12,7 @@
 depends=(kdepim-runtime kldap kontactinterface akonadi-search)
 makedepends=(extra-cmake-modules kdoctools boost python krunner)
 source=("http://files.kde.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('42269fd352e24bb1d8cb81b457121fe6')
+md5sums=('6296855e4ea9629b503257b3d88fb0b4')
 
 prepare() {
   mkdir -p build