[arch-commits] Commit in signon/repos (6 files)
Balló György
bgyorgy at nymeria.archlinux.org
Sat Jan 26 14:55:12 UTC 2013
Date: Saturday, January 26, 2013 @ 15:55:12
Author: bgyorgy
Revision: 83009
archrelease: copy trunk to community-i686, community-x86_64
Deleted:
signon/repos/community-i686/PKGBUILD
signon/repos/community-i686/cryptsetup-optional.patch
signon/repos/community-i686/use_keyring.patch
signon/repos/community-x86_64/PKGBUILD
signon/repos/community-x86_64/cryptsetup-optional.patch
signon/repos/community-x86_64/use_keyring.patch
--------------------------------------------+
community-i686/PKGBUILD | 49 ---------------------------
community-i686/cryptsetup-optional.patch | 12 ------
community-i686/use_keyring.patch | 12 ------
community-x86_64/PKGBUILD | 49 ---------------------------
community-x86_64/cryptsetup-optional.patch | 12 ------
community-x86_64/use_keyring.patch | 12 ------
6 files changed, 146 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-01-26 14:53:39 UTC (rev 83008)
+++ community-i686/PKGBUILD 2013-01-26 14:55:12 UTC (rev 83009)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=signon
-pkgname=('signon' 'signon-doc')
-pkgver=8.44
-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=('c0fa356d36295c97879e3dce97d32a97428b007b'
- '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"
-}
Deleted: community-i686/cryptsetup-optional.patch
===================================================================
--- community-i686/cryptsetup-optional.patch 2013-01-26 14:53:39 UTC (rev 83008)
+++ community-i686/cryptsetup-optional.patch 2013-01-26 14:55:12 UTC (rev 83009)
@@ -1,12 +0,0 @@
-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/use_keyring.patch
===================================================================
--- community-i686/use_keyring.patch 2013-01-26 14:53:39 UTC (rev 83008)
+++ community-i686/use_keyring.patch 2013-01-26 14:55:12 UTC (rev 83009)
@@ -1,12 +0,0 @@
-=== 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 14:53:39 UTC (rev 83008)
+++ community-x86_64/PKGBUILD 2013-01-26 14:55:12 UTC (rev 83009)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgbase=signon
-pkgname=('signon' 'signon-doc')
-pkgver=8.44
-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=('c0fa356d36295c97879e3dce97d32a97428b007b'
- '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"
-}
Deleted: community-x86_64/cryptsetup-optional.patch
===================================================================
--- community-x86_64/cryptsetup-optional.patch 2013-01-26 14:53:39 UTC (rev 83008)
+++ community-x86_64/cryptsetup-optional.patch 2013-01-26 14:55:12 UTC (rev 83009)
@@ -1,12 +0,0 @@
-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/use_keyring.patch
===================================================================
--- community-x86_64/use_keyring.patch 2013-01-26 14:53:39 UTC (rev 83008)
+++ community-x86_64/use_keyring.patch 2013-01-26 14:55:12 UTC (rev 83009)
@@ -1,12 +0,0 @@
-=== 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