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

Jan Steffens heftig at archlinux.org
Thu Sep 24 20:08:43 UTC 2015


    Date: Thursday, September 24, 2015 @ 22:08:43
  Author: heftig
Revision: 247296

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

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

----------------------------------------------+
 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 +++++++++
 4 files changed, 80 insertions(+)

Copied: gnome-contacts/repos/gnome-unstable-i686/PKGBUILD (from rev 247295, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2015-09-24 20:08:43 UTC (rev 247296)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.18.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' 'libchamplain')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c81ad739a1f554e4c89979564565e32ceaf1d2cc6c93a6a75d929d7d1fe8e287')
+
+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/gnome-contacts.install (from rev 247295, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- gnome-unstable-i686/gnome-contacts.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-contacts.install	2015-09-24 20:08:43 UTC (rev 247296)
@@ -0,0 +1,11 @@
+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/PKGBUILD (from rev 247295, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2015-09-24 20:08:43 UTC (rev 247296)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.18.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' 'libchamplain')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c81ad739a1f554e4c89979564565e32ceaf1d2cc6c93a6a75d929d7d1fe8e287')
+
+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/gnome-contacts.install (from rev 247295, gnome-contacts/trunk/gnome-contacts.install)
===================================================================
--- gnome-unstable-x86_64/gnome-contacts.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-contacts.install	2015-09-24 20:08:43 UTC (rev 247296)
@@ -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