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

Andrea Scarpino andrea at archlinux.org
Wed Aug 5 19:57:30 UTC 2009


    Date: Wednesday, August 5, 2009 @ 15:57:30
  Author: andrea
Revision: 49280

upgpkg: konversation 1.2.alpha5-1
    upstream release

Modified:
  konversation/trunk/PKGBUILD
  konversation/trunk/konversation.install

----------------------+
 PKGBUILD             |    8 ++++----
 konversation.install |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-05 19:27:42 UTC (rev 49279)
+++ PKGBUILD	2009-08-05 19:57:30 UTC (rev 49280)
@@ -4,17 +4,17 @@
 # Contributor: Sergio Jovani Guzman <moret at paretux.org>
 
 pkgname=konversation
-pkgver=1.2.alpha4
-_pkgver=1.2-alpha4
+pkgver=1.2.alpha5
+_pkgver=1.2-alpha5
 pkgrel=1
 pkgdesc="A user friendly IRC client for KDE"
 arch=('i686' 'x86_64')
 url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'libxss' 'kdepimlibs' 'qca' 'hicolor-icon-theme' 'xdg-utils')
+depends=('kdebase-runtime' 'libxss' 'kdepimlibs' 'qca')
 makedepends=('automoc4' 'cmake' 'pkgconfig')
 license=('GPL2' 'FDL')
 source=(http://download.berlios.de/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
-md5sums=('0c3735663e943965689873f3de2cddd3')
+md5sums=('7bb12c64888381a68a7349c16934a24d')
 
 build() {
   cd ${srcdir}

Modified: konversation.install
===================================================================
--- konversation.install	2009-08-05 19:27:42 UTC (rev 49279)
+++ konversation.install	2009-08-05 19:57:30 UTC (rev 49280)
@@ -1,11 +1,11 @@
 post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 }
 
 post_upgrade() {
-  post_install
+	post_install
 }
 
 post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+	post_install
 }




More information about the arch-commits mailing list