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

Antonio Rojas arojas at archlinux.org
Wed Apr 27 20:58:13 UTC 2016


    Date: Wednesday, April 27, 2016 @ 22:58:13
  Author: arojas
Revision: 172188

Hooks

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

-------------+
 PKGBUILD    |    5 ++---
 kup.install |   11 -----------
 2 files changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 20:48:30 UTC (rev 172187)
+++ PKGBUILD	2016-04-27 20:58:13 UTC (rev 172188)
@@ -5,16 +5,15 @@
 
 pkgname=kup
 pkgver=0.6.0
-pkgrel=9
+pkgrel=10
 pkgdesc="A KDE bup backup software for helping people to keep up-to-date backups"
 arch=(i686 x86_64)
 url="http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465"
 license=(GPL2)
 depends=(kidletime kinit hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
+makedepends=(extra-cmake-modules python)
 optdepends=('bup: support for incremental backups'
             'rsync: support for synced backups')
-install=$pkgname.install
 source=("https://github.com/spersson/Kup/archive/$pkgname-$pkgver.tar.gz")
 md5sums=('ba71ce5caf38f63e3881ecf5d56e7eab')
 

Deleted: kup.install
===================================================================
--- kup.install	2016-04-27 20:48:30 UTC (rev 172187)
+++ kup.install	2016-04-27 20:58:13 UTC (rev 172188)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list