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

Antonio Rojas arojas at archlinux.org
Thu Dec 10 21:19:54 UTC 2015


    Date: Thursday, December 10, 2015 @ 22:19:54
  Author: arojas
Revision: 255775

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

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

-----------------------+
 /PKGBUILD             |   62 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   29 ----------------------
 extra-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-12-10 21:19:22 UTC (rev 255774)
+++ extra-i686/PKGBUILD	2015-12-10 21:19:54 UTC (rev 255775)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libaccounts-glib
-pkgver=1.18
-pkgrel=1
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite')
-makedepends=('python2-gobject' 'docbook-xsl')
-source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
-    --prefix=/usr \
-    --disable-static \
-    --disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 255774, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-12-10 21:19:54 UTC (rev 255775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.19
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib"
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject docbook-xsl gtk-doc)
+source=("https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('2b7502129ad7bb4f1af2ada5324991d1')
+
+build() {
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-12-10 21:19:22 UTC (rev 255774)
+++ extra-x86_64/PKGBUILD	2015-12-10 21:19:54 UTC (rev 255775)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libaccounts-glib
-pkgver=1.18
-pkgrel=1
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite')
-makedepends=('python2-gobject' 'docbook-xsl')
-source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
-    --prefix=/usr \
-    --disable-static \
-    --disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 255774, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-12-10 21:19:54 UTC (rev 255775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.19
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib"
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject docbook-xsl gtk-doc)
+source=("https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('2b7502129ad7bb4f1af2ada5324991d1')
+
+build() {
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list