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

Jan de Groot jgc at archlinux.org
Sun Jul 19 13:39:50 UTC 2009


    Date: Sunday, July 19, 2009 @ 09:39:50
  Author: jgc
Revision: 46648

upgpkg: ekiga 3.2.5-1
    Update hicolor icon theme cache on upgrade/install

Modified:
  ekiga/trunk/PKGBUILD
  ekiga/trunk/ekiga.install

---------------+
 PKGBUILD      |    6 +++---
 ekiga.install |    5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-19 13:28:52 UTC (rev 46647)
+++ PKGBUILD	2009-07-19 13:39:50 UTC (rev 46648)
@@ -3,13 +3,13 @@
 # Contributor: Tom K <tomk at runbox.com>
 
 pkgname=ekiga
-pkgver=3.2.4
+pkgver=3.2.5
 pkgrel=1
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support (GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org"
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal=3.6.2' 'evolution-data-server>=2.26.2' 'libsigc++2.0>=2.2.3' 'libxv' 'libnotify>=0.4.5')
+depends=('opal=3.6.4' 'evolution-data-server>=2.26.3' 'libsigc++2.0>=2.2.3' 'libxv' 'libnotify>=0.4.5' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils>=0.16.1')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')
@@ -17,7 +17,7 @@
 groups=('gnome-extra')
 install=ekiga.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3009f30e124a2062370824bb307c5313')
+md5sums=('a545490e03a6b49f00253bf0d692f362')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: ekiga.install
===================================================================
--- ekiga.install	2009-07-19 13:28:52 UTC (rev 46647)
+++ ekiga.install	2009-07-19 13:39:50 UTC (rev 46648)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -15,3 +16,7 @@
 pre_remove() {
   usr/sbin/gconfpkg --uninstall ${pkgname}
 }
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}




More information about the arch-commits mailing list