Date: Thursday, May 19, 2016 @ 20:50:46 Author: heftig Revision: 268318
3.20.0-1 Modified: gnome-contacts/trunk/PKGBUILD Deleted: gnome-contacts/trunk/gnome-contacts.install ------------------------+ PKGBUILD | 18 +++++++++--------- gnome-contacts.install | 11 ----------- 2 files changed, 9 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-19 18:50:25 UTC (rev 268317) +++ PKGBUILD 2016-05-19 18:50:46 UTC (rev 268318) @@ -1,23 +1,23 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Ionut Biru <[email protected]> pkgname=gnome-contacts -pkgver=3.19.91 +pkgver=3.20.0 pkgrel=1 pkgdesc="Contacts Manager for GNOME" +url="https://wiki.gnome.org/Apps/Contacts" arch=(i686 x86_64) -url="http://www.gnome.org" -license=('GPL2') +license=(GPL2) +depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain) +makedepends=(intltool vala gobject-introspection) groups=(gnome) -depends=('gtk3' 'folks' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain') -makedepends=('intltool' 'vala' 'gobject-introspection') -install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('e013f48ef4dcf1f2411cf0980f36f146020b109258f4dd34beb68a3db74dfe9f') +sha256sums=('bef88dc728aa7bb058c530fd936b262d96bbc17e73d640279842371bb3ad1588') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts + ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname make } Deleted: gnome-contacts.install =================================================================== --- gnome-contacts.install 2016-05-19 18:50:25 UTC (rev 268317) +++ gnome-contacts.install 2016-05-19 18:50:46 UTC (rev 268318) @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
