[arch-commits] Commit in signon/repos (12 files)

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 26 15:03:10 UTC 2013


    Date: Saturday, January 26, 2013 @ 16:03:10
  Author: bgyorgy
Revision: 83013

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

Added:
  signon/repos/community-i686/PKGBUILD
    (from rev 83012, signon/trunk/PKGBUILD)
  signon/repos/community-i686/cryptsetup-optional.patch
    (from rev 83012, signon/trunk/cryptsetup-optional.patch)
  signon/repos/community-i686/signon.install
    (from rev 83012, signon/trunk/signon.install)
  signon/repos/community-i686/use_keyring.patch
    (from rev 83012, signon/trunk/use_keyring.patch)
  signon/repos/community-x86_64/PKGBUILD
    (from rev 83012, signon/trunk/PKGBUILD)
  signon/repos/community-x86_64/cryptsetup-optional.patch
    (from rev 83012, signon/trunk/cryptsetup-optional.patch)
  signon/repos/community-x86_64/signon.install
    (from rev 83012, signon/trunk/signon.install)
  signon/repos/community-x86_64/use_keyring.patch
    (from rev 83012, signon/trunk/use_keyring.patch)
Deleted:
  signon/repos/community-i686/PKGBUILD
  signon/repos/community-i686/signon.install
  signon/repos/community-x86_64/PKGBUILD
  signon/repos/community-x86_64/signon.install

--------------------------------------------+
 community-i686/PKGBUILD                    |   98 +++++++++++++--------------
 community-i686/cryptsetup-optional.patch   |   12 +++
 community-i686/signon.install              |   12 +--
 community-i686/use_keyring.patch           |   12 +++
 community-x86_64/PKGBUILD                  |   98 +++++++++++++--------------
 community-x86_64/cryptsetup-optional.patch |   12 +++
 community-x86_64/signon.install            |   12 +--
 community-x86_64/use_keyring.patch         |   12 +++
 8 files changed, 158 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 15:02:12 UTC (rev 83012)
+++ community-i686/PKGBUILD	2013-01-26 15:03:10 UTC (rev 83013)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=signon
-pkgname=('signon' 'signon-doc')
-pkgver=8.46
-pkgrel=1
-pkgdesc="Framework to provide credential storage and authentication service"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('qt' 'libproxy')
-makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
-backup=(etc/signond.conf)
-install=$pkgname.install
-source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
-        use_keyring.patch)
-sha1sums=('3524fe1427de397c7b355e86e50a901b55298976'
-          'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  # Use gnome-keyring secrets storage if signon-keyring-extension is available
-  patch -Np1 -i "$srcdir/use_keyring.patch"
-
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package_signon() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Split out documentation
-  mv "$pkgdir/usr/share/doc" "$srcdir"
-}
-
-package_signon-doc() {
-  pkgdesc="Developer documention of signon"
-  depends=()
-  options=('!emptydirs')
-  backup=()
-  install=
-
-  mkdir -p "$pkgdir/usr/share"
-  mv "$srcdir/doc" "$pkgdir/usr/share"
-}

Copied: signon/repos/community-i686/PKGBUILD (from rev 83012, signon/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=signon
+pkgname=('signon' 'signon-doc')
+pkgver=8.46
+pkgrel=1
+pkgdesc="Framework to provide credential storage and authentication service"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('qt' 'libproxy')
+makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+backup=(etc/signond.conf)
+install=$pkgname.install
+source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
+        use_keyring.patch)
+sha1sums=('3524fe1427de397c7b355e86e50a901b55298976'
+          'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  # Use gnome-keyring secrets storage if signon-keyring-extension is available
+  patch -Np1 -i "$srcdir/use_keyring.patch"
+
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package_signon() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Split out documentation
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_signon-doc() {
+  pkgdesc="Developer documention of signon"
+  depends=()
+  options=('!emptydirs')
+  backup=()
+  install=
+
+  mkdir -p "$pkgdir/usr/share"
+  mv "$srcdir/doc" "$pkgdir/usr/share"
+}

Copied: signon/repos/community-i686/cryptsetup-optional.patch (from rev 83012, signon/trunk/cryptsetup-optional.patch)
===================================================================
--- community-i686/cryptsetup-optional.patch	                        (rev 0)
+++ community-i686/cryptsetup-optional.patch	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,12 @@
+diff -Naur signon-8.43.orig/src/extensions/extensions.pro signon-8.43/src/extensions/extensions.pro
+--- signon-8.43.orig/src/extensions/extensions.pro	2012-09-18 14:59:58.000000000 +0200
++++ signon-8.43/src/extensions/extensions.pro	2012-10-17 20:02:52.846790974 +0200
+@@ -1,7 +1,7 @@
+ TEMPLATE = subdirs
+ SUBDIRS =
+ 
+-system(pkg-config --exists libcryptsetup) {
++CONFIG(cryptsetup) {
+     SUBDIRS += cryptsetup
+ }
+ 

Deleted: community-i686/signon.install
===================================================================
--- community-i686/signon.install	2013-01-26 15:02:12 UTC (rev 83012)
+++ community-i686/signon.install	2013-01-26 15:03:10 UTC (rev 83013)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
-    printf '==> Default config location changed\n'
-    printf '    Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
-  fi
-}

Copied: signon/repos/community-i686/signon.install (from rev 83012, signon/trunk/signon.install)
===================================================================
--- community-i686/signon.install	                        (rev 0)
+++ community-i686/signon.install	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
+    printf '==> Default config location changed\n'
+    printf '    Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
+  fi
+}

Copied: signon/repos/community-i686/use_keyring.patch (from rev 83012, signon/trunk/use_keyring.patch)
===================================================================
--- community-i686/use_keyring.patch	                        (rev 0)
+++ community-i686/use_keyring.patch	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,12 @@
+=== modified file 'src/signond/signond.conf'
+--- old/src/signond/signond.conf	2012-07-25 14:57:50 +0000
++++ new/src/signond/signond.conf	2012-07-25 19:27:16 +0000
+@@ -17,6 +17,7 @@
+ FileSystemName=signonfs
+ Size=8
+ FileSystemType=ext2
++SecretsStorage=gnome-keyring
+ 
+ [ObjectTimeouts]
+ IdentityTimeout=300
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-26 15:02:12 UTC (rev 83012)
+++ community-x86_64/PKGBUILD	2013-01-26 15:03:10 UTC (rev 83013)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=signon
-pkgname=('signon' 'signon-doc')
-pkgver=8.46
-pkgrel=1
-pkgdesc="Framework to provide credential storage and authentication service"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/accounts-sso/"
-license=('LGPL')
-depends=('qt' 'libproxy')
-makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
-backup=(etc/signond.conf)
-install=$pkgname.install
-source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
-        use_keyring.patch)
-sha1sums=('3524fe1427de397c7b355e86e50a901b55298976'
-          'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  # Use gnome-keyring secrets storage if signon-keyring-extension is available
-  patch -Np1 -i "$srcdir/use_keyring.patch"
-
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package_signon() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Split out documentation
-  mv "$pkgdir/usr/share/doc" "$srcdir"
-}
-
-package_signon-doc() {
-  pkgdesc="Developer documention of signon"
-  depends=()
-  options=('!emptydirs')
-  backup=()
-  install=
-
-  mkdir -p "$pkgdir/usr/share"
-  mv "$srcdir/doc" "$pkgdir/usr/share"
-}

Copied: signon/repos/community-x86_64/PKGBUILD (from rev 83012, signon/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgbase=signon
+pkgname=('signon' 'signon-doc')
+pkgver=8.46
+pkgrel=1
+pkgdesc="Framework to provide credential storage and authentication service"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/accounts-sso/"
+license=('LGPL')
+depends=('qt' 'libproxy')
+makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+backup=(etc/signond.conf)
+install=$pkgname.install
+source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
+        use_keyring.patch)
+sha1sums=('3524fe1427de397c7b355e86e50a901b55298976'
+          'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  # Use gnome-keyring secrets storage if signon-keyring-extension is available
+  patch -Np1 -i "$srcdir/use_keyring.patch"
+
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package_signon() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Split out documentation
+  mv "$pkgdir/usr/share/doc" "$srcdir"
+}
+
+package_signon-doc() {
+  pkgdesc="Developer documention of signon"
+  depends=()
+  options=('!emptydirs')
+  backup=()
+  install=
+
+  mkdir -p "$pkgdir/usr/share"
+  mv "$srcdir/doc" "$pkgdir/usr/share"
+}

Copied: signon/repos/community-x86_64/cryptsetup-optional.patch (from rev 83012, signon/trunk/cryptsetup-optional.patch)
===================================================================
--- community-x86_64/cryptsetup-optional.patch	                        (rev 0)
+++ community-x86_64/cryptsetup-optional.patch	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,12 @@
+diff -Naur signon-8.43.orig/src/extensions/extensions.pro signon-8.43/src/extensions/extensions.pro
+--- signon-8.43.orig/src/extensions/extensions.pro	2012-09-18 14:59:58.000000000 +0200
++++ signon-8.43/src/extensions/extensions.pro	2012-10-17 20:02:52.846790974 +0200
+@@ -1,7 +1,7 @@
+ TEMPLATE = subdirs
+ SUBDIRS =
+ 
+-system(pkg-config --exists libcryptsetup) {
++CONFIG(cryptsetup) {
+     SUBDIRS += cryptsetup
+ }
+ 

Deleted: community-x86_64/signon.install
===================================================================
--- community-x86_64/signon.install	2013-01-26 15:02:12 UTC (rev 83012)
+++ community-x86_64/signon.install	2013-01-26 15:03:10 UTC (rev 83013)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
-    printf '==> Default config location changed\n'
-    printf '    Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
-  fi
-}

Copied: signon/repos/community-x86_64/signon.install (from rev 83012, signon/trunk/signon.install)
===================================================================
--- community-x86_64/signon.install	                        (rev 0)
+++ community-x86_64/signon.install	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if [ "$(vercmp 8.44 "$2")" -eq 1 ]; then
+    printf '==> Default config location changed\n'
+    printf '    Move the file signon.db from ~/.signon/ to ~/.config/signond/\n'
+  fi
+}

Copied: signon/repos/community-x86_64/use_keyring.patch (from rev 83012, signon/trunk/use_keyring.patch)
===================================================================
--- community-x86_64/use_keyring.patch	                        (rev 0)
+++ community-x86_64/use_keyring.patch	2013-01-26 15:03:10 UTC (rev 83013)
@@ -0,0 +1,12 @@
+=== modified file 'src/signond/signond.conf'
+--- old/src/signond/signond.conf	2012-07-25 14:57:50 +0000
++++ new/src/signond/signond.conf	2012-07-25 19:27:16 +0000
+@@ -17,6 +17,7 @@
+ FileSystemName=signonfs
+ Size=8
+ FileSystemType=ext2
++SecretsStorage=gnome-keyring
+ 
+ [ObjectTimeouts]
+ IdentityTimeout=300
+




More information about the arch-commits mailing list