diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-06 03:22:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-06 03:22:30 -0300 |
commit | c0a64b95d1b15376c2381c999fe227d9b2426732 (patch) | |
tree | bbddb8fab341fec44c6cce90d15bd2d184d59db7 /nonprism/empathy | |
parent | fd25a417bc0d1845d096f3a935265d856528715a (diff) | |
download | abslibre-c0a64b95d1b15376c2381c999fe227d9b2426732.tar.gz abslibre-c0a64b95d1b15376c2381c999fe227d9b2426732.tar.bz2 abslibre-c0a64b95d1b15376c2381c999fe227d9b2426732.zip |
empathy-3.12.12-1.nonprism1: updating version
Diffstat (limited to 'nonprism/empathy')
-rw-r--r-- | nonprism/empathy/PKGBUILD | 13 | ||||
-rw-r--r-- | nonprism/empathy/empathy.install | 16 |
2 files changed, 6 insertions, 23 deletions
diff --git a/nonprism/empathy/PKGBUILD b/nonprism/empathy/PKGBUILD index 9b427d666..d47f40c63 100644 --- a/nonprism/empathy/PKGBUILD +++ b/nonprism/empathy/PKGBUILD @@ -1,28 +1,27 @@ -# $Id: PKGBUILD 249326 2015-10-14 14:29:56Z heftig $ +# $Id: PKGBUILD 267947 2016-05-14 10:48:23Z heftig $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=empathy -pkgver=3.12.11 +pkgver=3.12.12 pkgrel=1.nonprism1 pkgdesc="A GNOME instant messaging client using the Telepathy framework, without geoclue2 support" +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 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 diff --git a/nonprism/empathy/empathy.install b/nonprism/empathy/empathy.install deleted file mode 100644 index f8d2dfb1f..000000000 --- a/nonprism/empathy/empathy.install +++ /dev/null @@ -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 -} |