unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 099ef8af532e2e170cd84edf950810fc81c13d6f 1117 bytes (raw)
name: gnu/packages/patches/rct-add-missing-headers.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
48
49
50
 
diff --git a/rct.cmake b/rct.cmake
index daaa05a..aa82f9f 100644
--- a/rct.cmake
+++ b/rct.cmake
@@ -336,18 +336,27 @@ if (NOT RCT_NO_INSTALL)
     rct/Buffer.h
     rct/Config.h
     rct/Connection.h
+    rct/DataFile.h
+    rct/Date.h
+    rct/EmbeddedLinkedList.h
     rct/EventLoop.h
     rct/FileSystemWatcher.h
+    rct/FinishMessage.h
+    rct/Flags.h
+    rct/Hash.h
     rct/List.h
+    rct/LinkedList.h
     rct/Log.h
     rct/Map.h
     rct/MemoryMonitor.h
     rct/Message.h
     rct/MessageQueue.h
+    rct/OnDestruction.h
     rct/Path.h
     rct/Plugin.h
     rct/Point.h
     rct/Process.h
+    rct/QuitMessage.h
     rct/Rct.h
     rct/ReadLocker.h
     rct/ReadWriteLock.h
@@ -362,6 +371,7 @@ if (NOT RCT_NO_INSTALL)
     rct/Size.h
     rct/SocketClient.h
     rct/SocketServer.h
+    rct/StackBuffer.h
     rct/StopWatch.h
     rct/String.h
     rct/StringTokenizer.h
@@ -373,5 +383,9 @@ if (NOT RCT_NO_INSTALL)
     rct/WriteLocker.h
     DESTINATION include/rct)
 
+  install(FILES
+    json/json.hpp
+    DESTINATION include/rct/json)
+
   install(EXPORT "rct" DESTINATION lib/cmake)
 endif ()

debug log:

solving 099ef8af53 ...
found 099ef8af53 in https://yhetil.org/guix-patches/20201031141118.21536-2-malte.f.gerdes@gmail.com/
found 4d133aa249 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 4d133aa249436e0584a524495bc5333c6a709061	gnu/packages/patches/rct-add-missing-headers.patch

applying [1/1] https://yhetil.org/guix-patches/20201031141118.21536-2-malte.f.gerdes@gmail.com/
diff --git a/gnu/packages/patches/rct-add-missing-headers.patch b/gnu/packages/patches/rct-add-missing-headers.patch
index 4d133aa249..099ef8af53 100644

1:69: trailing whitespace.
 
Checking patch gnu/packages/patches/rct-add-missing-headers.patch...
Applied patch gnu/packages/patches/rct-add-missing-headers.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 099ef8af532e2e170cd84edf950810fc81c13d6f	gnu/packages/patches/rct-add-missing-headers.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).