[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:08:31
  Author: foutrelis
Revision: 400470

upgpkg: libaccounts-glib 1.25-3: Python 3.9 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:07:28 UTC (rev 400469)
+++ PKGBUILD2020-11-12 10:08:31 UTC (rev 400470)
@@ -4,7 +4,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.25
-pkgrel=2
+pkgrel=3
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";


[arch-commits] Commit in libaccounts-glib/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:08:36
  Author: foutrelis
Revision: 400472

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 10:08:32 UTC (rev 400471)
+++ PKGBUILD2020-11-12 10:08:36 UTC (rev 400472)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.25
-pkgrel=2
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=(x86_64)
-url="https://gitlab.com/accounts-sso/libaccounts-glib";
-license=(LGPL)
-depends=(dbus-glib libxml2 sqlite)
-makedepends=(python-gobject gobject-introspection vala meson check)
-source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
-sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
-
-prepare() {
-  mkdir -p build
-  mv $pkgname-*/ $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Dtests=false
-  ninja
-}
-
-check() {
-  cd build
-  ninja test || true
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 400471, 
libaccounts-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 10:08:36 UTC (rev 400472)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.25
+pkgrel=3
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 04:57:33
  Author: felixonmars
Revision: 400021

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 400020, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-11-10 04:57:33 UTC (rev 400021)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.25
+pkgrel=2
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 04:57:22
  Author: felixonmars
Revision: 400020

upgpkg: libaccounts-glib 1.25-2: Python 3.9 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 04:56:59 UTC (rev 400019)
+++ PKGBUILD2020-11-10 04:57:22 UTC (rev 400020)
@@ -4,7 +4,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";


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

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:41:48
  Author: arojas
Revision: 380375

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 380374, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-04-15 16:41:48 UTC (rev 380375)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.25
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2020-04-15 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 15, 2020 @ 16:41:25
  Author: arojas
Revision: 380374

Update to 1.25

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 15:59:28 UTC (rev 380373)
+++ PKGBUILD2020-04-15 16:41:25 UTC (rev 380374)
@@ -3,8 +3,8 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.24
-pkgrel=3
+pkgver=1.25
+pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";
@@ -12,7 +12,7 @@
 depends=(dbus-glib libxml2 sqlite)
 makedepends=(python-gobject gobject-introspection vala meson check)
 
source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
-md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
+sha256sums=('02afd471d77c49c400a4956cb1fb66eed8e33f42ccee634c04ffe64c3c7a00e9')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in libaccounts-glib/repos/staging-x86_64 (PKGBUILD PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 20:16:48
  Author: felixonmars
Revision: 366576

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-03 20:16:33 UTC (rev 366575)
+++ PKGBUILD2019-11-03 20:16:48 UTC (rev 366576)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.24
-pkgrel=2
-pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=(x86_64)
-url="https://gitlab.com/accounts-sso/libaccounts-glib";
-license=(LGPL)
-depends=(dbus-glib libxml2 sqlite)
-makedepends=(python-gobject gobject-introspection vala meson check)
-source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
-md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
-
-prepare() {
-  mkdir -p build
-  mv $pkgname-*/ $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Dtests=false
-  ninja
-}
-
-check() {
-  cd build
-  ninja test || true
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 366575, 
libaccounts-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-03 20:16:48 UTC (rev 366576)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.24
+pkgrel=3
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 20:16:33
  Author: felixonmars
Revision: 366575

Python 3.8 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 20:12:37 UTC (rev 366574)
+++ PKGBUILD2019-11-03 20:16:33 UTC (rev 366575)
@@ -4,7 +4,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.24
-pkgrel=2
+pkgrel=3
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 05:40:10
  Author: foutrelis
Revision: 365801

Python 3.8 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 05:40:07 UTC (rev 365800)
+++ PKGBUILD2019-10-26 05:40:10 UTC (rev 365801)
@@ -4,7 +4,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 05:40:14
  Author: foutrelis
Revision: 365803

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 365801, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-26 05:40:14 UTC (rev 365803)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.24
+pkgrel=2
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject gobject-introspection vala meson check)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2018-11-02 Thread Antonio Rojas via arch-commits
Date: Friday, November 2, 2018 @ 18:40:09
  Author: arojas
Revision: 337741

Move check to makedepends (FS#60680)

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-02 15:46:31 UTC (rev 337740)
+++ PKGBUILD2018-11-02 18:40:09 UTC (rev 337741)
@@ -10,8 +10,7 @@
 url="https://gitlab.com/accounts-sso/libaccounts-glib";
 license=(LGPL)
 depends=(dbus-glib libxml2 sqlite)
-checkdepends=(check)
-makedepends=(python-gobject gobject-introspection vala meson)
+makedepends=(python-gobject gobject-introspection vala meson check)
 
source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
 md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
 


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

2018-11-02 Thread Antonio Rojas via arch-commits
Date: Friday, November 2, 2018 @ 15:37:42
  Author: arojas
Revision: 337733

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 337732, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-02 15:37:42 UTC (rev 337733)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.24
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib";
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+checkdepends=(check)
+makedepends=(python-gobject gobject-introspection vala meson)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
+
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
+}
+
+check() {
+  cd build
+  ninja test || true
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2018-11-02 Thread Antonio Rojas via arch-commits
Date: Friday, November 2, 2018 @ 15:36:26
  Author: arojas
Revision: 337732

Update to 1.24

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 20 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-02 11:20:52 UTC (rev 337731)
+++ PKGBUILD2018-11-02 15:36:26 UTC (rev 337732)
@@ -3,28 +3,35 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.23
-pkgrel=3
+pkgver=1.24
+pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";
 license=(LGPL)
 depends=(dbus-glib libxml2 sqlite)
-makedepends=(python-gobject docbook-xsl gtk-doc)
+checkdepends=(check)
+makedepends=(python-gobject gobject-introspection vala meson)
 
source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
-md5sums=('af872137184b38e39db415d67a32a510')
+md5sums=('e8bd50db8ccb7c6c795373c45c3e9dbf')
 
+prepare() {
+  mkdir -p build
+  mv $pkgname-*/ $pkgname
+}
+
 build() {
-  cd $pkgname-VERSION*
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-gtk-doc
-  make
+  cd build
+  arch-meson ../$pkgname -Dtests=false
+  ninja
 }
 
+check() {
+  cd build
+  ninja test || true
+}
+
 package() {
-  cd $pkgname-VERSION*
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
 }


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

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:33:43
  Author: foutrelis
Revision: 329436

archrelease: copy trunk to staging-x86_64

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

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 329435, 
libaccounts-glib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 15:33:43 UTC (rev 329436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.23
+pkgrel=3
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(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/trunk (PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 15:33:39
  Author: foutrelis
Revision: 329435

Python 3.7 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-23 15:29:12 UTC (rev 329434)
+++ PKGBUILD2018-07-23 15:33:39 UTC (rev 329435)
@@ -5,7 +5,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.23
-pkgrel=2
+pkgrel=3
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";


[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/trunk (PKGBUILD)

2016-12-25 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 16:41:52
  Author: felixonmars
Revision: 284727

upgpkg: libaccounts-glib 1.23-2

python 3.6 rebuild

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 16:41:48 UTC (rev 284726)
+++ PKGBUILD2016-12-25 16:41:52 UTC (rev 284727)
@@ -5,7 +5,7 @@
 
 pkgname=libaccounts-glib
 pkgver=1.23
-pkgrel=1
+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";
@@ -16,7 +16,7 @@
 md5sums=('af872137184b38e39db415d67a32a510')
 
 build() {
-  cd $pkgname-*
+  cd $pkgname-VERSION*
   ./autogen.sh
   ./configure \
 --prefix=/usr \
@@ -26,6 +26,6 @@
 }
 
 package() {
-  cd $pkgname-*
+  cd $pkgname-VERSION*
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2016-10-22 Thread Antonio Rojas
Date: Sunday, October 23, 2016 @ 00:02:53
  Author: arojas
Revision: 279157

Unique name for tarball

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-22 23:56:39 UTC (rev 279156)
+++ PKGBUILD2016-10-23 00:02:53 UTC (rev 279157)
@@ -12,7 +12,7 @@
 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";)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver";)
 md5sums=('af872137184b38e39db415d67a32a510')
 
 build() {


[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";)
+md5sums=('af872137184b38e39db415d67a32a510')
+
+build() {
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2016-09-28 Thread Antonio Rojas
Date: Wednesday, September 28, 2016 @ 09:25:30
  Author: arojas
Revision: 277234

Update to 1.23

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 09:08:40 UTC (rev 277233)
+++ PKGBUILD2016-09-28 09:25:30 UTC (rev 277234)
@@ -4,7 +4,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.22
+pkgver=1.23
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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')
+md5sums=('af872137184b38e39db415d67a32a510')
 
 build() {
   cd $pkgname-*


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

Update to 1.22

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 04:11:28 UTC (rev 268968)
+++ PKGBUILD2016-06-05 09:00:09 UTC (rev 268969)
@@ -4,7 +4,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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')
+md5sums=('a103bbc1a3fb8910674ab89b5f71dfcb')
 
 build() {
   cd $pkgname-*


[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";)
+md5sums=('a103bbc1a3fb8910674ab89b5f71dfcb')
+
+build() {
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}


[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";)
+md5sums=('88184b9d613e04ae17b164019661d35d')
+
+build() {
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

Update to 1.21

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-24 05:33:31 UTC (rev 260211)
+++ PKGBUILD2016-02-24 08:05:05 UTC (rev 260212)
@@ -4,7 +4,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.19
+pkgver=1.21
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 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')
+md5sums=('88184b9d613e04ae17b164019661d35d')
 
 build() {
   cd $pkgname-*


[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 $pkgname-*
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-*
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2015-12-10 Thread Antonio Rojas
Date: Thursday, December 10, 2015 @ 22:19:22
  Author: arojas
Revision: 255774

Update to 1.19

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 21:15:09 UTC (rev 255773)
+++ PKGBUILD2015-12-10 21:19:22 UTC (rev 255774)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib";
-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')
+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-$pkgver
-  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
 --prefix=/usr \
 --disable-static \
 --disable-gtk-doc
@@ -24,6 +26,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-*
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.18-1

Upstream release

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-06 01:41:04 UTC (rev 227314)
+++ PKGBUILD2014-12-06 10:00:49 UTC (rev 227315)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('dbus-glib' 'libxml2' 'sqlite')
 makedepends=('python2-gobject' 'docbook-xsl')
 
source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('fbade6c343096b2869d61128086bff9a')
+md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
 
 build() {
   cd $pkgname-$pkgver


[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 
-# Contributor: Balló György 
-
-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 
+# 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=("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 
-# Contributor: Balló György 
-
-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 
+# 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=("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
+}


[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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Balló György 
+
+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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Balló György 
+
+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
+}



[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2014-08-26 Thread Andrea Scarpino
Date: Tuesday, August 26, 2014 @ 18:18:53
  Author: andrea
Revision: 220670

upgpkg: libaccounts-glib 1.17-1

Upstream release

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-26 16:14:21 UTC (rev 220669)
+++ PKGBUILD2014-08-26 16:18:53 UTC (rev 220670)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 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')
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('fbade6c343096b2869d61128086bff9a')
 
 build() {
   cd $pkgname-$pkgver



[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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Balló György 
+
+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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Balló György 
+
+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
+}



[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.16-1

Upstream release

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-26 19:59:34 UTC (rev 206451)
+++ PKGBUILD2014-02-26 19:59:44 UTC (rev 206452)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('dbus-glib' 'libxml2' 'sqlite')
 makedepends=('python2-gobject' 'docbook-xsl')
 source=("http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
+sha1sums=('1d1393030591e38e7b8b33a37555710b3116860e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.15-1

Upstream release; the HAVE_GCOV workaround is needed to fix build

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-31 16:17:09 UTC (rev 203007)
+++ PKGBUILD2013-12-31 16:18:06 UTC (rev 203008)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.13
+pkgver=1.15
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 depends=('dbus-glib' 'libxml2' 'sqlite')
 makedepends=('python2-gobject' 'docbook-xsl')
 source=("http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-sha1sums=('e6c4795a88f781e33035f9a6858a357930f7004f')
+sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure \
+  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
 --prefix=/usr \
 --disable-static \
 --disable-gtk-doc



[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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Balló György 
+
+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 
-# Contributor: Balló György 
-
-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 
+# Contributor: Balló György 
+
+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
+}



[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 
-
-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 
+# Contributor: Balló György 
+
+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 
-
-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 
+# Contributor: Balló György 
+
+pkgname=libaccounts-glib
+pkgver=1.13
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=('

[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2013-12-31 Thread Andrea Scarpino
Date: Tuesday, December 31, 2013 @ 17:07:56
  Author: andrea
Revision: 203005

upgpkg: libaccounts-glib 1.13-1

Upstream release; do not install gi for python3 (we build it with python2); 
build man pages

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 13 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-31 15:01:18 UTC (rev 203004)
+++ PKGBUILD2013-12-31 16:07:56 UTC (rev 203005)
@@ -1,36 +1,29 @@
 # $Id$
-# Maintainer: Balló György 
+# Maintainer: Andrea Scarpino 
+# Contributor: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.12
+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' 'sqlite3')
-makedepends=('python2-gobject')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
+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 "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-gtk-doc
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $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 (3 files)

2013-10-30 Thread Allan McRae
Date: Wednesday, October 30, 2013 @ 13:55:21
  Author: allan
Revision: 198122

remove !libtool

Modified:
  libaccounts-glib/repos/extra-i686/PKGBUILD
  libaccounts-glib/repos/extra-x86_64/PKGBUILD
  libaccounts-glib/trunk/PKGBUILD

-+
 repos/extra-i686/PKGBUILD   |1 -
 repos/extra-x86_64/PKGBUILD |1 -
 trunk/PKGBUILD  |1 -
 3 files changed, 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===
--- repos/extra-i686/PKGBUILD   2013-10-30 12:54:59 UTC (rev 198121)
+++ repos/extra-i686/PKGBUILD   2013-10-30 12:55:21 UTC (rev 198122)
@@ -10,7 +10,6 @@
 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')
 

Modified: repos/extra-x86_64/PKGBUILD
===
--- repos/extra-x86_64/PKGBUILD 2013-10-30 12:54:59 UTC (rev 198121)
+++ repos/extra-x86_64/PKGBUILD 2013-10-30 12:55:21 UTC (rev 198122)
@@ -10,7 +10,6 @@
 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')
 

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2013-10-30 12:54:59 UTC (rev 198121)
+++ trunk/PKGBUILD  2013-10-30 12:55:21 UTC (rev 198122)
@@ -10,7 +10,6 @@
 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')
 



[arch-commits] Commit in (libaccounts-glib)

2013-10-27 Thread Andrea Scarpino
Date: Sunday, October 27, 2013 @ 15:38:15
  Author: andrea
Revision: 99343

community2extra: Moving libaccounts-glib from community to extra

Deleted:
  libaccounts-glib/



[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 
+
+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 
+
+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 
-
-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 
+
+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 
-
-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-x86_64/PKG

[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.12-1

Update to version 1.12

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 17:54:00 UTC (rev 96925)
+++ PKGBUILD2013-09-08 17:56:26 UTC (rev 96926)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
+sha1sums=('165e0b89a0bc47459711b1e7e077fb9e14848503')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[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 
-
-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 
+
+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 
-
-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-x86_64/PKGBUI

[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.11-1

Update to version 1.11

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-12 04:46:48 UTC (rev 92684)
+++ PKGBUILD2013-06-12 04:53:45 UTC (rev 92685)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.8
+pkgver=1.11
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0')
+sha1sums=('467480fc800c6d22d8d53373f67d49f8a1e4d970')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[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 
-
-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 
+
+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 
-
-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-x86_64/PKGBUILD (from rev 85005, 
libaccounts-g

[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.8-1

Update to version 1.8

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 17:20:43 UTC (rev 85004)
+++ PKGBUILD2013-02-26 17:28:35 UTC (rev 85005)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.7
+pkgver=1.8
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
+sha1sums=('5d827392f6da2ff74e342a6b3a50fbe3486b49b0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[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 
-
-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 
+
+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 
-
-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-x86_64/PKGBUILD (from rev 84334, 
libaccounts-

[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

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

upgpkg: libaccounts-glib 1.7-1

Update to version 1.7

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 20:09:04 UTC (rev 84333)
+++ PKGBUILD2013-02-16 20:11:29 UTC (rev 84334)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
+sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-01-26 Thread Balló György
Date: Saturday, January 26, 2013 @ 15:48:10
  Author: bgyorgy
Revision: 83007

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

Added:
  libaccounts-glib/repos/community-i686/PKGBUILD
(from rev 83006, libaccounts-glib/trunk/PKGBUILD)
  libaccounts-glib/repos/community-x86_64/PKGBUILD
(from rev 83006, libaccounts-glib/trunk/PKGBUILD)
Deleted:
  libaccounts-glib/repos/community-i686/PKGBUILD
  libaccounts-glib/repos/community-i686/fix-docdir.patch
  libaccounts-glib/repos/community-i686/make-tests-optional.patch
  libaccounts-glib/repos/community-x86_64/PKGBUILD
  libaccounts-glib/repos/community-x86_64/fix-docdir.patch
  libaccounts-glib/repos/community-x86_64/make-tests-optional.patch

+
 community-i686/PKGBUILD|   78 ---
 community-i686/fix-docdir.patch|   12 
 community-i686/make-tests-optional.patch   |   68 ---
 community-x86_64/PKGBUILD  |   78 ---
 community-x86_64/fix-docdir.patch  |   12 
 community-x86_64/make-tests-optional.patch |   68 ---
 6 files changed, 74 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-26 14:48:02 UTC (rev 83006)
+++ community-i686/PKGBUILD 2013-01-26 14:48:10 UTC (rev 83007)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=libaccounts-glib
-pkgver=1.4
-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
-fix-docdir.patch
-make-tests-optional.patch)
-sha1sums=('d5c9683a6d48b977fc85523575f00b9e9cd3daa0'
-  '94291a58dbbd36f524538adbf6d0c5a55024a34c'
-  '35732dc134c32af6ad1684d6388bad8ffe3f4dcc')
-
-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 83006, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-26 14:48:10 UTC (rev 83007)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+
+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"
+}

Deleted: community-i686/fix-docdir.patch
===
--- community-i686/fix-docdir.patch 2013-01-26 14:48:02 UTC (rev 83006)
+++ community-i686/fix-docdir.patch 2013-01-26 14:48:10 UTC (rev 83007)
@@ -1,12 +0,0 @@
-diff -Naur -i libaccounts-glib-1.3.orig/Makefile.am 
libaccounts-glib-1.3/Makefile.am
 libaccounts-glib-1.3.orig/Makefile.am  2012-03-13 15:18:32.0 
+0100
-+++ libaccounts-glib-1.3/Makefile.am   2012-10-16 21:38:42.156352344 +0200
-@@ -12,7 +12,7 @@
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libaccounts-glib.pc
- 
--libaccountsdocdir = ${prefix}/doc/reference
-+libaccountsdocdir = ${docdir}
- libaccountsdoc_DATA= README COPYING AUTHORS ChangeLog INSTALL NE

[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

2013-01-26 Thread Balló György
Date: Saturday, January 26, 2013 @ 15:48:02
  Author: bgyorgy
Revision: 83006

upgpkg: libaccounts-glib 1.6-1

Update to version 1.6

Modified:
  libaccounts-glib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-26 14:45:09 UTC (rev 83005)
+++ PKGBUILD2013-01-26 14:48:02 UTC (rev 83006)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=libaccounts-glib
-pkgver=1.4
+pkgver=1.6
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('d5c9683a6d48b977fc85523575f00b9e9cd3daa0')
+sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"