[arch-commits] Commit in khard/trunk (PKGBUILD khard.install)

David Runge dvzrv at archlinux.org
Thu Mar 15 18:16:18 UTC 2018


    Date: Thursday, March 15, 2018 @ 18:16:17
  Author: dvzrv
Revision: 308697

upgpkg: khard 0.12.2-3

Removing install script. Moving sdiff_khard_wrapper.sh to /usr/lib/khard/. Adding python-setuptools to depends as an entry point is generated.

Modified:
  khard/trunk/PKGBUILD
Deleted:
  khard/trunk/khard.install

---------------+
 PKGBUILD      |   10 +++++-----
 khard.install |    4 ----
 2 files changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 17:59:32 UTC (rev 308696)
+++ PKGBUILD	2018-03-15 18:16:17 UTC (rev 308697)
@@ -1,16 +1,16 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=khard
 pkgver=0.12.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Console CardDAV client"
 arch=('any')
 url="https://github.com/scheibler/khard"
 license=('GPL3')
-depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml' 'python-unidecode' 'python-vobject')
+depends=('python-atomicwrites' 'python-configobj' 'python-ruamel-yaml'
+'python-setuptools' 'python-unidecode' 'python-vobject')
 makedepends=('python-setuptools')
 optdepends=('vdirsyncer: Synchronization of address books with a DAV server'
-            'diffutils: Using sdiff based diff')
-install="${pkgname}.install"
+            'diffutils: Using sdiff_khard_wrapper.sh')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/scheibler/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('b46a51b8eea976ce7db0adc9e4e9ac1c0715e0b5e157bf6a437bea50d62f31028dde39d24af3ffe3ddbe066daf1992d7858545e7d5014de2fed35b11b1d9c0b2')
 
@@ -27,7 +27,7 @@
     --root="${pkgdir}"
   # additional wrapper script
   install -vDm 755 "misc/sdiff/sdiff_${pkgname}_wrapper.sh" \
-    "${pkgdir}/usr/bin/sdiff_${pkgname}_wrapper.sh"
+    "${pkgdir}/usr/lib/${pkgname}/sdiff_${pkgname}_wrapper.sh"
   # twinkle integration
   install -t "${pkgdir}/usr/share/${pkgname}/twinkle/scripts/" \
     -vDm 644 misc/twinkle/scripts/*.py

Deleted: khard.install
===================================================================
--- khard.install	2018-03-15 17:59:32 UTC (rev 308696)
+++ khard.install	2018-03-15 18:16:17 UTC (rev 308697)
@@ -1,4 +0,0 @@
-post_install() {
-  echo 'An example configuration file has been installed to /usr/share/doc/khard/khard.conf.example.'
-  echo 'Copy it to ~/.config/khard/khard.conf and edit it as needed.'
-}



More information about the arch-commits mailing list