[arch-commits] Commit in zanshin/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jan 14 15:38:52 UTC 2020
Date: Tuesday, January 14, 2020 @ 15:38:52
Author: arojas
Revision: 552509
archrelease: copy trunk to community-x86_64
Added:
zanshin/repos/community-x86_64/PKGBUILD
(from rev 552508, zanshin/trunk/PKGBUILD)
Deleted:
zanshin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 32 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-14 15:38:32 UTC (rev 552508)
+++ PKGBUILD 2020-01-14 15:38:52 UTC (rev 552509)
@@ -1,37 +0,0 @@
-# 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
-}
Copied: zanshin/repos/community-x86_64/PKGBUILD (from rev 552508, zanshin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-14 15:38:52 UTC (rev 552509)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=zanshin
+pkgver=0.5.71
+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)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b0933d2d9a63bba372966da0ba9e313b85ab2d6aa513a43657da90c65a33612c'
+ 'SKIP')
+validpgpkeys=(17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2 # Kevin Ottens <ervin+bluesystems at kde.org>
+ 2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell <jr at jriddell.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list