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

Jan de Groot jgc at archlinux.org
Wed Sep 17 21:20:40 UTC 2014


    Date: Wednesday, September 17, 2014 @ 23:20:39
  Author: jgc
Revision: 221893

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

Added:
  gnome-contacts/repos/gnome-unstable-i686/PKGBUILD
    (from rev 221892, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install
    (from rev 221892, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 221892, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install
    (from rev 221892, 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

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-17 21:20:33 UTC (rev 221892)
+++ gnome-unstable-i686/PKGBUILD	2014-09-17 21:20:39 UTC (rev 221893)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.13.91
-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' 'python2')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e0fbfb59f0b840774e3ad8d7a12ea1b6d5f53c94da00fbe7da97c5040f4f02b')
-
-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 221892, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-17 21:20:39 UTC (rev 221893)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.13.92
+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' 'python2')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e38555eb44b2d8f04264e119942b8473583a97cc849b7664b2571649ee95a73f')
+
+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	2014-09-17 21:20:33 UTC (rev 221892)
+++ gnome-unstable-i686/gnome-contacts.install	2014-09-17 21:20:39 UTC (rev 221893)
@@ -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 221892, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- gnome-unstable-i686/gnome-contacts.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-contacts.install	2014-09-17 21:20:39 UTC (rev 221893)
@@ -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	2014-09-17 21:20:33 UTC (rev 221892)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-17 21:20:39 UTC (rev 221893)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.13.91
-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' 'python2')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e0fbfb59f0b840774e3ad8d7a12ea1b6d5f53c94da00fbe7da97c5040f4f02b')
-
-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 221892, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-17 21:20:39 UTC (rev 221893)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.13.92
+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' 'python2')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e38555eb44b2d8f04264e119942b8473583a97cc849b7664b2571649ee95a73f')
+
+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	2014-09-17 21:20:33 UTC (rev 221892)
+++ gnome-unstable-x86_64/gnome-contacts.install	2014-09-17 21:20:39 UTC (rev 221893)
@@ -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 221892, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- gnome-unstable-x86_64/gnome-contacts.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-contacts.install	2014-09-17 21:20:39 UTC (rev 221893)
@@ -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