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

Antonio Rojas arojas at archlinux.org
Wed May 4 18:10:06 UTC 2016


    Date: Wednesday, May 4, 2016 @ 20:10:06
  Author: arojas
Revision: 173761

Hooks

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

--------------+
 PKGBUILD     |    7 ++-----
 kadu.install |   12 ------------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 17:22:50 UTC (rev 173760)
+++ PKGBUILD	2016-05-04 18:10:06 UTC (rev 173761)
@@ -5,7 +5,7 @@
 
 pkgname=kadu
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
@@ -16,11 +16,8 @@
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
              'qt5-tools' 'qxmpp')
 optdepends=('qxmpp: Jabber protocol')
-install=kadu.install
 source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('9d42c16682b338c14e6a912efd739447'
-         '289814966b21db02efab4125eec41b74'
-         '961d79dbbf5ec5827b8cda424773b9c8')
+md5sums=('9d42c16682b338c14e6a912efd739447')
 
 prepare() {
   sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake

Deleted: kadu.install
===================================================================
--- kadu.install	2016-05-04 17:22:50 UTC (rev 173760)
+++ kadu.install	2016-05-04 18:10:06 UTC (rev 173761)
@@ -1,12 +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