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

Andrea Scarpino andrea at archlinux.org
Tue Aug 4 15:49:06 UTC 2009


    Date: Tuesday, August 4, 2009 @ 11:49:06
  Author: andrea
Revision: 49177

upgpkg: konversation 1.2.alpha4-1
    upstream update

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

----------------------+
 PKGBUILD             |   15 +++++++++------
 konversation.install |   11 +++++++++++
 2 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-04 15:48:47 UTC (rev 49176)
+++ PKGBUILD	2009-08-04 15:49:06 UTC (rev 49177)
@@ -1,23 +1,27 @@
 # $Id$
-# Maintainer: James Rayner <iphitus at gmail.com>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: James Rayner <iphitus at gmail.com>
 # Contributor: Sergio Jovani Guzman <moret at paretux.org>
 
 pkgname=konversation
-pkgver=1.2.alpha3
-_pkgver=1.2-alpha3
+pkgver=1.2.alpha4
+_pkgver=1.2-alpha4
 pkgrel=1
 pkgdesc="A user friendly IRC client for KDE"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://konversation.kde.org"
-depends=('kdebase-runtime' 'kdelibs' 'libxss' 'kdepimlibs' 'qt')
+depends=('kdebase-runtime' 'libxss' 'kdepimlibs' 'qca' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('automoc4' 'cmake' 'pkgconfig')
 license=('GPL2' 'FDL')
 source=(http://download.berlios.de/${pkgname}/${pkgname}-${_pkgver}.tar.bz2)
+md5sums=('0c3735663e943965689873f3de2cddd3')
 
 build() {
   cd ${srcdir}
+
   mkdir build
   cd build
+
   cmake ../${pkgname}-${_pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_SKIP_RPATH=ON \
@@ -26,4 +30,3 @@
     make || return 1
     make DESTDIR=${pkgdir} install || return 1
 }
-md5sums=('880fcf55fbd85677249e78b8ebee1252')

Added: konversation.install
===================================================================
--- konversation.install	                        (rev 0)
+++ konversation.install	2009-08-04 15:49:06 UTC (rev 49177)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}




More information about the arch-commits mailing list