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

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 16:42:23
  Author: felixonmars
Revision: 284729

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

Added:
  libaccounts-glib/repos/staging-i686/
  libaccounts-glib/repos/staging-i686/PKGBUILD
(from rev 284728, libaccounts-glib/trunk/PKGBUILD)
  libaccounts-glib/repos/staging-x86_64/
  libaccounts-glib/repos/staging-x86_64/PKGBUILD
(from rev 284728, libaccounts-glib/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libaccounts-glib/repos/staging-i686/PKGBUILD (from rev 284728, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-25 16:42:23 UTC (rev 284729)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.23
+pkgrel=2
+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=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver;)
+md5sums=('af872137184b38e39db415d67a32a510')
+
+build() {
+  cd $pkgname-VERSION*
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-VERSION*
+  make DESTDIR="$pkgdir" install
+}

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 284728, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-25 16:42:23 UTC (rev 284729)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.23
+pkgrel=2
+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=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver;)
+md5sums=('af872137184b38e39db415d67a32a510')
+
+build() {
+  cd $pkgname-VERSION*
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-VERSION*
+  make DESTDIR="$pkgdir" install
+}


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

2016-09-28 Thread Antonio Rojas
Date: Wednesday, September 28, 2016 @ 19:48:10
  Author: arojas
Revision: 277269

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-28 17:59:47 UTC (rev 277268)
+++ extra-i686/PKGBUILD 2016-09-28 19:48:10 UTC (rev 277269)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.22
-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=('a103bbc1a3fb8910674ab89b5f71dfcb')
-
-build() {
-  cd $pkgname-*
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 277268, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-28 19:48:10 UTC (rev 277269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.23
+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=('af872137184b38e39db415d67a32a510')
+
+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   2016-09-28 17:59:47 UTC (rev 277268)
+++ extra-x86_64/PKGBUILD   2016-09-28 19:48:10 UTC (rev 277269)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.22
-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=('a103bbc1a3fb8910674ab89b5f71dfcb')
-
-build() {
-  cd $pkgname-*
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 277268, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-28 19:48:10 UTC (rev 277269)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.23
+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;)

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

2016-06-05 Thread Antonio Rojas
Date: Sunday, June 5, 2016 @ 11:00:46
  Author: arojas
Revision: 268970

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-05 09:00:09 UTC (rev 268969)
+++ extra-i686/PKGBUILD 2016-06-05 09:00:46 UTC (rev 268970)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.21
-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=('88184b9d613e04ae17b164019661d35d')
-
-build() {
-  cd $pkgname-*
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 268969, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-05 09:00:46 UTC (rev 268970)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.22
+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=('a103bbc1a3fb8910674ab89b5f71dfcb')
+
+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   2016-06-05 09:00:09 UTC (rev 268969)
+++ extra-x86_64/PKGBUILD   2016-06-05 09:00:46 UTC (rev 268970)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.21
-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=('88184b9d613e04ae17b164019661d35d')
-
-build() {
-  cd $pkgname-*
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname-*
-  make DESTDIR="$pkgdir" install
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 268969, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-05 09:00:46 UTC (rev 268970)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.22
+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;)

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

2016-02-24 Thread Antonio Rojas
Date: Wednesday, February 24, 2016 @ 09:05:39
  Author: arojas
Revision: 260213

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-24 08:05:05 UTC (rev 260212)
+++ extra-i686/PKGBUILD 2016-02-24 08:05:39 UTC (rev 260213)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-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
-}

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 260212, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-24 08:05:39 UTC (rev 260213)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.21
+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=('88184b9d613e04ae17b164019661d35d')
+
+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   2016-02-24 08:05:05 UTC (rev 260212)
+++ extra-x86_64/PKGBUILD   2016-02-24 08:05:39 UTC (rev 260213)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-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
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 260212, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-24 08:05:39 UTC (rev 260213)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.21
+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;)

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

2015-12-10 Thread Antonio Rojas
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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+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 

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

2014-12-06 Thread Andrea Scarpino
Date: Saturday, December 6, 2014 @ 11:01:00
  Author: andrea
Revision: 227316

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-06 10:00:49 UTC (rev 227315)
+++ extra-i686/PKGBUILD 2014-12-06 10:01:00 UTC (rev 227316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.17
-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=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fbade6c343096b2869d61128086bff9a')
-
-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 227315, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-06 10:01:00 UTC (rev 227316)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@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=(ftp://ftp.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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-06 10:00:49 UTC (rev 227315)
+++ extra-x86_64/PKGBUILD   2014-12-06 10:01:00 UTC (rev 227316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.17
-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=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fbade6c343096b2869d61128086bff9a')
-
-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 227315, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-06 10:01:00 UTC (rev 227316)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@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=(ftp://ftp.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

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

2014-08-26 Thread Andrea Scarpino
Date: Tuesday, August 26, 2014 @ 18:19:01
  Author: andrea
Revision: 220671

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-26 16:18:53 UTC (rev 220670)
+++ extra-i686/PKGBUILD 2014-08-26 16:19:01 UTC (rev 220671)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.16
-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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('1d1393030591e38e7b8b33a37555710b3116860e')
-
-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 220670, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-26 16:19:01 UTC (rev 220671)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.17
+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=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('fbade6c343096b2869d61128086bff9a')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-26 16:18:53 UTC (rev 220670)
+++ extra-x86_64/PKGBUILD   2014-08-26 16:19:01 UTC (rev 220671)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.16
-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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('1d1393030591e38e7b8b33a37555710b3116860e')
-
-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 220670, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-26 16:19:01 UTC (rev 220671)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.17
+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=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('fbade6c343096b2869d61128086bff9a')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+

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

2014-02-26 Thread Andrea Scarpino
Date: Wednesday, February 26, 2014 @ 20:59:53
  Author: andrea
Revision: 206453

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-26 19:59:44 UTC (rev 206452)
+++ extra-i686/PKGBUILD 2014-02-26 19:59:53 UTC (rev 206453)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.15
-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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
-
-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 206452, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-26 19:59:53 UTC (rev 206453)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.16
+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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('1d1393030591e38e7b8b33a37555710b3116860e')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-26 19:59:44 UTC (rev 206452)
+++ extra-x86_64/PKGBUILD   2014-02-26 19:59:53 UTC (rev 206453)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.15
-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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
-
-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 206452, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-26 19:59:53 UTC (rev 206453)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.16
+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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('1d1393030591e38e7b8b33a37555710b3116860e')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+

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

2013-12-31 Thread Andrea Scarpino
Date: Tuesday, December 31, 2013 @ 17:08:54
  Author: andrea
Revision: 203006

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-31 16:07:56 UTC (rev 203005)
+++ extra-i686/PKGBUILD 2013-12-31 16:08:54 UTC (rev 203006)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.12
-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' 'sqlite3')
-makedepends=('python2-gobject')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 203005, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-31 16:08:54 UTC (rev 203006)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.13
+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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('e6c4795a88f781e33035f9a6858a357930f7004f')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-31 16:07:56 UTC (rev 203005)
+++ extra-x86_64/PKGBUILD   2013-12-31 16:08:54 UTC (rev 203006)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.12
-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' 'sqlite3')
-makedepends=('python2-gobject')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 203005, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-31 16:08:54 UTC (rev 203006)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+

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

2013-12-31 Thread Andrea Scarpino
Date: Tuesday, December 31, 2013 @ 17:18:17
  Author: andrea
Revision: 203009

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-31 16:18:06 UTC (rev 203008)
+++ extra-i686/PKGBUILD 2013-12-31 16:18:17 UTC (rev 203009)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.13
-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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('e6c4795a88f781e33035f9a6858a357930f7004f')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./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 203008, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-31 16:18:17 UTC (rev 203009)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.15
+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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-31 16:18:06 UTC (rev 203008)
+++ extra-x86_64/PKGBUILD   2013-12-31 16:18:17 UTC (rev 203009)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.13
-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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('e6c4795a88f781e33035f9a6858a357930f7004f')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./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 203008, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-31 16:18:17 UTC (rev 203009)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.15
+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=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
+
+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 

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

2013-10-27 Thread Andrea Scarpino
Date: Sunday, October 27, 2013 @ 15:37:53
  Author: andrea
Revision: 197625

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

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

---+
 extra-i686/PKGBUILD   |   37 +
 extra-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libaccounts-glib/repos/extra-i686/PKGBUILD (from rev 197624, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-27 14:37:53 UTC (rev 197625)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.12
+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' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}

Copied: libaccounts-glib/repos/extra-x86_64/PKGBUILD (from rev 197624, 
libaccounts-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-27 14:37:53 UTC (rev 197625)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.12
+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' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}



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

2013-09-08 Thread Balló György
Date: Sunday, September 8, 2013 @ 19:56:34
  Author: bgyorgy
Revision: 96927

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 17:56:26 UTC (rev 96926)
+++ community-i686/PKGBUILD 2013-09-08 17:56:34 UTC (rev 96927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.11
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/community-i686/PKGBUILD (from rev 96926, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 17:56:34 UTC (rev 96927)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.12
+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' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-08 17:56:26 UTC (rev 96926)
+++ community-x86_64/PKGBUILD   2013-09-08 17:56:34 UTC (rev 96927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.11
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}


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

2013-06-11 Thread Balló György
Date: Wednesday, June 12, 2013 @ 06:53:53
  Author: bgyorgy
Revision: 92686

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-12 04:53:45 UTC (rev 92685)
+++ community-i686/PKGBUILD 2013-06-12 04:53:53 UTC (rev 92686)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.8
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/community-i686/PKGBUILD (from rev 92685, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-12 04:53:53 UTC (rev 92686)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.11
+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' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-12 04:53:45 UTC (rev 92685)
+++ community-x86_64/PKGBUILD   2013-06-12 04:53:53 UTC (rev 92686)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.8
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: 

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

2013-02-26 Thread Balló György
Date: Tuesday, February 26, 2013 @ 18:28:47
  Author: bgyorgy
Revision: 85006

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

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

---+
 community-i686/PKGBUILD   |   74 ++--
 community-x86_64/PKGBUILD |   74 ++--
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-26 17:28:35 UTC (rev 85005)
+++ community-i686/PKGBUILD 2013-02-26 17:28:47 UTC (rev 85006)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.7
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/community-i686/PKGBUILD (from rev 85005, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-26 17:28:47 UTC (rev 85006)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.8
+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' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-26 17:28:35 UTC (rev 85005)
+++ community-x86_64/PKGBUILD   2013-02-26 17:28:47 UTC (rev 85006)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.7
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: 

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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:11:59
  Author: bgyorgy
Revision: 84335

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

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

---+
 community-i686/PKGBUILD   |   74 ++--
 community-x86_64/PKGBUILD |   74 ++--
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 20:11:29 UTC (rev 84334)
+++ community-i686/PKGBUILD 2013-02-16 20:11:59 UTC (rev 84335)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.6
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/community-i686/PKGBUILD (from rev 84334, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 20:11:59 UTC (rev 84335)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.7
+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' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 20:11:29 UTC (rev 84334)
+++ community-x86_64/PKGBUILD   2013-02-16 20:11:59 UTC (rev 84335)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.6
-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' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: