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

Jan Steffens heftig at archlinux.org
Sat Jul 18 18:28:47 UTC 2015


    Date: Saturday, July 18, 2015 @ 20:28:47
  Author: heftig
Revision: 242348

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-i686/PKGBUILD	2015-07-18 18:28:47 UTC (rev 242348)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.16.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' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5c3a10e04a83d24bd1bb9c9a8e6f84643375c05e4b0d4356ca937198f895e27')
-
-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/extra-i686/PKGBUILD (from rev 242347, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-07-18 18:28:47 UTC (rev 242348)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.16.2
+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=('fb625a40fe915d866625a7d688c9a3b454d198c9474ce2efc3979f2b0d1687e7')
+
+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: extra-i686/gnome-contacts.install
===================================================================
--- extra-i686/gnome-contacts.install	2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-i686/gnome-contacts.install	2015-07-18 18:28:47 UTC (rev 242348)
@@ -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/extra-i686/gnome-contacts.install (from rev 242347, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- extra-i686/gnome-contacts.install	                        (rev 0)
+++ extra-i686/gnome-contacts.install	2015-07-18 18:28:47 UTC (rev 242348)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-x86_64/PKGBUILD	2015-07-18 18:28:47 UTC (rev 242348)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.16.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' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5c3a10e04a83d24bd1bb9c9a8e6f84643375c05e4b0d4356ca937198f895e27')
-
-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/extra-x86_64/PKGBUILD (from rev 242347, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-07-18 18:28:47 UTC (rev 242348)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.16.2
+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=('fb625a40fe915d866625a7d688c9a3b454d198c9474ce2efc3979f2b0d1687e7')
+
+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: extra-x86_64/gnome-contacts.install
===================================================================
--- extra-x86_64/gnome-contacts.install	2015-07-18 18:26:42 UTC (rev 242347)
+++ extra-x86_64/gnome-contacts.install	2015-07-18 18:28:47 UTC (rev 242348)
@@ -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/extra-x86_64/gnome-contacts.install (from rev 242347, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- extra-x86_64/gnome-contacts.install	                        (rev 0)
+++ extra-x86_64/gnome-contacts.install	2015-07-18 18:28:47 UTC (rev 242348)
@@ -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