[arch-commits] Commit in gnome-contacts/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 15 14:05:59 UTC 2013


    Date: Monday, April 15, 2013 @ 16:05:59
  Author: heftig
Revision: 182811

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-contacts/repos/testing-i686/PKGBUILD
    (from rev 182810, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/testing-i686/gnome-contacts.install
    (from rev 182810, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/testing-x86_64/PKGBUILD
    (from rev 182810, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/testing-x86_64/gnome-contacts.install
    (from rev 182810, gnome-contacts/trunk/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/testing-i686/PKGBUILD
  gnome-contacts/repos/testing-i686/gnome-contacts.install
  gnome-contacts/repos/testing-x86_64/PKGBUILD
  gnome-contacts/repos/testing-x86_64/gnome-contacts.install

---------------------------------------+
 /PKGBUILD                             |   58 ++++++++++++++++++++++++++++++++
 /gnome-contacts.install               |   22 ++++++++++++
 testing-i686/PKGBUILD                 |   29 ----------------
 testing-i686/gnome-contacts.install   |   11 ------
 testing-x86_64/PKGBUILD               |   29 ----------------
 testing-x86_64/gnome-contacts.install |   11 ------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-i686/PKGBUILD	2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.8.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')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
-
-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/PKGBUILD (from rev 182810, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-15 14:05:59 UTC (rev 182811)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.8.1
+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')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb')
+
+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:

Deleted: testing-i686/gnome-contacts.install
===================================================================
--- testing-i686/gnome-contacts.install	2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-i686/gnome-contacts.install	2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/testing-i686/gnome-contacts.install (from rev 182810, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- testing-i686/gnome-contacts.install	                        (rev 0)
+++ testing-i686/gnome-contacts.install	2013-04-15 14:05:59 UTC (rev 182811)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-x86_64/PKGBUILD	2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.8.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')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf4e183b0daff0b1644ea1f6043b9f3f1ce1703d74c313a5154c78fd7fd7365e')
-
-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/PKGBUILD (from rev 182810, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-15 14:05:59 UTC (rev 182811)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.8.1
+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')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb')
+
+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:

Deleted: testing-x86_64/gnome-contacts.install
===================================================================
--- testing-x86_64/gnome-contacts.install	2013-04-15 14:05:06 UTC (rev 182810)
+++ testing-x86_64/gnome-contacts.install	2013-04-15 14:05:59 UTC (rev 182811)
@@ -1,11 +0,0 @@
-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/gnome-contacts.install (from rev 182810, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- testing-x86_64/gnome-contacts.install	                        (rev 0)
+++ testing-x86_64/gnome-contacts.install	2013-04-15 14:05:59 UTC (rev 182811)
@@ -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