Date: Saturday, May 14, 2016 @ 12:48:23 Author: heftig Revision: 267947
3.12.12-1 Modified: empathy/trunk/PKGBUILD Deleted: empathy/trunk/empathy.install -----------------+ PKGBUILD | 13 ++++++------- empathy.install | 16 ---------------- 2 files changed, 6 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-14 10:31:59 UTC (rev 267946) +++ PKGBUILD 2016-05-14 10:48:23 UTC (rev 267947) @@ -2,26 +2,25 @@ # Maintainer: Ionut Biru <[email protected]> pkgname=empathy -pkgver=3.12.11 +pkgver=3.12.12 pkgrel=1 -pkgdesc="A GNOME instant messaging client using the Telepathy framework." +pkgdesc="A GNOME instant messaging client using the Telepathy framework" +url="https://wiki.gnome.org/Apps/Empathy" arch=(i686 x86_64) -url="http://live.gnome.org/Empathy" license=(GPL2) depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2 geocode-glib cheese libchamplain libgudev) -makedepends=(intltool itstool docbook-xsl python2) +makedepends=(intltool itstool docbook-xsl python python2) optdepends=('telepathy-gabble: XMPP/Jabber support' 'telepathy-idle: IRC support' 'telepathy-salut: Link-local XMPP support' 'telepathy-rakia: SIP support' 'telepathy-haze: libpurple support') -options=('!makeflags') +options=(!makeflags) groups=(gnome) -install=empathy.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('d1e4ff4e5f502b7f4ca2c6140462bad2a712b82f019aea4e0a2700e77545d487') +sha256sums=('dda22adf38772d85cd7ff611bcc1a036a6b8625bc7d146c95d4bfcdbc3ecf7cb') build() { cd $pkgname-$pkgver Deleted: empathy.install =================================================================== --- empathy.install 2016-05-14 10:31:59 UTC (rev 267946) +++ empathy.install 2016-05-14 10:48:23 UTC (rev 267947) @@ -1,16 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - echo "To use Empathy you need to install at least one Telepathy connection manager." -} - -post_upgrade() { - 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() { - post_upgrade -}
