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

Balló György bgyorgy at nymeria.archlinux.org
Sat Feb 16 20:27:53 UTC 2013


    Date: Saturday, February 16, 2013 @ 21:27:53
  Author: bgyorgy
Revision: 84337

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-16 20:27:44 UTC (rev 84336)
+++ community-i686/PKGBUILD	2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libsignon-glib
-pkgver=1.8
-pkgrel=1
-pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('signon')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static \
-              PYTHON=python2
-  make -j1
-}
-
-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/Signon.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Signon.py"
-}

Copied: libsignon-glib/repos/community-i686/PKGBUILD (from rev 84336, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-16 20:27:53 UTC (rev 84337)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libsignon-glib
+pkgver=1.9
+pkgrel=1
+pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('signon')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('09e0b8da14f4ea9450e33eb5f6808afeefdbbe03')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static \
+              PYTHON=python2
+  make -j1
+}
+
+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/Signon.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Signon.py"
+}

Deleted: community-i686/fix-docdir.patch
===================================================================
--- community-i686/fix-docdir.patch	2013-02-16 20:27:44 UTC (rev 84336)
+++ community-i686/fix-docdir.patch	2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,12 +0,0 @@
-diff -Naur libsignon-glib-1.6.orig/Makefile.am libsignon-glib-1.6/Makefile.am
---- libsignon-glib-1.6.orig/Makefile.am	2012-08-13 10:09:23.000000000 +0200
-+++ libsignon-glib-1.6/Makefile.am	2012-10-16 22:04:28.805736477 +0200
-@@ -11,7 +11,7 @@
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libsignon-glib.pc
- 
--libsignondocdir = ${prefix}/doc/reference
-+libsignondocdir = ${docdir}
- libsignondoc_DATA= README COPYING AUTHORS ChangeLog INSTALL NEWS
- 
- EXTRA_DIST = \

Deleted: community-i686/make-tests-optional.patch
===================================================================
--- community-i686/make-tests-optional.patch	2013-02-16 20:27:44 UTC (rev 84336)
+++ community-i686/make-tests-optional.patch	2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,61 +0,0 @@
-commit 65e1948097695f26aa13f4104336a8a76a678b87
-Author: David King <david.king at canonical.com>
-Date:   Tue Oct 30 09:24:27 2012 +0000
-
-    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 86b3a55..5740d45 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -2,12 +2,16 @@ ACLOCAL_AMFLAGS = -I m4
- DISTCHECK_CONFIGURE_FLAGS = \
- 	--enable-gtk-doc \
- 	--enable-introspection=yes
--SUBDIRS = libsignon-glib docs tests
-+SUBDIRS = libsignon-glib docs
- 
- if ENABLE_PYTHON
- SUBDIRS += pygobject
- endif
- 
-+if ENABLE_TESTS
-+SUBDIRS += tests
-+endif
-+
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libsignon-glib.pc
- 
-diff --git a/configure.ac b/configure.ac
-index af5e663..d09661e 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -19,7 +19,25 @@ PKG_CHECK_MODULES(
- AC_SUBST(DEPS_CFLAGS)
- AC_SUBST(DEPS_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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-16 20:27:44 UTC (rev 84336)
+++ community-x86_64/PKGBUILD	2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libsignon-glib
-pkgver=1.8
-pkgrel=1
-pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('signon')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static \
-              PYTHON=python2
-  make -j1
-}
-
-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/Signon.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Signon.py"
-}

Copied: libsignon-glib/repos/community-x86_64/PKGBUILD (from rev 84336, libsignon-glib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-16 20:27:53 UTC (rev 84337)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libsignon-glib
+pkgver=1.9
+pkgrel=1
+pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('signon')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('09e0b8da14f4ea9450e33eb5f6808afeefdbbe03')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static \
+              PYTHON=python2
+  make -j1
+}
+
+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/Signon.py "$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Signon.py"
+}

Deleted: community-x86_64/fix-docdir.patch
===================================================================
--- community-x86_64/fix-docdir.patch	2013-02-16 20:27:44 UTC (rev 84336)
+++ community-x86_64/fix-docdir.patch	2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,12 +0,0 @@
-diff -Naur libsignon-glib-1.6.orig/Makefile.am libsignon-glib-1.6/Makefile.am
---- libsignon-glib-1.6.orig/Makefile.am	2012-08-13 10:09:23.000000000 +0200
-+++ libsignon-glib-1.6/Makefile.am	2012-10-16 22:04:28.805736477 +0200
-@@ -11,7 +11,7 @@
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libsignon-glib.pc
- 
--libsignondocdir = ${prefix}/doc/reference
-+libsignondocdir = ${docdir}
- libsignondoc_DATA= README COPYING AUTHORS ChangeLog INSTALL NEWS
- 
- EXTRA_DIST = \

Deleted: community-x86_64/make-tests-optional.patch
===================================================================
--- community-x86_64/make-tests-optional.patch	2013-02-16 20:27:44 UTC (rev 84336)
+++ community-x86_64/make-tests-optional.patch	2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,61 +0,0 @@
-commit 65e1948097695f26aa13f4104336a8a76a678b87
-Author: David King <david.king at canonical.com>
-Date:   Tue Oct 30 09:24:27 2012 +0000
-
-    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 86b3a55..5740d45 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -2,12 +2,16 @@ ACLOCAL_AMFLAGS = -I m4
- DISTCHECK_CONFIGURE_FLAGS = \
- 	--enable-gtk-doc \
- 	--enable-introspection=yes
--SUBDIRS = libsignon-glib docs tests
-+SUBDIRS = libsignon-glib docs
- 
- if ENABLE_PYTHON
- SUBDIRS += pygobject
- endif
- 
-+if ENABLE_TESTS
-+SUBDIRS += tests
-+endif
-+
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libsignon-glib.pc
- 
-diff --git a/configure.ac b/configure.ac
-index af5e663..d09661e 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -19,7 +19,25 @@ PKG_CHECK_MODULES(
- AC_SUBST(DEPS_CFLAGS)
- AC_SUBST(DEPS_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




More information about the arch-commits mailing list