Date: Wednesday, March 25, 2015 @ 16:36:43 Author: jgc Revision: 234867
db-move: moved gnome-contacts from [gnome-unstable] to [testing] (i686, x86_64) Added: gnome-contacts/repos/testing-i686/ gnome-contacts/repos/testing-i686/PKGBUILD (from rev 234786, gnome-contacts/repos/gnome-unstable-i686/PKGBUILD) gnome-contacts/repos/testing-i686/gnome-contacts.install (from rev 234786, gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install) gnome-contacts/repos/testing-x86_64/ gnome-contacts/repos/testing-x86_64/PKGBUILD (from rev 234786, gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD) gnome-contacts/repos/testing-x86_64/gnome-contacts.install (from rev 234786, gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install) Deleted: gnome-contacts/repos/gnome-unstable-i686/ gnome-contacts/repos/gnome-unstable-x86_64/ ---------------------------------------+ testing-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++ testing-i686/gnome-contacts.install | 11 +++++++++++ testing-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++ testing-x86_64/gnome-contacts.install | 11 +++++++++++ 4 files changed, 80 insertions(+) Copied: gnome-contacts/repos/testing-i686/PKGBUILD (from rev 234786, gnome-contacts/repos/gnome-unstable-i686/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-25 15:36:43 UTC (rev 234867) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=gnome-contacts +pkgver=3.16.0 +pkgrel=1 +pkgdesc="Contacts Manager for GNOME" +arch=(i686 x86_64) +url="http://www.gnome.org" +license=('GPL2') +groups=(gnome) +depends=('gtk3' 'folks' 'libnotify' '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=('d779cffc9be1c0ddacbcbd286ccbc65666bdabc52f776dda1720bb3fde3007ed') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: gnome-contacts/repos/testing-i686/gnome-contacts.install (from rev 234786, gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install) =================================================================== --- testing-i686/gnome-contacts.install (rev 0) +++ testing-i686/gnome-contacts.install 2015-03-25 15:36:43 UTC (rev 234867) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Copied: gnome-contacts/repos/testing-x86_64/PKGBUILD (from rev 234786, gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-03-25 15:36:43 UTC (rev 234867) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru <ib...@archlinux.org> + +pkgname=gnome-contacts +pkgver=3.16.0 +pkgrel=1 +pkgdesc="Contacts Manager for GNOME" +arch=(i686 x86_64) +url="http://www.gnome.org" +license=('GPL2') +groups=(gnome) +depends=('gtk3' 'folks' 'libnotify' '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=('d779cffc9be1c0ddacbcbd286ccbc65666bdabc52f776dda1720bb3fde3007ed') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Copied: gnome-contacts/repos/testing-x86_64/gnome-contacts.install (from rev 234786, gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install) =================================================================== --- testing-x86_64/gnome-contacts.install (rev 0) +++ testing-x86_64/gnome-contacts.install 2015-03-25 15:36:43 UTC (rev 234867) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}