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

Jan de Groot jgc at archlinux.org
Thu Sep 20 22:19:23 UTC 2012


    Date: Thursday, September 20, 2012 @ 18:19:23
  Author: jgc
Revision: 166884

upgpkg: folks 0.7.4.1-1

Update to 0.7.4.1

Added:
  folks/trunk/folks.install
Modified:
  folks/trunk/PKGBUILD

---------------+
 PKGBUILD      |   11 ++++++-----
 folks.install |   11 +++++++++++
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-20 22:18:45 UTC (rev 166883)
+++ PKGBUILD	2012-09-20 22:19:23 UTC (rev 166884)
@@ -2,21 +2,22 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.6.9
-pkgrel=2
+pkgver=0.7.4.1
+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' 'libsocialweb')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 'libsocialweb' 'libzeitgeist')
 makedepends=('gobject-introspection' 'intltool')
+install=folks.install
 options=('!libtool' '!emptydirs')
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
+sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3')
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-schemas-compile
   make
 }
 

Added: folks.install
===================================================================
--- folks.install	                        (rev 0)
+++ folks.install	2012-09-20 22:19:23 UTC (rev 166884)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list