summaryrefslogtreecommitdiff
path: root/community/dia/dia-0.97.2-glib.patch
blob: dcda073922b5b38ab68d5e2d6c15099801a78243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- dia-0.97.2.orig/objects/custom/shape_typeinfo.c	2009-11-07 09:28:34.000000000 -0500
+++ dia-0.97.2/objects/custom/shape_typeinfo.c	2012-12-19 13:59:45.985417287 -0500
@@ -27,8 +27,7 @@
 #include "custom_util.h"
 #include <string.h>
 #include <stdarg.h>
-#include <glib/gstrfuncs.h>
-#include <glib/gstdio.h>
+#include <glib.h>
 #include <libxml/parser.h>
 
 /*
--- dia-0.97.2.orig/tests/test-boundingbox.c	2009-11-07 09:28:35.000000000 -0500
+++ dia-0.97.2/tests/test-boundingbox.c	2012-12-19 14:01:03.115674866 -0500
@@ -26,11 +26,6 @@
 #define G_LOG_DOMAIN "Dia"
 
 #include <glib.h>
-#include <glib-object.h>
-
-#if GLIB_CHECK_VERSION(2,16,0)
-#include <glib/gtestutils.h>
-#endif
 #include "dialib.h"
 
 /*
--- dia-0.97.2.orig/tests/test-objects.c	2009-11-07 09:28:35.000000000 -0500
+++ dia-0.97.2/tests/test-objects.c	2012-12-19 14:01:43.978961390 -0500
@@ -26,11 +26,6 @@
 #define G_LOG_DOMAIN "Dia"
 
 #include <glib.h>
-#include <glib-object.h>
-
-#if GLIB_CHECK_VERSION(2,16,0)
-#include <glib/gtestutils.h>
-#endif
 
 #include "object.h"
 #include "plug-ins.h"