unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob aa756cd71fc1404ed0a084b6f38ee8b0ca2f05e1 6948 bytes (raw)
name: gnu/packages/patches/liferea-getfocus.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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
 
From 250e4f00572404e60c92b7f348c25ee6b160ff6b Mon Sep 17 00:00:00 2001
From: Lars Windolf <lars.windolf@gmx.de>
Date: Thu, 14 Jan 2021 17:03:14 +0100
Subject: [PATCH] Avoid scanning files in inst/. Fixes getfocus.py include.

---
 po/POTFILES.in | 189 ++++++++++++++++++++++++-------------------------
 1 file changed, 94 insertions(+), 95 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8f8c52730..aac45eaa6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,15 +1,12 @@
 [encoding: UTF-8]
-
 # List of source files containing translatable strings.
-
 net.sourceforge.liferea.appdata.xml.in
 net.sourceforge.liferea.desktop.in
-xslt/feed.xml.in
-xslt/source.xml.in
-xslt/folder.xml.in
-xslt/item.xml.in
-xslt/newsbin.xml.in
-xslt/vfolder.xml.in
+plugins/getfocus.py
+plugins/headerbar.py
+plugins/libnotify.py
+plugins/plugin-installer.py
+plugins/trayicon.py
 src/browser.c
 src/browser_history.c
 src/comments.c
@@ -31,10 +28,35 @@ src/favicon.c
 src/favicon.h
 src/feed.c
 src/feed.h
-src/feed_parser.c
-src/feed_parser.h
 src/feedlist.c
 src/feedlist.h
+src/feed_parser.c
+src/feed_parser.h
+src/fl_sources/default_source.c
+src/fl_sources/default_source.h
+src/fl_sources/dummy_source.c
+src/fl_sources/dummy_source.h
+src/fl_sources/google_source.c
+src/fl_sources/google_source.h
+src/fl_sources/node_source.c
+src/fl_sources/node_source.h
+src/fl_sources/opml_source.c
+src/fl_sources/opml_source.h
+src/fl_sources/reedah_source.c
+src/fl_sources/reedah_source_feed.c
+src/fl_sources/reedah_source_feed_list.c
+src/fl_sources/reedah_source_feed_list.h
+src/fl_sources/reedah_source.h
+src/fl_sources/theoldreader_source.c
+src/fl_sources/theoldreader_source_feed.c
+src/fl_sources/theoldreader_source_feed_list.c
+src/fl_sources/theoldreader_source_feed_list.h
+src/fl_sources/theoldreader_source.h
+src/fl_sources/ttrss_source.c
+src/fl_sources/ttrss_source_feed.c
+src/fl_sources/ttrss_source_feed_list.c
+src/fl_sources/ttrss_source_feed_list.h
+src/fl_sources/ttrss_source.h
 src/folder.c
 src/folder.h
 src/html.c
@@ -45,10 +67,10 @@ src/item.c
 src/item.h
 src/item_history.c
 src/item_history.h
-src/item_loader.c
-src/item_loader.h
 src/itemlist.c
 src/itemlist.h
+src/item_loader.c
+src/item_loader.h
 src/itemset.c
 src/itemset.h
 src/liferea_application.c
@@ -62,6 +84,30 @@ src/node.c
 src/node.h
 src/node_type.c
 src/node_type.h
+src/parsers/atom10.c
+src/parsers/atom10.h
+src/parsers/html5_feed.c
+src/parsers/html5_feed.h
+src/parsers/ldjson_feed.c
+src/parsers/ldjson_feed.h
+src/parsers/ns_admin.c
+src/parsers/ns_admin.h
+src/parsers/ns_ag.c
+src/parsers/ns_ag.h
+src/parsers/ns_cC.c
+src/parsers/ns_cC.h
+src/parsers/ns_content.c
+src/parsers/ns_content.h
+src/parsers/ns_dc.c
+src/parsers/ns_dc.h
+src/parsers/ns_slash.c
+src/parsers/ns_slash.h
+src/parsers/ns_syn.c
+src/parsers/ns_syn.h
+src/parsers/rss_channel.c
+src/parsers/rss_channel.h
+src/parsers/rss_item.c
+src/parsers/rss_item.h
 src/render.c
 src/render.h
 src/rule.c
@@ -73,112 +119,59 @@ src/subscription.h
 src/subscription_icon.c
 src/subscription_icon.h
 src/subscription_type.h
-src/update.c
-src/update.h
-src/vfolder.c
-src/vfolder.h
-src/vfolder_loader.c
-src/vfolder_loader.h
-src/xml.c
-src/xml.h
+src/ui/auth_dialog.c
+src/ui/auth_dialog.h
+src/ui/browser_tabs.c
+src/ui/browser_tabs.h
 src/ui/enclosure_list_view.c
 src/ui/enclosure_list_view.h
+src/ui/feed_list_view.c
+src/ui/feed_list_view.h
 src/ui/icons.c
 src/ui/icons.h
+src/ui/item_list_view.c
+src/ui/item_list_view.h
 src/ui/itemview.c
 src/ui/itemview.h
-src/ui/liferea_shell.c
-src/ui/liferea_shell.h
-src/ui/rule_editor.c
-src/ui/rule_editor.h
-src/ui/search_dialog.c
-src/ui/search_dialog.h
-src/ui/search_folder_dialog.h
-src/ui/search_folder_dialog.c
-src/ui/auth_dialog.c
-src/ui/auth_dialog.h
 src/ui/liferea_dialog.c
 src/ui/liferea_dialog.h
-src/ui/ui_common.c
-src/ui/ui_dnd.c
-src/ui/ui_dnd.h
-src/ui/feed_list_view.c
-src/ui/feed_list_view.h
-src/ui/ui_folder.c
-src/ui/ui_folder.h
 src/ui/liferea_htmlview.c
 src/ui/liferea_htmlview.h
-src/ui/item_list_view.c
-src/ui/item_list_view.h
 src/ui/liferea_shell.c
+src/ui/liferea_shell.c
+src/ui/liferea_shell.h
 src/ui/liferea_shell.h
 src/ui/popup_menu.c
 src/ui/popup_menu.h
 src/ui/preferences_dialog.c
 src/ui/preferences_dialog.h
+src/ui/rule_editor.c
+src/ui/rule_editor.h
+src/ui/search_dialog.c
+src/ui/search_dialog.h
+src/ui/search_folder_dialog.c
+src/ui/search_folder_dialog.h
 src/ui/subscription_dialog.c
 src/ui/subscription_dialog.h
-src/ui/browser_tabs.c
-src/ui/browser_tabs.h
+src/ui/ui_common.c
+src/ui/ui_dnd.c
+src/ui/ui_dnd.h
+src/ui/ui_folder.c
+src/ui/ui_folder.h
 src/ui/ui_update.c
 src/ui/ui_update.h
-src/parsers/atom10.c
-src/parsers/atom10.h
-src/parsers/html5_feed.c
-src/parsers/html5_feed.h
-src/parsers/ldjson_feed.c
-src/parsers/ldjson_feed.h
-src/parsers/ns_admin.c
-src/parsers/ns_admin.h
-src/parsers/ns_ag.c
-src/parsers/ns_ag.h
-src/parsers/ns_cC.c
-src/parsers/ns_cC.h
-src/parsers/ns_content.c
-src/parsers/ns_content.h
-src/parsers/ns_dc.c
-src/parsers/ns_dc.h
-src/parsers/ns_slash.c
-src/parsers/ns_slash.h
-src/parsers/ns_syn.c
-src/parsers/ns_syn.h
-src/parsers/rss_channel.c
-src/parsers/rss_channel.h
-src/parsers/rss_item.c
-src/parsers/rss_item.h
-src/fl_sources/default_source.c
-src/fl_sources/default_source.h
-src/fl_sources/dummy_source.c
-src/fl_sources/dummy_source.h
-src/fl_sources/google_source.c
-src/fl_sources/google_source.h
-src/fl_sources/opml_source.c
-src/fl_sources/opml_source.h
-src/fl_sources/node_source.c
-src/fl_sources/node_source.h
-src/fl_sources/reedah_source.c
-src/fl_sources/reedah_source.h
-src/fl_sources/reedah_source_feed.c
-src/fl_sources/reedah_source_feed_list.c
-src/fl_sources/reedah_source_feed_list.h
-src/fl_sources/ttrss_source.c
-src/fl_sources/ttrss_source.h
-src/fl_sources/ttrss_source_feed.c
-src/fl_sources/ttrss_source_feed_list.c
-src/fl_sources/ttrss_source_feed_list.h
-src/fl_sources/theoldreader_source.c
-src/fl_sources/theoldreader_source.h
-src/fl_sources/theoldreader_source_feed.c
-src/fl_sources/theoldreader_source_feed_list.c
-src/fl_sources/theoldreader_source_feed_list.h
-src/webkit/webkit.c
+src/update.c
+src/update.h
+src/vfolder.c
+src/vfolder.h
+src/vfolder_loader.c
+src/vfolder_loader.h
 src/webkit/liferea_web_view.c
 src/webkit/web_extension/liferea_web_extension.c
 src/webkit/web_extension/web_extension_main.c
-plugins/headerbar.py
-plugins/libnotify.py
-plugins/plugin-installer.py
-plugins/trayicon.py
+src/webkit/webkit.c
+src/xml.c
+src/xml.h
 [type: gettext/glade]glade/about.ui
 [type: gettext/glade]glade/auth.ui
 [type: gettext/glade]glade/enclosure_handler.ui
@@ -202,3 +195,9 @@ plugins/trayicon.py
 [type: gettext/glade]glade/theoldreader_source.ui
 [type: gettext/glade]glade/ttrss_source.ui
 [type: gettext/glade]glade/update_monitor.ui
+xslt/feed.xml.in
+xslt/folder.xml.in
+xslt/item.xml.in
+xslt/newsbin.xml.in
+xslt/source.xml.in
+xslt/vfolder.xml.in

debug log:

solving aa756cd71f ...
found aa756cd71f in https://yhetil.org/guix-patches/8dddcdd2-30bd-effd-761f-147f36c5eb4d@raghavgururajan.name/

applying [1/1] https://yhetil.org/guix-patches/8dddcdd2-30bd-effd-761f-147f36c5eb4d@raghavgururajan.name/
diff --git a/gnu/packages/patches/liferea-getfocus.patch b/gnu/packages/patches/liferea-getfocus.patch
new file mode 100644
index 0000000000..aa756cd71f

Checking patch gnu/packages/patches/liferea-getfocus.patch...
Applied patch gnu/packages/patches/liferea-getfocus.patch cleanly.

index at:
100644 aa756cd71fc1404ed0a084b6f38ee8b0ca2f05e1	gnu/packages/patches/liferea-getfocus.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).