[arch-commits] Commit in (gq)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:54:36
  Author: bpiotrowski
Revision: 279723

gq: move to AUR

Deleted:
  gq/


[arch-commits] Commit in gq/repos (18 files)

2017-05-18 Thread Jan de Groot
Date: Thursday, May 18, 2017 @ 15:08:21
  Author: jgc
Revision: 228481

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

Added:
  gq/repos/community-staging-i686/
  gq/repos/community-staging-i686/PKGBUILD
(from rev 228480, gq/trunk/PKGBUILD)
  gq/repos/community-staging-i686/gq-1.3.4-configure.patch
(from rev 228480, gq/trunk/gq-1.3.4-configure.patch)
  gq/repos/community-staging-i686/gq-1.3.4-dso.patch
(from rev 228480, gq/trunk/gq-1.3.4-dso.patch)
  gq/repos/community-staging-i686/gq-1.3.4-errorchain.patch
(from rev 228480, gq/trunk/gq-1.3.4-errorchain.patch)
  gq/repos/community-staging-i686/gq-1.3.4-glibfix.patch
(from rev 228480, gq/trunk/gq-1.3.4-glibfix.patch)
  gq/repos/community-staging-i686/gq-1.3.4-kerberos.patch
(from rev 228480, gq/trunk/gq-1.3.4-kerberos.patch)
  gq/repos/community-staging-i686/gq-1.3.4-sanity-check.patch
(from rev 228480, gq/trunk/gq-1.3.4-sanity-check.patch)
  gq/repos/community-staging-i686/gq-1.3.4-strcmp-null-safe.patch
(from rev 228480, gq/trunk/gq-1.3.4-strcmp-null-safe.patch)
  gq/repos/community-staging-x86_64/
  gq/repos/community-staging-x86_64/PKGBUILD
(from rev 228480, gq/trunk/PKGBUILD)
  gq/repos/community-staging-x86_64/gq-1.3.4-configure.patch
(from rev 228480, gq/trunk/gq-1.3.4-configure.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-dso.patch
(from rev 228480, gq/trunk/gq-1.3.4-dso.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-errorchain.patch
(from rev 228480, gq/trunk/gq-1.3.4-errorchain.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-glibfix.patch
(from rev 228480, gq/trunk/gq-1.3.4-glibfix.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-kerberos.patch
(from rev 228480, gq/trunk/gq-1.3.4-kerberos.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-sanity-check.patch
(from rev 228480, gq/trunk/gq-1.3.4-sanity-check.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-strcmp-null-safe.patch
(from rev 228480, gq/trunk/gq-1.3.4-strcmp-null-safe.patch)

--+
 community-staging-i686/PKGBUILD  |   54 ++
 community-staging-i686/gq-1.3.4-configure.patch  |   13 +
 community-staging-i686/gq-1.3.4-dso.patch|   12 +
 community-staging-i686/gq-1.3.4-errorchain.patch |   47 +
 community-staging-i686/gq-1.3.4-glibfix.patch|  112 +
 community-staging-i686/gq-1.3.4-kerberos.patch   |   11 +
 community-staging-i686/gq-1.3.4-sanity-check.patch   |   19 ++
 community-staging-i686/gq-1.3.4-strcmp-null-safe.patch   |   13 +
 community-staging-x86_64/PKGBUILD|   54 ++
 community-staging-x86_64/gq-1.3.4-configure.patch|   13 +
 community-staging-x86_64/gq-1.3.4-dso.patch  |   12 +
 community-staging-x86_64/gq-1.3.4-errorchain.patch   |   47 +
 community-staging-x86_64/gq-1.3.4-glibfix.patch  |  112 +
 community-staging-x86_64/gq-1.3.4-kerberos.patch |   11 +
 community-staging-x86_64/gq-1.3.4-sanity-check.patch |   19 ++
 community-staging-x86_64/gq-1.3.4-strcmp-null-safe.patch |   13 +
 16 files changed, 562 insertions(+)

Copied: gq/repos/community-staging-i686/PKGBUILD (from rev 228480, 
gq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-18 15:08:21 UTC (rev 228481)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gergely Tamas 
+
+pkgname=gq
+pkgver=1.3.4
+pkgrel=8
+pkgdesc="interactive graphical LDAP browser"
+url="https://sourceforge.net/projects/gqclient/;
+license=("GPL")
+depends=('libxml2' 'openssl-1.0' 'gtk2' 'libgnome-keyring' 'libglade' 
'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+arch=('i686' 'x86_64')
+source=(https://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   gq-1.3.4-kerberos.patch
+   gq-1.3.4-configure.patch
+   gq-1.3.4-dso.patch
+   gq-1.3.4-glibfix.patch
+   gq-1.3.4-errorchain.patch
+   gq-1.3.4-strcmp-null-safe.patch
+   gq-1.3.4-sanity-check.patch)
+sha256sums=('2ac77f3233ddaef718f89c9371ab5165af29cf9738ed46b6bea64b37e45d4b60'
+'bc985d3a59ff08747a58c53112cc2903b0cba438ee3b328b9bbf4976226c5402'
+'a3ba1a50c19469834170632d6f5289cada81f04b7921fb16c37327a5f946f770'
+'7b7a39eafaff8b4ffe34b263330a6eb0b20827c51deaff83e80dbce6460b6e50'
+'ce2b395da210fd5f68d2afb80de2d15f77d4161fbb9911fe876d891cf21cf057'
+'983d2ca845306d76b2fe4167eb1f479f3ee2ad81f3318602be9e99ab117689e6'
+'396098fe4b4550c3260c97fe4de209088860e1fe3acf6aaa9574b67a4d9b85b8'
+

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

2017-05-18 Thread Jan de Groot
Date: Thursday, May 18, 2017 @ 15:08:12
  Author: jgc
Revision: 228480

upgpkg: gq 1.3.4-8

OpenSSL 1.0 rebuild

Modified:
  gq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-18 14:49:05 UTC (rev 228479)
+++ PKGBUILD2017-05-18 15:08:12 UTC (rev 228480)
@@ -4,7 +4,7 @@
 
 pkgname=gq
 pkgver=1.3.4
-pkgrel=7
+pkgrel=8
 pkgdesc="interactive graphical LDAP browser"
 url="https://sourceforge.net/projects/gqclient/;
 license=("GPL")


[arch-commits] Commit in gq/repos (18 files)

2017-04-05 Thread Antonio Rojas
Date: Wednesday, April 5, 2017 @ 10:30:21
  Author: arojas
Revision: 220571

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

Added:
  gq/repos/community-staging-i686/
  gq/repos/community-staging-i686/PKGBUILD
(from rev 220570, gq/trunk/PKGBUILD)
  gq/repos/community-staging-i686/gq-1.3.4-configure.patch
(from rev 220570, gq/trunk/gq-1.3.4-configure.patch)
  gq/repos/community-staging-i686/gq-1.3.4-dso.patch
(from rev 220570, gq/trunk/gq-1.3.4-dso.patch)
  gq/repos/community-staging-i686/gq-1.3.4-errorchain.patch
(from rev 220570, gq/trunk/gq-1.3.4-errorchain.patch)
  gq/repos/community-staging-i686/gq-1.3.4-glibfix.patch
(from rev 220570, gq/trunk/gq-1.3.4-glibfix.patch)
  gq/repos/community-staging-i686/gq-1.3.4-kerberos.patch
(from rev 220570, gq/trunk/gq-1.3.4-kerberos.patch)
  gq/repos/community-staging-i686/gq-1.3.4-sanity-check.patch
(from rev 220570, gq/trunk/gq-1.3.4-sanity-check.patch)
  gq/repos/community-staging-i686/gq-1.3.4-strcmp-null-safe.patch
(from rev 220570, gq/trunk/gq-1.3.4-strcmp-null-safe.patch)
  gq/repos/community-staging-x86_64/
  gq/repos/community-staging-x86_64/PKGBUILD
(from rev 220570, gq/trunk/PKGBUILD)
  gq/repos/community-staging-x86_64/gq-1.3.4-configure.patch
(from rev 220570, gq/trunk/gq-1.3.4-configure.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-dso.patch
(from rev 220570, gq/trunk/gq-1.3.4-dso.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-errorchain.patch
(from rev 220570, gq/trunk/gq-1.3.4-errorchain.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-glibfix.patch
(from rev 220570, gq/trunk/gq-1.3.4-glibfix.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-kerberos.patch
(from rev 220570, gq/trunk/gq-1.3.4-kerberos.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-sanity-check.patch
(from rev 220570, gq/trunk/gq-1.3.4-sanity-check.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-strcmp-null-safe.patch
(from rev 220570, gq/trunk/gq-1.3.4-strcmp-null-safe.patch)

--+
 community-staging-i686/PKGBUILD  |   54 ++
 community-staging-i686/gq-1.3.4-configure.patch  |   13 +
 community-staging-i686/gq-1.3.4-dso.patch|   12 +
 community-staging-i686/gq-1.3.4-errorchain.patch |   47 +
 community-staging-i686/gq-1.3.4-glibfix.patch|  112 +
 community-staging-i686/gq-1.3.4-kerberos.patch   |   11 +
 community-staging-i686/gq-1.3.4-sanity-check.patch   |   19 ++
 community-staging-i686/gq-1.3.4-strcmp-null-safe.patch   |   13 +
 community-staging-x86_64/PKGBUILD|   54 ++
 community-staging-x86_64/gq-1.3.4-configure.patch|   13 +
 community-staging-x86_64/gq-1.3.4-dso.patch  |   12 +
 community-staging-x86_64/gq-1.3.4-errorchain.patch   |   47 +
 community-staging-x86_64/gq-1.3.4-glibfix.patch  |  112 +
 community-staging-x86_64/gq-1.3.4-kerberos.patch |   11 +
 community-staging-x86_64/gq-1.3.4-sanity-check.patch |   19 ++
 community-staging-x86_64/gq-1.3.4-strcmp-null-safe.patch |   13 +
 16 files changed, 562 insertions(+)

Copied: gq/repos/community-staging-i686/PKGBUILD (from rev 220570, 
gq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-05 10:30:21 UTC (rev 220571)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gergely Tamas 
+
+pkgname=gq
+pkgver=1.3.4
+pkgrel=7
+pkgdesc="interactive graphical LDAP browser"
+url="https://sourceforge.net/projects/gqclient/;
+license=("GPL")
+depends=('libxml2' 'openssl-1.0' 'gtk2' 'libgnome-keyring' 'libglade' 
'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+arch=('i686' 'x86_64')
+source=(https://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   gq-1.3.4-kerberos.patch
+   gq-1.3.4-configure.patch
+   gq-1.3.4-dso.patch
+   gq-1.3.4-glibfix.patch
+   gq-1.3.4-errorchain.patch
+   gq-1.3.4-strcmp-null-safe.patch
+   gq-1.3.4-sanity-check.patch)
+sha256sums=('2ac77f3233ddaef718f89c9371ab5165af29cf9738ed46b6bea64b37e45d4b60'
+'bc985d3a59ff08747a58c53112cc2903b0cba438ee3b328b9bbf4976226c5402'
+'a3ba1a50c19469834170632d6f5289cada81f04b7921fb16c37327a5f946f770'
+'7b7a39eafaff8b4ffe34b263330a6eb0b20827c51deaff83e80dbce6460b6e50'
+'ce2b395da210fd5f68d2afb80de2d15f77d4161fbb9911fe876d891cf21cf057'
+'983d2ca845306d76b2fe4167eb1f479f3ee2ad81f3318602be9e99ab117689e6'
+'396098fe4b4550c3260c97fe4de209088860e1fe3acf6aaa9574b67a4d9b85b8'
+

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

2017-04-05 Thread Antonio Rojas
Date: Wednesday, April 5, 2017 @ 10:29:43
  Author: arojas
Revision: 220570

openssl-1.0 1.0.2.k-3 rebuild

Modified:
  gq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 10:28:22 UTC (rev 220569)
+++ PKGBUILD2017-04-05 10:29:43 UTC (rev 220570)
@@ -4,7 +4,7 @@
 
 pkgname=gq
 pkgver=1.3.4
-pkgrel=6
+pkgrel=7
 pkgdesc="interactive graphical LDAP browser"
 url="https://sourceforge.net/projects/gqclient/;
 license=("GPL")


[arch-commits] Commit in gq/trunk (9 files)

2017-03-20 Thread Jan de Groot
Date: Monday, March 20, 2017 @ 15:56:51
  Author: jgc
Revision: 217680

upgpkg: gq 1.3.4-6

Build with OpenSSL 1.0

Added:
  gq/trunk/gq-1.3.4-configure.patch
  gq/trunk/gq-1.3.4-dso.patch
  gq/trunk/gq-1.3.4-errorchain.patch
  gq/trunk/gq-1.3.4-glibfix.patch
  gq/trunk/gq-1.3.4-kerberos.patch
  gq/trunk/gq-1.3.4-sanity-check.patch
  gq/trunk/gq-1.3.4-strcmp-null-safe.patch
Modified:
  gq/trunk/PKGBUILD
Deleted:
  gq/trunk/glib-headers-fix.patch

-+
 PKGBUILD|   39 +--
 glib-headers-fix.patch  |  124 --
 gq-1.3.4-configure.patch|   13 +++
 gq-1.3.4-dso.patch  |   12 +++
 gq-1.3.4-errorchain.patch   |   47 ++
 gq-1.3.4-glibfix.patch  |  112 ++
 gq-1.3.4-kerberos.patch |   11 +++
 gq-1.3.4-sanity-check.patch |   19 +
 gq-1.3.4-strcmp-null-safe.patch |   13 +++
 9 files changed, 257 insertions(+), 133 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 15:46:54 UTC (rev 217679)
+++ PKGBUILD2017-03-20 15:56:51 UTC (rev 217680)
@@ -4,26 +4,47 @@
 
 pkgname=gq
 pkgver=1.3.4
-pkgrel=5
+pkgrel=6
 pkgdesc="interactive graphical LDAP browser"
-url="http://sourceforge.net/projects/gqclient;
+url="https://sourceforge.net/projects/gqclient/;
 license=("GPL")
-depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 
'libgpg-error' 'libgcrypt')
+depends=('libxml2' 'openssl-1.0' 'gtk2' 'libgnome-keyring' 'libglade' 
'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
 arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
-   glib-headers-fix.patch)
-md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
- '4a98232c5a908c86216c7d9e235d4c0b')
+source=(https://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   gq-1.3.4-kerberos.patch
+   gq-1.3.4-configure.patch
+   gq-1.3.4-dso.patch
+   gq-1.3.4-glibfix.patch
+   gq-1.3.4-errorchain.patch
+   gq-1.3.4-strcmp-null-safe.patch
+   gq-1.3.4-sanity-check.patch)
+sha256sums=('2ac77f3233ddaef718f89c9371ab5165af29cf9738ed46b6bea64b37e45d4b60'
+'bc985d3a59ff08747a58c53112cc2903b0cba438ee3b328b9bbf4976226c5402'
+'a3ba1a50c19469834170632d6f5289cada81f04b7921fb16c37327a5f946f770'
+'7b7a39eafaff8b4ffe34b263330a6eb0b20827c51deaff83e80dbce6460b6e50'
+'ce2b395da210fd5f68d2afb80de2d15f77d4161fbb9911fe876d891cf21cf057'
+'983d2ca845306d76b2fe4167eb1f479f3ee2ad81f3318602be9e99ab117689e6'
+'396098fe4b4550c3260c97fe4de209088860e1fe3acf6aaa9574b67a4d9b85b8'
+'1c65f6ecb1fedb1a06f3c52f48d0dc8456c386e86ef5a629fc4ddfc1259ec613')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/glib-headers-fix.patch
+  patch -Np1 -i ../gq-1.3.4-kerberos.patch
+  patch -Np0 -i ../gq-1.3.4-configure.patch
+  patch -Np1 -i ../gq-1.3.4-dso.patch
+  patch -Np1 -i ../gq-1.3.4-glibfix.patch
+  patch -Np1 -i ../gq-1.3.4-errorchain.patch
+  patch -Np1 -i ../gq-1.3.4-strcmp-null-safe.patch
+  patch -Np1 -i ../gq-1.3.4-sanity-check.patch
 }
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging 
--disable-update-mimedb
+  PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
+  CFLAGS+=" -I/usr/include/openssl-1.0" \
+  LDFLAGS+="-I/usr/lib/openssl-1.0" \
+  ./configure --prefix=/usr --disable-debugging --disable-update-mimedb
   make
 }
 

Deleted: glib-headers-fix.patch
===
--- glib-headers-fix.patch  2017-03-20 15:46:54 UTC (rev 217679)
+++ glib-headers-fix.patch  2017-03-20 15:56:51 UTC (rev 217680)
@@ -1,124 +0,0 @@
-diff -wbBur gq-1.3.4/src/glib-helpers.h gq-1.3.4.my/src/glib-helpers.h
 gq-1.3.4/src/glib-helpers.h2008-01-09 19:35:12.0 +0300
-+++ gq-1.3.4.my/src/glib-helpers.h 2013-12-25 18:53:46.695364792 +0400
-@@ -24,7 +24,7 @@
- #ifndef GLIB_HELPERS_H
- #define GLIB_HELPERS_H
- 
--#include 
-+#include 
- 
- G_BEGIN_DECLS
- 
-diff -wbBur gq-1.3.4/src/gq-hash.h gq-1.3.4.my/src/gq-hash.h
 gq-1.3.4/src/gq-hash.h 2008-01-09 19:35:12.0 +0300
-+++ gq-1.3.4.my/src/gq-hash.h  2013-12-25 18:54:12.485364495 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_ENCRYPTION_H
- #define GQ_ENCRYPTION_H
- 
--#include 
-+#include 
- #include "gq-utilities.h"
- 
- G_BEGIN_DECLS
-diff -wbBur gq-1.3.4/src/gq-ldap.h gq-1.3.4.my/src/gq-ldap.h
 gq-1.3.4/src/gq-ldap.h 2008-02-14 00:15:05.0 +0300
-+++ gq-1.3.4.my/src/gq-ldap.h  2013-12-25 16:28:25.672131705 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_LDAP_H
- #define GQ_LDAP_H
- 
--
-+#define LDAP_DEPRECATED 1
- 
- #include 
- 
-diff -wbBur gq-1.3.4/src/gq-main-loop.h 

[arch-commits] Commit in gq/repos (18 files)

2017-03-20 Thread Jan de Groot
Date: Monday, March 20, 2017 @ 15:56:58
  Author: jgc
Revision: 217681

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

Added:
  gq/repos/community-staging-i686/
  gq/repos/community-staging-i686/PKGBUILD
(from rev 217680, gq/trunk/PKGBUILD)
  gq/repos/community-staging-i686/gq-1.3.4-configure.patch
(from rev 217680, gq/trunk/gq-1.3.4-configure.patch)
  gq/repos/community-staging-i686/gq-1.3.4-dso.patch
(from rev 217680, gq/trunk/gq-1.3.4-dso.patch)
  gq/repos/community-staging-i686/gq-1.3.4-errorchain.patch
(from rev 217680, gq/trunk/gq-1.3.4-errorchain.patch)
  gq/repos/community-staging-i686/gq-1.3.4-glibfix.patch
(from rev 217680, gq/trunk/gq-1.3.4-glibfix.patch)
  gq/repos/community-staging-i686/gq-1.3.4-kerberos.patch
(from rev 217680, gq/trunk/gq-1.3.4-kerberos.patch)
  gq/repos/community-staging-i686/gq-1.3.4-sanity-check.patch
(from rev 217680, gq/trunk/gq-1.3.4-sanity-check.patch)
  gq/repos/community-staging-i686/gq-1.3.4-strcmp-null-safe.patch
(from rev 217680, gq/trunk/gq-1.3.4-strcmp-null-safe.patch)
  gq/repos/community-staging-x86_64/
  gq/repos/community-staging-x86_64/PKGBUILD
(from rev 217680, gq/trunk/PKGBUILD)
  gq/repos/community-staging-x86_64/gq-1.3.4-configure.patch
(from rev 217680, gq/trunk/gq-1.3.4-configure.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-dso.patch
(from rev 217680, gq/trunk/gq-1.3.4-dso.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-errorchain.patch
(from rev 217680, gq/trunk/gq-1.3.4-errorchain.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-glibfix.patch
(from rev 217680, gq/trunk/gq-1.3.4-glibfix.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-kerberos.patch
(from rev 217680, gq/trunk/gq-1.3.4-kerberos.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-sanity-check.patch
(from rev 217680, gq/trunk/gq-1.3.4-sanity-check.patch)
  gq/repos/community-staging-x86_64/gq-1.3.4-strcmp-null-safe.patch
(from rev 217680, gq/trunk/gq-1.3.4-strcmp-null-safe.patch)

--+
 community-staging-i686/PKGBUILD  |   54 ++
 community-staging-i686/gq-1.3.4-configure.patch  |   13 +
 community-staging-i686/gq-1.3.4-dso.patch|   12 +
 community-staging-i686/gq-1.3.4-errorchain.patch |   47 +
 community-staging-i686/gq-1.3.4-glibfix.patch|  112 +
 community-staging-i686/gq-1.3.4-kerberos.patch   |   11 +
 community-staging-i686/gq-1.3.4-sanity-check.patch   |   19 ++
 community-staging-i686/gq-1.3.4-strcmp-null-safe.patch   |   13 +
 community-staging-x86_64/PKGBUILD|   54 ++
 community-staging-x86_64/gq-1.3.4-configure.patch|   13 +
 community-staging-x86_64/gq-1.3.4-dso.patch  |   12 +
 community-staging-x86_64/gq-1.3.4-errorchain.patch   |   47 +
 community-staging-x86_64/gq-1.3.4-glibfix.patch  |  112 +
 community-staging-x86_64/gq-1.3.4-kerberos.patch |   11 +
 community-staging-x86_64/gq-1.3.4-sanity-check.patch |   19 ++
 community-staging-x86_64/gq-1.3.4-strcmp-null-safe.patch |   13 +
 16 files changed, 562 insertions(+)

Copied: gq/repos/community-staging-i686/PKGBUILD (from rev 217680, 
gq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-20 15:56:58 UTC (rev 217681)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gergely Tamas 
+
+pkgname=gq
+pkgver=1.3.4
+pkgrel=6
+pkgdesc="interactive graphical LDAP browser"
+url="https://sourceforge.net/projects/gqclient/;
+license=("GPL")
+depends=('libxml2' 'openssl-1.0' 'gtk2' 'libgnome-keyring' 'libglade' 
'libldap>=2.4.18' 'libgpg-error' 'libgcrypt')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+arch=('i686' 'x86_64')
+source=(https://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   gq-1.3.4-kerberos.patch
+   gq-1.3.4-configure.patch
+   gq-1.3.4-dso.patch
+   gq-1.3.4-glibfix.patch
+   gq-1.3.4-errorchain.patch
+   gq-1.3.4-strcmp-null-safe.patch
+   gq-1.3.4-sanity-check.patch)
+sha256sums=('2ac77f3233ddaef718f89c9371ab5165af29cf9738ed46b6bea64b37e45d4b60'
+'bc985d3a59ff08747a58c53112cc2903b0cba438ee3b328b9bbf4976226c5402'
+'a3ba1a50c19469834170632d6f5289cada81f04b7921fb16c37327a5f946f770'
+'7b7a39eafaff8b4ffe34b263330a6eb0b20827c51deaff83e80dbce6460b6e50'
+'ce2b395da210fd5f68d2afb80de2d15f77d4161fbb9911fe876d891cf21cf057'
+'983d2ca845306d76b2fe4167eb1f479f3ee2ad81f3318602be9e99ab117689e6'
+'396098fe4b4550c3260c97fe4de209088860e1fe3acf6aaa9574b67a4d9b85b8'
+

[arch-commits] Commit in gq/repos (10 files)

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 01:00:43
  Author: spupykin
Revision: 172265

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

Added:
  gq/repos/community-i686/PKGBUILD
(from rev 172264, gq/trunk/PKGBUILD)
  gq/repos/community-i686/glib-headers-fix.patch
(from rev 172264, gq/trunk/glib-headers-fix.patch)
  gq/repos/community-x86_64/PKGBUILD
(from rev 172264, gq/trunk/PKGBUILD)
  gq/repos/community-x86_64/glib-headers-fix.patch
(from rev 172264, gq/trunk/glib-headers-fix.patch)
Deleted:
  gq/repos/community-i686/PKGBUILD
  gq/repos/community-i686/glib-headers-fix.patch
  gq/repos/community-i686/gq.install
  gq/repos/community-x86_64/PKGBUILD
  gq/repos/community-x86_64/glib-headers-fix.patch
  gq/repos/community-x86_64/gq.install

-+
 /PKGBUILD   |   66 +++
 /glib-headers-fix.patch |  248 ++
 community-i686/PKGBUILD |   34 
 community-i686/glib-headers-fix.patch   |  124 ---
 community-i686/gq.install   |   12 -
 community-x86_64/PKGBUILD   |   34 
 community-x86_64/glib-headers-fix.patch |  124 ---
 community-x86_64/gq.install |   12 -
 8 files changed, 314 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 23:00:28 UTC (rev 172264)
+++ community-i686/PKGBUILD 2016-04-27 23:00:43 UTC (rev 172265)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Gergely Tamas 
-
-pkgname=gq
-pkgver=1.3.4
-pkgrel=4
-pkgdesc="interactive graphical LDAP browser"
-url="http://sourceforge.net/projects/gqclient;
-license=("GPL")
-depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 
'libgpg-error' 'libgcrypt')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
-arch=('i686' 'x86_64')
-install=gq.install
-source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
-   glib-headers-fix.patch)
-md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
- '4a98232c5a908c86216c7d9e235d4c0b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/glib-headers-fix.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging 
--disable-update-mimedb
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gq/repos/community-i686/PKGBUILD (from rev 172264, gq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 23:00:43 UTC (rev 172265)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gergely Tamas 
+
+pkgname=gq
+pkgver=1.3.4
+pkgrel=5
+pkgdesc="interactive graphical LDAP browser"
+url="http://sourceforge.net/projects/gqclient;
+license=("GPL")
+depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 
'libgpg-error' 'libgcrypt')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   glib-headers-fix.patch)
+md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
+ '4a98232c5a908c86216c7d9e235d4c0b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/glib-headers-fix.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging 
--disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/glib-headers-fix.patch
===
--- community-i686/glib-headers-fix.patch   2016-04-27 23:00:28 UTC (rev 
172264)
+++ community-i686/glib-headers-fix.patch   2016-04-27 23:00:43 UTC (rev 
172265)
@@ -1,124 +0,0 @@
-diff -wbBur gq-1.3.4/src/glib-helpers.h gq-1.3.4.my/src/glib-helpers.h
 gq-1.3.4/src/glib-helpers.h2008-01-09 19:35:12.0 +0300
-+++ gq-1.3.4.my/src/glib-helpers.h 2013-12-25 18:53:46.695364792 +0400
-@@ -24,7 +24,7 @@
- #ifndef GLIB_HELPERS_H
- #define GLIB_HELPERS_H
- 
--#include 
-+#include 
- 
- G_BEGIN_DECLS
- 
-diff -wbBur gq-1.3.4/src/gq-hash.h gq-1.3.4.my/src/gq-hash.h
 gq-1.3.4/src/gq-hash.h 2008-01-09 19:35:12.0 +0300
-+++ gq-1.3.4.my/src/gq-hash.h  2013-12-25 18:54:12.485364495 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_ENCRYPTION_H
- #define GQ_ENCRYPTION_H
- 
--#include 
-+#include 
- #include "gq-utilities.h"
- 
- G_BEGIN_DECLS
-diff -wbBur gq-1.3.4/src/gq-ldap.h gq-1.3.4.my/src/gq-ldap.h
 gq-1.3.4/src/gq-ldap.h 2008-02-14 00:15:05.0 +0300
-+++ 

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

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 01:00:28
  Author: spupykin
Revision: 172264

upgpkg: gq 1.3.4-5

upd

Modified:
  gq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 23:00:24 UTC (rev 172263)
+++ PKGBUILD2016-04-27 23:00:28 UTC (rev 172264)
@@ -4,7 +4,7 @@
 
 pkgname=gq
 pkgver=1.3.4
-pkgrel=4
+pkgrel=5
 pkgdesc="interactive graphical LDAP browser"
 url="http://sourceforge.net/projects/gqclient;
 license=("GPL")


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

2016-03-03 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 13:43:35
  Author: foutrelis
Revision: 164463

OpenSSL 1.0.2g rebuild

Modified:
  gq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 12:26:43 UTC (rev 164462)
+++ PKGBUILD2016-03-03 12:43:35 UTC (rev 164463)
@@ -4,7 +4,7 @@
 
 pkgname=gq
 pkgver=1.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc="interactive graphical LDAP browser"
 url="http://sourceforge.net/projects/gqclient;
 license=("GPL")


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

2016-03-03 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 13:43:44
  Author: foutrelis
Revision: 164464

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

Added:
  gq/repos/community-staging-i686/
  gq/repos/community-staging-i686/PKGBUILD
(from rev 164463, gq/trunk/PKGBUILD)
  gq/repos/community-staging-i686/glib-headers-fix.patch
(from rev 164463, gq/trunk/glib-headers-fix.patch)
  gq/repos/community-staging-i686/gq.install
(from rev 164463, gq/trunk/gq.install)
  gq/repos/community-staging-x86_64/
  gq/repos/community-staging-x86_64/PKGBUILD
(from rev 164463, gq/trunk/PKGBUILD)
  gq/repos/community-staging-x86_64/glib-headers-fix.patch
(from rev 164463, gq/trunk/glib-headers-fix.patch)
  gq/repos/community-staging-x86_64/gq.install
(from rev 164463, gq/trunk/gq.install)

-+
 community-staging-i686/PKGBUILD |   34 ++
 community-staging-i686/glib-headers-fix.patch   |  124 ++
 community-staging-i686/gq.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   34 ++
 community-staging-x86_64/glib-headers-fix.patch |  124 ++
 community-staging-x86_64/gq.install |   12 ++
 6 files changed, 340 insertions(+)

Copied: gq/repos/community-staging-i686/PKGBUILD (from rev 164463, 
gq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 12:43:44 UTC (rev 164464)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Gergely Tamas 
+
+pkgname=gq
+pkgver=1.3.4
+pkgrel=4
+pkgdesc="interactive graphical LDAP browser"
+url="http://sourceforge.net/projects/gqclient;
+license=("GPL")
+depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap>=2.4.18' 
'libgpg-error' 'libgcrypt')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+arch=('i686' 'x86_64')
+install=gq.install
+source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   glib-headers-fix.patch)
+md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
+ '4a98232c5a908c86216c7d9e235d4c0b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/glib-headers-fix.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging 
--disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gq/repos/community-staging-i686/glib-headers-fix.patch (from rev 
164463, gq/trunk/glib-headers-fix.patch)
===
--- community-staging-i686/glib-headers-fix.patch   
(rev 0)
+++ community-staging-i686/glib-headers-fix.patch   2016-03-03 12:43:44 UTC 
(rev 164464)
@@ -0,0 +1,124 @@
+diff -wbBur gq-1.3.4/src/glib-helpers.h gq-1.3.4.my/src/glib-helpers.h
+--- gq-1.3.4/src/glib-helpers.h2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/glib-helpers.h 2013-12-25 18:53:46.695364792 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GLIB_HELPERS_H
+ #define GLIB_HELPERS_H
+ 
+-#include 
++#include 
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-hash.h gq-1.3.4.my/src/gq-hash.h
+--- gq-1.3.4/src/gq-hash.h 2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/gq-hash.h  2013-12-25 18:54:12.485364495 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_ENCRYPTION_H
+ #define GQ_ENCRYPTION_H
+ 
+-#include 
++#include 
+ #include "gq-utilities.h"
+ 
+ G_BEGIN_DECLS
+diff -wbBur gq-1.3.4/src/gq-ldap.h gq-1.3.4.my/src/gq-ldap.h
+--- gq-1.3.4/src/gq-ldap.h 2008-02-14 00:15:05.0 +0300
 gq-1.3.4.my/src/gq-ldap.h  2013-12-25 16:28:25.672131705 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_LDAP_H
+ #define GQ_LDAP_H
+ 
+-
++#define LDAP_DEPRECATED 1
+ 
+ #include 
+ 
+diff -wbBur gq-1.3.4/src/gq-main-loop.h gq-1.3.4.my/src/gq-main-loop.h
+--- gq-1.3.4/src/gq-main-loop.h2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/gq-main-loop.h 2013-12-25 18:54:29.135364303 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_MAIN_LOOP_H
+ #define GQ_MAIN_LOOP_H
+ 
+-#include 
++#include 
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-marshallers.c gq-1.3.4.my/src/gq-marshallers.c
+--- gq-1.3.4/src/gq-marshallers.c  2008-01-09 20:44:57.0 +0300
 gq-1.3.4.my/src/gq-marshallers.c   2013-12-25 16:28:26.202131699 +0400
+@@ -5,7 +5,7 @@
+ 
+ #ifdef G_ENABLE_DEBUG
+ #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)
+-#define g_marshal_value_peek_char(v) g_value_get_char (v)
++#define g_marshal_value_peek_char(v) g_value_get_schar (v)
+ #define g_marshal_value_peek_uchar(v)g_value_get_uchar (v)
+ #define g_marshal_value_peek_int(v)  g_value_get_int (v)
+ #define g_marshal_value_peek_uint(v) 

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

2013-12-25 Thread Sergej Pupykin
Date: Wednesday, December 25, 2013 @ 16:04:23
  Author: spupykin
Revision: 103004

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

Added:
  gq/repos/community-staging-i686/
  gq/repos/community-staging-i686/PKGBUILD
(from rev 103003, gq/trunk/PKGBUILD)
  gq/repos/community-staging-i686/glib-headers-fix.patch
(from rev 103003, gq/trunk/glib-headers-fix.patch)
  gq/repos/community-staging-i686/gq.install
(from rev 103003, gq/trunk/gq.install)
  gq/repos/community-staging-x86_64/
  gq/repos/community-staging-x86_64/PKGBUILD
(from rev 103003, gq/trunk/PKGBUILD)
  gq/repos/community-staging-x86_64/glib-headers-fix.patch
(from rev 103003, gq/trunk/glib-headers-fix.patch)
  gq/repos/community-staging-x86_64/gq.install
(from rev 103003, gq/trunk/gq.install)

-+
 community-staging-i686/PKGBUILD |   34 ++
 community-staging-i686/glib-headers-fix.patch   |  124 ++
 community-staging-i686/gq.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   34 ++
 community-staging-x86_64/glib-headers-fix.patch |  124 ++
 community-staging-x86_64/gq.install |   12 ++
 6 files changed, 340 insertions(+)

Copied: gq/repos/community-staging-i686/PKGBUILD (from rev 103003, 
gq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-12-25 15:04:23 UTC (rev 103004)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Gergely Tamas d...@mfa.kfki.hu
+
+pkgname=gq
+pkgver=1.3.4
+pkgrel=3
+pkgdesc=interactive graphical LDAP browser
+url=http://sourceforge.net/projects/gqclient;
+license=(GPL)
+depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap=2.4.18' 
'libgpg-error' 'libgcrypt')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
+arch=('i686' 'x86_64')
+install=gq.install
+source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   glib-headers-fix.patch)
+md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
+ '4a98232c5a908c86216c7d9e235d4c0b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/glib-headers-fix.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging 
--disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gq/repos/community-staging-i686/glib-headers-fix.patch (from rev 
103003, gq/trunk/glib-headers-fix.patch)
===
--- community-staging-i686/glib-headers-fix.patch   
(rev 0)
+++ community-staging-i686/glib-headers-fix.patch   2013-12-25 15:04:23 UTC 
(rev 103004)
@@ -0,0 +1,124 @@
+diff -wbBur gq-1.3.4/src/glib-helpers.h gq-1.3.4.my/src/glib-helpers.h
+--- gq-1.3.4/src/glib-helpers.h2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/glib-helpers.h 2013-12-25 18:53:46.695364792 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GLIB_HELPERS_H
+ #define GLIB_HELPERS_H
+ 
+-#include glib/glist.h
++#include glib.h
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-hash.h gq-1.3.4.my/src/gq-hash.h
+--- gq-1.3.4/src/gq-hash.h 2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/gq-hash.h  2013-12-25 18:54:12.485364495 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_ENCRYPTION_H
+ #define GQ_ENCRYPTION_H
+ 
+-#include glib/garray.h
++#include glib.h
+ #include gq-utilities.h
+ 
+ G_BEGIN_DECLS
+diff -wbBur gq-1.3.4/src/gq-ldap.h gq-1.3.4.my/src/gq-ldap.h
+--- gq-1.3.4/src/gq-ldap.h 2008-02-14 00:15:05.0 +0300
 gq-1.3.4.my/src/gq-ldap.h  2013-12-25 16:28:25.672131705 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_LDAP_H
+ #define GQ_LDAP_H
+ 
+-
++#define LDAP_DEPRECATED 1
+ 
+ #include ldap.h
+ 
+diff -wbBur gq-1.3.4/src/gq-main-loop.h gq-1.3.4.my/src/gq-main-loop.h
+--- gq-1.3.4/src/gq-main-loop.h2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/gq-main-loop.h 2013-12-25 18:54:29.135364303 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_MAIN_LOOP_H
+ #define GQ_MAIN_LOOP_H
+ 
+-#include glib/gtypes.h
++#include glib.h
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-marshallers.c gq-1.3.4.my/src/gq-marshallers.c
+--- gq-1.3.4/src/gq-marshallers.c  2008-01-09 20:44:57.0 +0300
 gq-1.3.4.my/src/gq-marshallers.c   2013-12-25 16:28:26.202131699 +0400
+@@ -5,7 +5,7 @@
+ 
+ #ifdef G_ENABLE_DEBUG
+ #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)
+-#define g_marshal_value_peek_char(v) g_value_get_char (v)
++#define g_marshal_value_peek_char(v) g_value_get_schar (v)
+ #define g_marshal_value_peek_uchar(v)g_value_get_uchar (v)
+ #define g_marshal_value_peek_int(v)  g_value_get_int (v)
+ 

[arch-commits] Commit in gq/trunk (PKGBUILD glib-headers-fix.patch)

2013-12-25 Thread Sergej Pupykin
Date: Wednesday, December 25, 2013 @ 16:04:00
  Author: spupykin
Revision: 103003

upgpkg: gq 1.3.4-3

upd

Added:
  gq/trunk/glib-headers-fix.patch
Modified:
  gq/trunk/PKGBUILD

+
 PKGBUILD   |   13 +++-
 glib-headers-fix.patch |  124 +++
 2 files changed, 134 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-25 15:01:04 UTC (rev 103002)
+++ PKGBUILD2013-12-25 15:04:00 UTC (rev 103003)
@@ -4,7 +4,7 @@
 
 pkgname=gq
 pkgver=1.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc=interactive graphical LDAP browser
 url=http://sourceforge.net/projects/gqclient;
 license=(GPL)
@@ -12,9 +12,16 @@
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils')
 arch=('i686' 'x86_64')
 install=gq.install
-source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz)
-md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e')
+source=(http://downloads.sourceforge.net/sourceforge/gqclient/$pkgname-$pkgver.tar.gz
+   glib-headers-fix.patch)
+md5sums=('d7b1e183a3ecbd77aceea02d27f36b3e'
+ '4a98232c5a908c86216c7d9e235d4c0b')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/glib-headers-fix.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   LDFLAGS=-lcrypto ./configure --prefix=/usr --disable-debugging 
--disable-update-mimedb

Added: glib-headers-fix.patch
===
--- glib-headers-fix.patch  (rev 0)
+++ glib-headers-fix.patch  2013-12-25 15:04:00 UTC (rev 103003)
@@ -0,0 +1,124 @@
+diff -wbBur gq-1.3.4/src/glib-helpers.h gq-1.3.4.my/src/glib-helpers.h
+--- gq-1.3.4/src/glib-helpers.h2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/glib-helpers.h 2013-12-25 18:53:46.695364792 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GLIB_HELPERS_H
+ #define GLIB_HELPERS_H
+ 
+-#include glib/glist.h
++#include glib.h
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-hash.h gq-1.3.4.my/src/gq-hash.h
+--- gq-1.3.4/src/gq-hash.h 2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/gq-hash.h  2013-12-25 18:54:12.485364495 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_ENCRYPTION_H
+ #define GQ_ENCRYPTION_H
+ 
+-#include glib/garray.h
++#include glib.h
+ #include gq-utilities.h
+ 
+ G_BEGIN_DECLS
+diff -wbBur gq-1.3.4/src/gq-ldap.h gq-1.3.4.my/src/gq-ldap.h
+--- gq-1.3.4/src/gq-ldap.h 2008-02-14 00:15:05.0 +0300
 gq-1.3.4.my/src/gq-ldap.h  2013-12-25 16:28:25.672131705 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_LDAP_H
+ #define GQ_LDAP_H
+ 
+-
++#define LDAP_DEPRECATED 1
+ 
+ #include ldap.h
+ 
+diff -wbBur gq-1.3.4/src/gq-main-loop.h gq-1.3.4.my/src/gq-main-loop.h
+--- gq-1.3.4/src/gq-main-loop.h2008-01-09 19:35:12.0 +0300
 gq-1.3.4.my/src/gq-main-loop.h 2013-12-25 18:54:29.135364303 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_MAIN_LOOP_H
+ #define GQ_MAIN_LOOP_H
+ 
+-#include glib/gtypes.h
++#include glib.h
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-marshallers.c gq-1.3.4.my/src/gq-marshallers.c
+--- gq-1.3.4/src/gq-marshallers.c  2008-01-09 20:44:57.0 +0300
 gq-1.3.4.my/src/gq-marshallers.c   2013-12-25 16:28:26.202131699 +0400
+@@ -5,7 +5,7 @@
+ 
+ #ifdef G_ENABLE_DEBUG
+ #define g_marshal_value_peek_boolean(v)  g_value_get_boolean (v)
+-#define g_marshal_value_peek_char(v) g_value_get_char (v)
++#define g_marshal_value_peek_char(v) g_value_get_schar (v)
+ #define g_marshal_value_peek_uchar(v)g_value_get_uchar (v)
+ #define g_marshal_value_peek_int(v)  g_value_get_int (v)
+ #define g_marshal_value_peek_uint(v) g_value_get_uint (v)
+@@ -22,6 +22,7 @@
+ #define g_marshal_value_peek_boxed(v)g_value_get_boxed (v)
+ #define g_marshal_value_peek_pointer(v)  g_value_get_pointer (v)
+ #define g_marshal_value_peek_object(v)   g_value_get_object (v)
++#define g_marshal_value_peek_variant(v)  g_value_get_variant (v)
+ #else /* !G_ENABLE_DEBUG */
+ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
+  *  Do not access GValues directly in your code. Instead, use the
+@@ -45,16 +46,17 @@
+ #define g_marshal_value_peek_boxed(v)(v)-data[0].v_pointer
+ #define g_marshal_value_peek_pointer(v)  (v)-data[0].v_pointer
+ #define g_marshal_value_peek_object(v)   (v)-data[0].v_pointer
++#define g_marshal_value_peek_variant(v)  (v)-data[0].v_pointer
+ #endif /* !G_ENABLE_DEBUG */
+ 
+ 
+ /* VOID:OBJECT,INT (gq-marshallers.list:1) */
+ void
+ gq_marshal_VOID__OBJECT_INT (GClosure *closure,
+- GValue   *return_value,
++ GValue   *return_value G_GNUC_UNUSED,
+  guint n_param_values,
+  const GValue *param_values,
+- gpointer  invocation_hint,
++ gpointer