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

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 08:13:41
  Author: heftig
Revision: 272540

0.11.2-2

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

---+
 PKGBUILD  |3 +--
 folks.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 07:55:39 UTC (rev 272539)
+++ PKGBUILD2016-07-28 08:13:41 UTC (rev 272540)
@@ -3,7 +3,7 @@
 
 pkgname=folks
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Projects/Folks;
@@ -10,7 +10,6 @@
 license=(LGPL2.1)
 depends=(telepathy-glib libgee libxml2 evolution-data-server zeitgeist)
 makedepends=(gobject-introspection intltool vala)
-install=folks.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
 sha256sums=('35a80a40e0cf68d5e86eff2ad55320f17427f66377c453ba5a1dbbd71755a1b8')

Deleted: folks.install
===
--- folks.install   2016-07-28 07:55:39 UTC (rev 272539)
+++ folks.install   2016-07-28 08:13:41 UTC (rev 272540)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2012-09-20 Thread Jan de Groot
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
===
--- PKGBUILD2012-09-20 22:18:45 UTC (rev 166883)
+++ PKGBUILD2012-09-20 22:19:23 UTC (rev 166884)
@@ -2,21 +2,22 @@
 # Maintainer: Ionut Biru ib...@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
+}