archrelease: copy trunk to community-any
[arch-community.git] / regexxer / trunk / regexxer-glib2.32.patch
blob7d732b8bb6ae02538925265ab175701504c8b5c8
1 diff -Naur regexxer-0.10.orig/src/fileshared.h regexxer-0.10/src/fileshared.h
2 --- regexxer-0.10.orig/src/fileshared.h 2012-03-27 03:59:38.209864722 +0000
3 +++ regexxer-0.10/src/fileshared.h 2012-03-27 04:17:47.161371044 +0000
4 @@ -23,6 +23,7 @@
6 #include "sharedptr.h"
8 +#include <glibmm/regex.h>
9 #include <gtkmm/textbuffer.h>
10 #include <functional>
11 #include <utility>
12 diff -Naur regexxer-0.10.orig/src/globalstrings.h regexxer-0.10/src/globalstrings.h
13 --- regexxer-0.10.orig/src/globalstrings.h 2012-03-27 03:59:38.209864722 +0000
14 +++ regexxer-0.10/src/globalstrings.h 2012-03-27 04:21:44.906198757 +0000
15 @@ -21,7 +21,7 @@
16 #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
17 #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
19 -#include <glib/gutils.h> /* for G_DIR_SEPARATOR_S */
20 +#include <glib.h> /* for G_DIR_SEPARATOR_S */
22 namespace Regexxer
24 diff -Naur regexxer-0.10.orig/src/translation.h regexxer-0.10/src/translation.h
25 --- regexxer-0.10.orig/src/translation.h 2012-03-27 03:59:38.206531386 +0000
26 +++ regexxer-0.10/src/translation.h 2012-03-27 04:21:39.209576021 +0000
27 @@ -21,7 +21,7 @@
28 #ifndef REGEXXER_TRANSLATION_H_INCLUDED
29 #define REGEXXER_TRANSLATION_H_INCLUDED
31 -#include <glib/gmacros.h>
32 +#include <glib.h>
33 #include <glibmm/ustring.h>
35 #ifndef gettext_noop