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

Antonio Rojas arojas at archlinux.org
Sun Jun 5 09:08:06 UTC 2016


    Date: Sunday, June 5, 2016 @ 11:08:06
  Author: arojas
Revision: 268972

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-06-05 09:07:33 UTC (rev 268971)
+++ extra-i686/PKGBUILD	2016-06-05 09:08:06 UTC (rev 268972)
@@ -1,33 +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.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
-}

Copied: libsignon-glib/repos/extra-i686/PKGBUILD (from rev 268971, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-06-05 09:08:06 UTC (rev 268972)
@@ -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.14
+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=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
+
+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	2016-06-05 09:07:33 UTC (rev 268971)
+++ extra-x86_64/PKGBUILD	2016-06-05 09:08:06 UTC (rev 268972)
@@ -1,33 +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.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
-}

Copied: libsignon-glib/repos/extra-x86_64/PKGBUILD (from rev 268971, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-06-05 09:08:06 UTC (rev 268972)
@@ -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.14
+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=(signond)
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
+
+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