[arch-commits] Commit in folks/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Mon Apr 21 18:28:07 UTC 2014


    Date: Monday, April 21, 2014 @ 20:28:07
  Author: jgc
Revision: 211630

upgpkg: folks 0.9.7-1

Bump to git snapshot. Fixes some open bugs

Modified:
  folks/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-21 18:22:51 UTC (rev 211629)
+++ PKGBUILD	2014-04-21 18:28:07 UTC (rev 211630)
@@ -2,22 +2,22 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/Folks"
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
-makedepends=(gobject-introspection intltool vala)
+makedepends=(gobject-introspection intltool vala git)
 install=folks.install
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f')
+source=(git://git.gnome.org/folks#commit=0085cb463849e5b30d4b4c58da63a5df3fd0d0be)
+md5sums=('SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"
-  #export PKG_CONFIG_PATH="${srcdir}/${pkgname}-${pkgver}/folks"
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
   ./configure --prefix=/usr --disable-schemas-compile \
     --disable-libsocialweb-backend --disable-fatal-warnings
   make
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 




More information about the arch-commits mailing list