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

Jan Steffens heftig at archlinux.org
Thu May 19 19:14:52 UTC 2016


    Date: Thursday, May 19, 2016 @ 21:14:52
  Author: heftig
Revision: 268323

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

Added:
  gnome-contacts/repos/extra-i686/PKGBUILD
    (from rev 268322, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/extra-x86_64/PKGBUILD
    (from rev 268322, gnome-contacts/trunk/PKGBUILD)
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 ++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD                 |   29 -----------------
 extra-i686/gnome-contacts.install   |   11 ------
 extra-x86_64/PKGBUILD               |   29 -----------------
 extra-x86_64/gnome-contacts.install |   11 ------
 5 files changed, 58 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-i686/PKGBUILD	2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.19.91
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' '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=('e013f48ef4dcf1f2411cf0980f36f146020b109258f4dd34beb68a3db74dfe9f')
-
-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 268322, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-19 19:14:52 UTC (rev 268323)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain)
+makedepends=(intltool vala gobject-introspection)
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bef88dc728aa7bb058c530fd936b262d96bbc17e73d640279842371bb3ad1588')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  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	2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-i686/gnome-contacts.install	2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,11 +0,0 @@
-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	2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-x86_64/PKGBUILD	2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.19.91
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' '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=('e013f48ef4dcf1f2411cf0980f36f146020b109258f4dd34beb68a3db74dfe9f')
-
-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 268322, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-19 19:14:52 UTC (rev 268323)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain)
+makedepends=(intltool vala gobject-introspection)
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bef88dc728aa7bb058c530fd936b262d96bbc17e73d640279842371bb3ad1588')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  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	2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-x86_64/gnome-contacts.install	2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,11 +0,0 @@
-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