unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob e19b3b22e1a07e8484f7ae73c67353ec4c50ade8 972 bytes (raw)
name: gnu/packages/patches/xchat-2.8.8-glib-single-include.patch 	 # note: path name is non-authoritative(*)

 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
41
42
43
44
45
46
47
 
--- a/src/common/servlist.c
+++ b/src/common/servlist.c
@@ -24,7 +24,7 @@
 #include <unistd.h>
 
 #include "xchat.h"
-#include <glib/ghash.h>
+#include <glib.h>
 
 #include "cfgfiles.h"
 #include "fe.h"
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -28,7 +28,7 @@
 #include <sys/mman.h>
 
 #include "xchat.h"
-#include <glib/ghash.h>
+#include <glib.h>
 #include "cfgfiles.h"
 #include "chanopt.h"
 #include "plugin.h"
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -39,7 +39,7 @@
 #include <errno.h>
 #include "xchat.h"
 #include "xchatc.h"
-#include <glib/gmarkup.h>
+#include <glib.h>
 #include <ctype.h>
 #include "util.h"
 #include "../../config.h"
--- a/src/common/xchat.h
+++ b/src/common/xchat.h
@@ -1,10 +1,6 @@
 #include "../../config.h"
 
-#include <glib/gslist.h>
-#include <glib/glist.h>
-#include <glib/gutils.h>
-#include <glib/giochannel.h>
-#include <glib/gstrfuncs.h>
+#include <glib.h>
 #include <time.h>			/* need time_t */
 
 #ifndef XCHAT_H

debug log:

solving e19b3b22e1 ...
found e19b3b22e1 in https://yhetil.org/guix-patches/20200324094723.GA3296@tulip/

applying [1/1] https://yhetil.org/guix-patches/20200324094723.GA3296@tulip/
diff --git a/gnu/packages/patches/xchat-2.8.8-glib-single-include.patch b/gnu/packages/patches/xchat-2.8.8-glib-single-include.patch
new file mode 100644
index 0000000000..e19b3b22e1

1:11: trailing whitespace.
 
1:15: trailing whitespace.
 
1:22: trailing whitespace.
 
1:44: trailing whitespace.
 
1:52: trailing whitespace.
 
Checking patch gnu/packages/patches/xchat-2.8.8-glib-single-include.patch...
Applied patch gnu/packages/patches/xchat-2.8.8-glib-single-include.patch cleanly.
warning: 5 lines add whitespace errors.

index at:
100644 e19b3b22e1a07e8484f7ae73c67353ec4c50ade8	gnu/packages/patches/xchat-2.8.8-glib-single-include.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).