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

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 23:00:44 UTC 2016


    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 <pupykin.s+arch at gmail.com>
-# Contributor: Gergely Tamas <dice at mfa.kfki.hu>
-
-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 <pupykin.s+arch at gmail.com>
+# Contributor: Gergely Tamas <dice at mfa.kfki.hu>
+
+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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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.000000000 +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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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      invocation_hint G_GNUC_UNUSED,
-                              gpointer      marshal_data)
- {
-   typedef void (*GMarshalFunc_VOID__OBJECT_INT) (gpointer     data1,
-diff -wbBur gq-1.3.4/src/gq-stack.h gq-1.3.4.my/src/gq-stack.h
---- gq-1.3.4/src/gq-stack.h	2008-01-09 19:35:12.000000000 +0300
-+++ gq-1.3.4.my/src/gq-stack.h	2013-12-25 18:54:46.318697439 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_STACK_H
- #define GQ_STACK_H
- 
--#include <glib/gtypes.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 
-diff -wbBur gq-1.3.4/src/gq-tab.h gq-1.3.4.my/src/gq-tab.h
---- gq-1.3.4/src/gq-tab.h	2008-01-09 19:35:12.000000000 +0300
-+++ gq-1.3.4.my/src/gq-tab.h	2013-12-25 18:55:10.392030496 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_TAB_H
- #define GQ_TAB_H
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 
-diff -wbBur gq-1.3.4/src/syntax.h gq-1.3.4.my/src/syntax.h
---- gq-1.3.4/src/syntax.h	2008-01-09 19:35:13.000000000 +0300
-+++ gq-1.3.4.my/src/syntax.h	2013-12-25 18:53:19.428698438 +0400
-@@ -27,7 +27,7 @@
- #ifndef GQ_SYNTAX_H_INCLUDED
- #define GQ_SYNTAX_H_INCLUDED
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 

Copied: gq/repos/community-i686/glib-headers-fix.patch (from rev 172264, gq/trunk/glib-headers-fix.patch)
===================================================================
--- community-i686/glib-headers-fix.patch	                        (rev 0)
+++ community-i686/glib-headers-fix.patch	2016-04-27 23:00:43 UTC (rev 172265)
@@ -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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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.000000000 +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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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      invocation_hint G_GNUC_UNUSED,
+                              gpointer      marshal_data)
+ {
+   typedef void (*GMarshalFunc_VOID__OBJECT_INT) (gpointer     data1,
+diff -wbBur gq-1.3.4/src/gq-stack.h gq-1.3.4.my/src/gq-stack.h
+--- gq-1.3.4/src/gq-stack.h	2008-01-09 19:35:12.000000000 +0300
++++ gq-1.3.4.my/src/gq-stack.h	2013-12-25 18:54:46.318697439 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_STACK_H
+ #define GQ_STACK_H
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-tab.h gq-1.3.4.my/src/gq-tab.h
+--- gq-1.3.4/src/gq-tab.h	2008-01-09 19:35:12.000000000 +0300
++++ gq-1.3.4.my/src/gq-tab.h	2013-12-25 18:55:10.392030496 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_TAB_H
+ #define GQ_TAB_H
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/syntax.h gq-1.3.4.my/src/syntax.h
+--- gq-1.3.4/src/syntax.h	2008-01-09 19:35:13.000000000 +0300
++++ gq-1.3.4.my/src/syntax.h	2013-12-25 18:53:19.428698438 +0400
+@@ -27,7 +27,7 @@
+ #ifndef GQ_SYNTAX_H_INCLUDED
+ #define GQ_SYNTAX_H_INCLUDED
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 

Deleted: community-i686/gq.install
===================================================================
--- community-i686/gq.install	2016-04-27 23:00:28 UTC (rev 172264)
+++ community-i686/gq.install	2016-04-27 23:00:43 UTC (rev 172265)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 23:00:28 UTC (rev 172264)
+++ community-x86_64/PKGBUILD	2016-04-27 23:00:43 UTC (rev 172265)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Gergely Tamas <dice at mfa.kfki.hu>
-
-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-x86_64/PKGBUILD (from rev 172264, gq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 23:00:43 UTC (rev 172265)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Gergely Tamas <dice at mfa.kfki.hu>
+
+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-x86_64/glib-headers-fix.patch
===================================================================
--- community-x86_64/glib-headers-fix.patch	2016-04-27 23:00:28 UTC (rev 172264)
+++ community-x86_64/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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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.000000000 +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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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      invocation_hint G_GNUC_UNUSED,
-                              gpointer      marshal_data)
- {
-   typedef void (*GMarshalFunc_VOID__OBJECT_INT) (gpointer     data1,
-diff -wbBur gq-1.3.4/src/gq-stack.h gq-1.3.4.my/src/gq-stack.h
---- gq-1.3.4/src/gq-stack.h	2008-01-09 19:35:12.000000000 +0300
-+++ gq-1.3.4.my/src/gq-stack.h	2013-12-25 18:54:46.318697439 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_STACK_H
- #define GQ_STACK_H
- 
--#include <glib/gtypes.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 
-diff -wbBur gq-1.3.4/src/gq-tab.h gq-1.3.4.my/src/gq-tab.h
---- gq-1.3.4/src/gq-tab.h	2008-01-09 19:35:12.000000000 +0300
-+++ gq-1.3.4.my/src/gq-tab.h	2013-12-25 18:55:10.392030496 +0400
-@@ -24,7 +24,7 @@
- #ifndef GQ_TAB_H
- #define GQ_TAB_H
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 
-diff -wbBur gq-1.3.4/src/syntax.h gq-1.3.4.my/src/syntax.h
---- gq-1.3.4/src/syntax.h	2008-01-09 19:35:13.000000000 +0300
-+++ gq-1.3.4.my/src/syntax.h	2013-12-25 18:53:19.428698438 +0400
-@@ -27,7 +27,7 @@
- #ifndef GQ_SYNTAX_H_INCLUDED
- #define GQ_SYNTAX_H_INCLUDED
- 
--#include <glib/gmacros.h>
-+#include <glib.h>
- 
- G_BEGIN_DECLS
- 

Copied: gq/repos/community-x86_64/glib-headers-fix.patch (from rev 172264, gq/trunk/glib-headers-fix.patch)
===================================================================
--- community-x86_64/glib-headers-fix.patch	                        (rev 0)
+++ community-x86_64/glib-headers-fix.patch	2016-04-27 23:00:43 UTC (rev 172265)
@@ -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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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.000000000 +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.h	2008-01-09 19:35:12.000000000 +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.000000000 +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      invocation_hint G_GNUC_UNUSED,
+                              gpointer      marshal_data)
+ {
+   typedef void (*GMarshalFunc_VOID__OBJECT_INT) (gpointer     data1,
+diff -wbBur gq-1.3.4/src/gq-stack.h gq-1.3.4.my/src/gq-stack.h
+--- gq-1.3.4/src/gq-stack.h	2008-01-09 19:35:12.000000000 +0300
++++ gq-1.3.4.my/src/gq-stack.h	2013-12-25 18:54:46.318697439 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_STACK_H
+ #define GQ_STACK_H
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/gq-tab.h gq-1.3.4.my/src/gq-tab.h
+--- gq-1.3.4/src/gq-tab.h	2008-01-09 19:35:12.000000000 +0300
++++ gq-1.3.4.my/src/gq-tab.h	2013-12-25 18:55:10.392030496 +0400
+@@ -24,7 +24,7 @@
+ #ifndef GQ_TAB_H
+ #define GQ_TAB_H
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 
+diff -wbBur gq-1.3.4/src/syntax.h gq-1.3.4.my/src/syntax.h
+--- gq-1.3.4/src/syntax.h	2008-01-09 19:35:13.000000000 +0300
++++ gq-1.3.4.my/src/syntax.h	2013-12-25 18:53:19.428698438 +0400
+@@ -27,7 +27,7 @@
+ #ifndef GQ_SYNTAX_H_INCLUDED
+ #define GQ_SYNTAX_H_INCLUDED
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 

Deleted: community-x86_64/gq.install
===================================================================
--- community-x86_64/gq.install	2016-04-27 23:00:28 UTC (rev 172264)
+++ community-x86_64/gq.install	2016-04-27 23:00:43 UTC (rev 172265)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-



More information about the arch-commits mailing list