Date: Tuesday, March 28, 2023 @ 20:37:53
Author: arojas
Revision: 1430066
archrelease: copy trunk to community-x86_64
Added:
sink/repos/community-x86_64/PKGBUILD
(from rev 1430065, sink/trunk/PKGBUILD)
Deleted:
sink/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-28 20:37:44 UTC (rev 1430065)
+++ PKGBUILD 2023-03-28 20:37:53 UTC (rev 1430066)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=sink
-pkgver=0.9.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 kcalendarcore kasync kimap2 kdav2 lmdb libgit2 xapian-core
curl)
-makedepends=(extra-cmake-modules flatbuffers git)
-#source=(https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-source=(https://invent.kde.org/pim/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('b16cf8f7a5f942bf02cdacb4942ef6cb959894ebc4d370ec21be26e948c67349')
-
-prepare() {
- sed -e '/CMAKE_CXX_STANDARD/d' -i $pkgname-v$pkgver/CMakeLists.txt # Fix
build
- find -name CMakeLists.txt | xargs sed -e '/add_subdirectory(tests)/d' -i #
Don't build tests
-}
-
-build() {
- cmake -B build -S $pkgname-v$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: sink/repos/community-x86_64/PKGBUILD (from rev 1430065,
sink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-28 20:37:53 UTC (rev 1430066)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=sink
+pkgver=0.9.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 kcalendarcore kasync kimap2 kdav2 lmdb xapian-core curl
gpgme)
+makedepends=(extra-cmake-modules flatbuffers)
+#source=(https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+source=(https://invent.kde.org/pim/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('b16cf8f7a5f942bf02cdacb4942ef6cb959894ebc4d370ec21be26e948c67349')
+
+prepare() {
+ sed -e '/CMAKE_CXX_STANDARD/d' -i $pkgname-v$pkgver/CMakeLists.txt # Fix
build
+ find -name CMakeLists.txt | xargs sed -e '/add_subdirectory(tests)/d' -i #
Don't build tests
+}
+
+build() {
+ cmake -B build -S $pkgname-v$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}