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

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 26 14:48:11 UTC 2013


    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 <ballogyor+arch at gmail dot com>
-
-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 <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.6
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('dbus-glib' 'libxml2' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static \
+              PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides"
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py"
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r "$pkgdir/usr/share/backup-framework"
+}

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.000000000 +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 NEWS
- 
- backupconfdir = ${prefix}/share/backup-framework/applications

Deleted: community-i686/make-tests-optional.patch
===================================================================
--- community-i686/make-tests-optional.patch	2013-01-26 14:48:02 UTC (rev 83006)
+++ community-i686/make-tests-optional.patch	2013-01-26 14:48:10 UTC (rev 83007)
@@ -1,68 +0,0 @@
-commit c34f64423776d214fc5a24b76c7c606119988d7e
-Author: David King <david.king at canonical.com>
-Date:   Mon Oct 22 08:12:40 2012 +0100
-
-    Make tests optional at configure time
-    
-    http://code.google.com/p/accounts-sso/issues/detail?id=124
-
-diff --git a/Makefile.am b/Makefile.am
-index 97979a6..358a923 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,7 +1,10 @@
--SUBDIRS = libaccounts-glib docs tests tools
-+SUBDIRS = libaccounts-glib docs tools
- if ENABLE_PYTHON
- SUBDIRS += pygobject
- endif
-+if ENABLE_TESTS
-+SUBDIRS += tests
-+endif
- 
- ACLOCAL_AMFLAGS = -I m4
- 
-diff --git a/configure.ac b/configure.ac
-index cbaf8d5..50b95ea 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -22,7 +22,25 @@ PKG_CHECK_MODULES(
- AC_SUBST(LIBACCOUNTS_CFLAGS)
- AC_SUBST(LIBACCOUNTS_LIBS)
- 
--PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
-+# Build tests.
-+
-+CHECK_REQUIRED="check >= 0.9.4"
-+
-+AC_ARG_ENABLE([tests],
-+  [AS_HELP_STRING([--disable-tests], [build with testing support disabled])])
-+
-+AS_IF([test "x$enable_tests" != "xno"],
-+  [PKG_CHECK_EXISTS([$CHECK_REQUIRED], [have_check=yes], [have_check=no])],
-+  [have_check=no])
-+
-+AS_IF([test "x$have_check" = "xyes"],
-+  [PKG_CHECK_MODULES([CHECK], [$CHECK_REQUIRED])
-+   AC_SUBST([CHECK_CFLAGS])
-+   AC_SUBST([CHECK_LIBS])],
-+  [AS_IF([test "x$enable_tests" = "xyes"],
-+      [AC_MSG_ERROR([tests enabled but required dependencies were not found])])])
-+
-+AM_CONDITIONAL([ENABLE_TESTS], [test "x$have_check" = "xyes"])
- 
- AC_ISC_POSIX
- AC_PROG_CC
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index db5aa3f..f6c8dbf 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -7,7 +7,7 @@ dist_check_SCRIPTS = \
- check_SCRIPTS = accounts-glib-test.sh
- 
- accounts_glib_testsuite_SOURCES = check_ag.c
--accounts_glib_testsuite_CFLAGS = $(CHECK_FLAGS) -I$(top_srcdir)
-+accounts_glib_testsuite_CFLAGS = $(CHECK_CFLAGS) -I$(top_srcdir)
- accounts_glib_testsuite_LDADD = \
- 	$(CHECK_LIBS) \
- 	$(LIBACCOUNTS_LIBS) \

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-26 14:48:02 UTC (rev 83006)
+++ community-x86_64/PKGBUILD	2013-01-26 14:48:10 UTC (rev 83007)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-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-x86_64/PKGBUILD (from rev 83006, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 14:48:10 UTC (rev 83007)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.6
+pkgrel=1
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('dbus-glib' 'libxml2' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static \
+              PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides"
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py"
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r "$pkgdir/usr/share/backup-framework"
+}

Deleted: community-x86_64/fix-docdir.patch
===================================================================
--- community-x86_64/fix-docdir.patch	2013-01-26 14:48:02 UTC (rev 83006)
+++ community-x86_64/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.000000000 +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 NEWS
- 
- backupconfdir = ${prefix}/share/backup-framework/applications

Deleted: community-x86_64/make-tests-optional.patch
===================================================================
--- community-x86_64/make-tests-optional.patch	2013-01-26 14:48:02 UTC (rev 83006)
+++ community-x86_64/make-tests-optional.patch	2013-01-26 14:48:10 UTC (rev 83007)
@@ -1,68 +0,0 @@
-commit c34f64423776d214fc5a24b76c7c606119988d7e
-Author: David King <david.king at canonical.com>
-Date:   Mon Oct 22 08:12:40 2012 +0100
-
-    Make tests optional at configure time
-    
-    http://code.google.com/p/accounts-sso/issues/detail?id=124
-
-diff --git a/Makefile.am b/Makefile.am
-index 97979a6..358a923 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,7 +1,10 @@
--SUBDIRS = libaccounts-glib docs tests tools
-+SUBDIRS = libaccounts-glib docs tools
- if ENABLE_PYTHON
- SUBDIRS += pygobject
- endif
-+if ENABLE_TESTS
-+SUBDIRS += tests
-+endif
- 
- ACLOCAL_AMFLAGS = -I m4
- 
-diff --git a/configure.ac b/configure.ac
-index cbaf8d5..50b95ea 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -22,7 +22,25 @@ PKG_CHECK_MODULES(
- AC_SUBST(LIBACCOUNTS_CFLAGS)
- AC_SUBST(LIBACCOUNTS_LIBS)
- 
--PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
-+# Build tests.
-+
-+CHECK_REQUIRED="check >= 0.9.4"
-+
-+AC_ARG_ENABLE([tests],
-+  [AS_HELP_STRING([--disable-tests], [build with testing support disabled])])
-+
-+AS_IF([test "x$enable_tests" != "xno"],
-+  [PKG_CHECK_EXISTS([$CHECK_REQUIRED], [have_check=yes], [have_check=no])],
-+  [have_check=no])
-+
-+AS_IF([test "x$have_check" = "xyes"],
-+  [PKG_CHECK_MODULES([CHECK], [$CHECK_REQUIRED])
-+   AC_SUBST([CHECK_CFLAGS])
-+   AC_SUBST([CHECK_LIBS])],
-+  [AS_IF([test "x$enable_tests" = "xyes"],
-+      [AC_MSG_ERROR([tests enabled but required dependencies were not found])])])
-+
-+AM_CONDITIONAL([ENABLE_TESTS], [test "x$have_check" = "xyes"])
- 
- AC_ISC_POSIX
- AC_PROG_CC
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index db5aa3f..f6c8dbf 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -7,7 +7,7 @@ dist_check_SCRIPTS = \
- check_SCRIPTS = accounts-glib-test.sh
- 
- accounts_glib_testsuite_SOURCES = check_ag.c
--accounts_glib_testsuite_CFLAGS = $(CHECK_FLAGS) -I$(top_srcdir)
-+accounts_glib_testsuite_CFLAGS = $(CHECK_CFLAGS) -I$(top_srcdir)
- accounts_glib_testsuite_LDADD = \
- 	$(CHECK_LIBS) \
- 	$(LIBACCOUNTS_LIBS) \




More information about the arch-commits mailing list