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

Jan de Groot jgc at archlinux.org
Thu Oct 18 18:46:12 UTC 2012


    Date: Thursday, October 18, 2012 @ 14:46:12
  Author: jgc
Revision: 169136

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

----------------------------------------------+
 gnome-unstable-i686/PKGBUILD                 |   58 ++++++++++++-------------
 gnome-unstable-i686/gnome-contacts.install   |   22 ++++-----
 gnome-unstable-x86_64/PKGBUILD               |   58 ++++++++++++-------------
 gnome-unstable-x86_64/gnome-contacts.install |   22 ++++-----
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2012-10-18 18:45:46 UTC (rev 169135)
+++ gnome-unstable-i686/PKGBUILD	2012-10-18 18:46:12 UTC (rev 169136)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-groups=(gnome-extra)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
-makedepends=('intltool' 'vala')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('203ed52fbdad3412fa88ae011c0d1cf94e8fe15c13dc192e8be554a1268614a5')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 169135, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-10-18 18:46:12 UTC (rev 169136)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+groups=(gnome-extra)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2cc93827511cd28cc854ce4c36924a437350f7d61b6b0b4140a32833be683f95')
+
+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: gnome-unstable-i686/gnome-contacts.install
===================================================================
--- gnome-unstable-i686/gnome-contacts.install	2012-10-18 18:45:46 UTC (rev 169135)
+++ gnome-unstable-i686/gnome-contacts.install	2012-10-18 18:46:12 UTC (rev 169136)
@@ -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/gnome-unstable-i686/gnome-contacts.install (from rev 169135, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- gnome-unstable-i686/gnome-contacts.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-contacts.install	2012-10-18 18:46:12 UTC (rev 169136)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2012-10-18 18:45:46 UTC (rev 169135)
+++ gnome-unstable-x86_64/PKGBUILD	2012-10-18 18:46:12 UTC (rev 169136)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-groups=(gnome-extra)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
-makedepends=('intltool' 'vala')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('203ed52fbdad3412fa88ae011c0d1cf94e8fe15c13dc192e8be554a1268614a5')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 169135, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-10-18 18:46:12 UTC (rev 169136)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+groups=(gnome-extra)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2cc93827511cd28cc854ce4c36924a437350f7d61b6b0b4140a32833be683f95')
+
+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: gnome-unstable-x86_64/gnome-contacts.install
===================================================================
--- gnome-unstable-x86_64/gnome-contacts.install	2012-10-18 18:45:46 UTC (rev 169135)
+++ gnome-unstable-x86_64/gnome-contacts.install	2012-10-18 18:46:12 UTC (rev 169136)
@@ -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/gnome-unstable-x86_64/gnome-contacts.install (from rev 169135, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- gnome-unstable-x86_64/gnome-contacts.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-contacts.install	2012-10-18 18:46:12 UTC (rev 169136)
@@ -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