summarylogtreecommitdiffstats
path: root/fix-glib-and-docpath.patch
diff options
context:
space:
mode:
authorfrederik2019-10-31 14:54:27 +0100
committerfrederik2019-10-31 14:54:27 +0100
commit662ab871e9a3e87724449899c8301c8affdd9d76 (patch)
treeb158bd38fdca6874f05f34692a01dce1a45a0d2e /fix-glib-and-docpath.patch
parent63eddfc291bb1d09db2167aa7202d38e9f7bd738 (diff)
downloadaur-662ab871e9a3e87724449899c8301c8affdd9d76.tar.gz
gtkhotkey: PKGBUILD review by svenstaro
Diffstat (limited to 'fix-glib-and-docpath.patch')
-rw-r--r--fix-glib-and-docpath.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/fix-glib-and-docpath.patch b/fix-glib-and-docpath.patch
new file mode 100644
index 000000000000..be4566d2379a
--- /dev/null
+++ b/fix-glib-and-docpath.patch
@@ -0,0 +1,48 @@
+diff --git Makefile.am Makefile.am
+--- Makefile.am 2009-09-03 22:52:49.000000000 +0200
++++ Makefile.am 2019-10-28 18:18:35.544582709 +0100
+@@ -11,7 +11,7 @@
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = gtkhotkey-1.0.pc
+
+-gtkhotkeydocdir = ${prefix}/doc/gtkhotkey
++gtkhotkeydocdir = ${datadir}/doc/gtkhotkey
+ gtkhotkeydoc_DATA = \
+ README \
+ COPYING \
+diff --git Makefile.in Makefile.in
+--- Makefile.in 2009-09-03 22:53:33.000000000 +0200
++++ Makefile.in 2019-10-28 18:18:35.544582709 +0100
+@@ -246,7 +246,7 @@
+ SUBDIRS = src po test doc
+ pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = gtkhotkey-1.0.pc
+-gtkhotkeydocdir = ${prefix}/doc/gtkhotkey
++gtkhotkeydocdir = ${datadir}/doc/gtkhotkey
+ gtkhotkeydoc_DATA = \
+ README \
+ COPYING \
+diff --git src/gtk-hotkey-error.h src/gtk-hotkey-error.h
+--- src/gtk-hotkey-error.h 2009-09-03 22:52:49.000000000 +0200
++++ src/gtk-hotkey-error.h 2019-10-28 18:18:35.544582709 +0100
+@@ -23,7 +23,7 @@
+ #ifndef __GTK_HOTKEY_ERROR_H__
+ #define __GTK_HOTKEY_ERROR_H__
+
+-#include <glib/gquark.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
+diff --git src/x11/tomboykeybinder.h src/x11/tomboykeybinder.h
+--- src/x11/tomboykeybinder.h 2009-09-03 22:52:49.000000000 +0200
++++ src/x11/tomboykeybinder.h 2019-10-28 18:18:35.547916050 +0100
+@@ -2,7 +2,7 @@
+ #ifndef __TOMBOY_KEY_BINDER_H__
+ #define __TOMBOY_KEY_BINDER_H__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+