Date: Monday, September 19, 2011 @ 11:10:11
  Author: ibiru
Revision: 138242

update to 3.1.92

Modified:
  empathy/trunk/PKGBUILD
  empathy/trunk/empathy.install

-----------------+
 PKGBUILD        |    7 +++----
 empathy.install |    4 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-09-19 14:36:36 UTC (rev 138241)
+++ PKGBUILD    2011-09-19 15:10:11 UTC (rev 138242)
@@ -2,14 +2,13 @@
 # Maintainer: Ionut Biru <ib...@archlinux.org>
 
 pkgname=empathy
-pkgver=3.1.91
+pkgver=3.1.92
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Empathy";
 license=('GPL2')
-depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks'
-'gnome-keyring' 'libcanberra' 'iso-codes')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring' 'libcanberra' 'iso-codes')
 makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
             'telepathy-butterfly: MSN support'
@@ -21,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5292b00b6c365645ea8f467fb0f86efa4e6b479f10ac4de6f96facb62faac526')
+sha256sums=('bfab43c6296bd7e67006f4582589ff98c6c2c9223b550a851734a2f826febb31')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: empathy.install
===================================================================
--- empathy.install     2011-09-19 14:36:36 UTC (rev 138241)
+++ empathy.install     2011-09-19 15:10:11 UTC (rev 138242)
@@ -6,7 +6,9 @@
 }
 
 post_upgrade() {
-    post_install $1
+    usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+    update-desktop-database -q
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_remove() {

Reply via email to