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

Antonio Rojas arojas at archlinux.org
Sun Jun 9 10:43:53 UTC 2019


    Date: Sunday, June 9, 2019 @ 10:43:52
  Author: arojas
Revision: 478714

Use system libgit2

Modified:
  kup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-09 10:43:11 UTC (rev 478713)
+++ PKGBUILD	2019-06-09 10:43:52 UTC (rev 478714)
@@ -4,12 +4,12 @@
 
 pkgname=kup
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
 arch=(x86_64)
 url="https://www.linux-apps.com/p/1127689/"
 license=(GPL2)
-depends=(kidletime kinit hicolor-icon-theme)
+depends=(kidletime kinit libgit2 hicolor-icon-theme)
 makedepends=(extra-cmake-modules plasma-framework)
 optdepends=('bup: support for incremental backups'
             'rsync: support for synced backups')
@@ -25,6 +25,8 @@
   cmake ../Kup-$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUSE_SYSTEM_LIBGIT2=ON \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list