summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-14 09:55:37 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-14 09:55:37 -0300
commit57ad28140e066f798fe81f5fc1e8cbc10e8f0162 (patch)
tree444c6696accb59250e056a0dc2e49562b46a6247 /nonprism
parent9669da38d78de3c08ae02adb9f12ee544cde564a (diff)
empathy-3.12.12+35+g8311b76-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/empathy/PKGBUILD27
1 files changed, 19 insertions, 8 deletions
diff --git a/nonprism/empathy/PKGBUILD b/nonprism/empathy/PKGBUILD
index d47f40c63..64959327c 100644
--- a/nonprism/empathy/PKGBUILD
+++ b/nonprism/empathy/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 267947 2016-05-14 10:48:23Z heftig $
+# $Id: PKGBUILD 277244 2016-09-28 12:12:15Z jgc $
# Maintainer (Arch): Ionut Biru <ibiru@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=empathy
-pkgver=3.12.12
+pkgver=3.12.12+35+g8311b76
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)
license=(GPL2)
-depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse webkitgtk
+depends=(clutter-gst 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 python python2)
+makedepends=(intltool itstool docbook-xsl python python2 gnome-common git)
optdepends=('telepathy-gabble: XMPP/Jabber support'
'telepathy-idle: IRC support'
'telepathy-salut: Link-local XMPP support'
@@ -20,11 +20,22 @@ optdepends=('telepathy-gabble: XMPP/Jabber support'
'telepathy-haze: libpurple support')
options=(!makeflags)
groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('dda22adf38772d85cd7ff611bcc1a036a6b8625bc7d146c95d4bfcdbc3ecf7cb')
+_commit=8311b765895d092c178ba81a36dd3956503ef351 # master
+source=("git://git.gnome.org/empathy#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
build() {
- cd $pkgname-$pkgver
+ cd $pkgname
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/empathy \
@@ -35,6 +46,6 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd $pkgname
make DESTDIR="$pkgdir" install
}