[arch-commits] Commit in libsignon-glib/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Dec 10 20:56:16 UTC 2015


    Date: Thursday, December 10, 2015 @ 21:56:16
  Author: arojas
Revision: 255767

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

Added:
  libsignon-glib/repos/extra-i686/PKGBUILD
    (from rev 255766, libsignon-glib/trunk/PKGBUILD)
  libsignon-glib/repos/extra-x86_64/PKGBUILD
    (from rev 255766, libsignon-glib/trunk/PKGBUILD)
Deleted:
  libsignon-glib/repos/extra-i686/PKGBUILD
  libsignon-glib/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   66 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 --------------------------
 extra-x86_64/PKGBUILD |   36 --------------------------
 3 files changed, 66 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-12-10 20:55:38 UTC (rev 255766)
+++ extra-i686/PKGBUILD	2015-12-10 20:56:16 UTC (rev 255767)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=libsignon-glib
-pkgver=1.12
-pkgrel=2
-pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
-arch=(i686 x86_64)
-url='https://gitlab.com/accounts-sso/libsignon-glib'
-license=(LGPL2.1)
-depends=(signon)
-makedepends=(python2-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
-
-build() {
-  cd $pkgname.git
-
-  export PYTHON='/usr/bin/python2'
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --localstatedir='/var' \
-    --sysconfdir='/etc'
-  make
-}
-
-package() {
-  cd $pkgname.git
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: libsignon-glib/repos/extra-i686/PKGBUILD (from rev 255766, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-12-10 20:56:16 UTC (rev 255767)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=libsignon-glib
+pkgver=1.13
+pkgrel=1
+pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signon)
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('54a6d51db16934d36e0547b3cfbdf25f')
+
+build() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc'
+  make -j1
+}
+
+package() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-12-10 20:55:38 UTC (rev 255766)
+++ extra-x86_64/PKGBUILD	2015-12-10 20:56:16 UTC (rev 255767)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail.com>
-
-pkgname=libsignon-glib
-pkgver=1.12
-pkgrel=2
-pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
-arch=(i686 x86_64)
-url='https://gitlab.com/accounts-sso/libsignon-glib'
-license=(LGPL2.1)
-depends=(signon)
-makedepends=(python2-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
-
-build() {
-  cd $pkgname.git
-
-  export PYTHON='/usr/bin/python2'
-
-  ./autogen.sh
-  ./configure \
-    --prefix='/usr' \
-    --localstatedir='/var' \
-    --sysconfdir='/etc'
-  make
-}
-
-package() {
-  cd $pkgname.git
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: libsignon-glib/repos/extra-x86_64/PKGBUILD (from rev 255766, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-12-10 20:56:16 UTC (rev 255767)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail.com>
+
+pkgname=libsignon-glib
+pkgver=1.13
+pkgrel=1
+pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
+arch=(i686 x86_64)
+url='https://gitlab.com/accounts-sso/libsignon-glib'
+license=(LGPL2.1)
+depends=(signon)
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('54a6d51db16934d36e0547b3cfbdf25f')
+
+build() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  ./autogen.sh
+  ./configure \
+    --prefix='/usr' \
+    --localstatedir='/var' \
+    --sysconfdir='/etc'
+  make -j1
+}
+
+package() {
+  cd $pkgname-VERSION_$pkgver-*
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list