[arch-commits] Commit in sink (3 files)
Antonio Rojas
arojas at archlinux.org
Wed Apr 4 21:27:37 UTC 2018
Date: Wednesday, April 4, 2018 @ 21:27:36
Author: arojas
Revision: 314289
archrelease: copy trunk to community-x86_64
Added:
sink/repos/
sink/repos/community-x86_64/
sink/repos/community-x86_64/PKGBUILD
(from rev 314288, sink/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: sink/repos/community-x86_64/PKGBUILD (from rev 314288, sink/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-04-04 21:27:36 UTC (rev 314289)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sink
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="An offline-caching, synchronization and indexing system for PIM data"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(kcontacts kasync kimap2 kdav2 lmdb libgit2 xapian-core)
+makedepends=(extra-cmake-modules flatbuffers)
+#source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/KDE/sink/archive/v$pkgver.tar.gz")
+sha256sums=('359f1579922781c40ebdad6c1ca7c2d70fcded0c6de6d3ff58ad0a98aaac75ac')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list