[arch-commits] Commit in sink/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jul 7 10:31:03 UTC 2018
Date: Saturday, July 7, 2018 @ 10:31:03
Author: arojas
Revision: 353948
archrelease: copy trunk to community-x86_64
Added:
sink/repos/community-x86_64/PKGBUILD
(from rev 353947, sink/trunk/PKGBUILD)
Deleted:
sink/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-07 10:29:05 UTC (rev 353947)
+++ PKGBUILD 2018-07-07 10:31:03 UTC (rev 353948)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sink
-pkgver=0.6.0
-pkgrel=2
-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
-}
Copied: sink/repos/community-x86_64/PKGBUILD (from rev 353947, sink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-07 10:31:03 UTC (rev 353948)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sink
+pkgver=0.7.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 kcalcore 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=('08f392c686c34d61c71ae53c96c2d04f58d251a13327289b0942421c7f0f65a0')
+
+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