Codebase list rust-libslirp / 653c03a
Update gtk to 0.7.0 Wolfgang Silbermayr 4 years ago
6 changed file(s) with 67 addition(s) and 40 deletion(s). Raw diff Collapse all Expand all
0 rust-gtk (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package gtk 0.7.0 from crates.io using debcargo 2.3.0
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 7 Jul 2019 11:29:51 +0200
5
06 rust-gtk (0.5.0-2) unstable; urgency=medium
17
28 * Package gtk 0.5.0 from crates.io using debcargo 2.2.9
33 Source: https://github.com/gtk-rs/gtk
44
55 Files: *
6 Copyright: 2013-2018 The Gtk-rs Project Developers
6 Copyright: 2013-2019 The Gtk-rs Project Developers
77 License: MIT
88
99 Files: debian/*
6060 FIXME (overlay): These notices are extracted from files. Please review them
6161 before uploading to the archive.
6262
63 Files: ./src/cell_renderer_pixbuf.rs
64 Copyright: 2013-2018, The Gtk-rs Project Developers.
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
6370 Files: ./src/clipboard.rs
6471 Copyright: 2018, The Gtk-rs Project Developers.
6572 License: UNKNOWN-LICENSE; FIXME (overlay)
8188 FIXME (overlay): These notices are extracted from files. Please review them
8289 before uploading to the archive.
8390
91 Files: ./src/combo_box.rs
92 Copyright: 2018, The Gtk-rs Project Developers.
93 License: UNKNOWN-LICENSE; FIXME (overlay)
94 Comment:
95 FIXME (overlay): These notices are extracted from files. Please review them
96 before uploading to the archive.
97
8498 Files: ./src/dialog.rs
8599 Copyright: 2016, The Gtk-rs Project Developers.
86100 License: UNKNOWN-LICENSE; FIXME (overlay)
96110 before uploading to the archive.
97111
98112 Files: ./src/entry_completion.rs
99 Copyright: 2013-2018, The Gtk-rs Project Developers.
113 Copyright: 2019, The Gtk-rs Project Developers.
100114 License: UNKNOWN-LICENSE; FIXME (overlay)
101115 Comment:
102116 FIXME (overlay): These notices are extracted from files. Please review them
111125
112126 Files: ./src/fixed.rs
113127 Copyright: 2013-2017, The Gtk-rs Project Developers.
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/flow_box.rs
134 Copyright: 2018, The Gtk-rs Project Developers.
114135 License: UNKNOWN-LICENSE; FIXME (overlay)
115136 Comment:
116137 FIXME (overlay): These notices are extracted from files. Please review them
228249 FIXME (overlay): These notices are extracted from files. Please review them
229250 before uploading to the archive.
230251
252 Files: ./src/selection_data.rs
253 Copyright: 2013-2019, The Gtk-rs Project Developers.
254 License: UNKNOWN-LICENSE; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
231259 Files: ./src/signal.rs
232260 Copyright: 2015, The Gtk-rs Project Developers.
233261 License: UNKNOWN-LICENSE; FIXME (overlay)
235263 FIXME (overlay): These notices are extracted from files. Please review them
236264 before uploading to the archive.
237265
238 Files: ./src/socket.rs
239 Copyright: 2013-2015, The Gtk-rs Project Developers.
266 Files: ./src/subclass/mod.rs
267 Copyright: 2019, The Gtk-rs Project Developers.
240268 License: UNKNOWN-LICENSE; FIXME (overlay)
241269 Comment:
242270 FIXME (overlay): These notices are extracted from files. Please review them
264292 before uploading to the archive.
265293
266294 Files: ./src/tree_model_filter.rs
295 Copyright: 2013-2015, The Gtk-rs Project Developers.
296 License: UNKNOWN-LICENSE; FIXME (overlay)
297 Comment:
298 FIXME (overlay): These notices are extracted from files. Please review them
299 before uploading to the archive.
300
301 Files: ./src/tree_model_sort.rs
267302 Copyright: 2013-2015, The Gtk-rs Project Developers.
268303 License: UNKNOWN-LICENSE; FIXME (overlay)
269304 Comment:
+0
-35
src/gtk/debian/patches/0001-Remove-futures-preview-feature.patch less more
0 From 92580b9aba4e4c5a5992989d6cae27e3e1e15142 Mon Sep 17 00:00:00 2001
1 From: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2 Date: Tue, 22 Jan 2019 09:32:19 +0100
3 Subject: [PATCH] Remove futures preview feature
4
5 ---
6 Cargo.toml | 5 -----
7 1 file changed, 5 deletions(-)
8
9 diff --git a/Cargo.toml b/Cargo.toml
10 index 5277a14..4aa263f 100644
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -40,10 +40,6 @@ version = "0.7.0"
14 version = "0.3"
15 optional = true
16
17 -[dependencies.futures-core-preview]
18 -version = "0.2"
19 -optional = true
20 -
21 [dependencies.gdk]
22 version = "0.9.0"
23
24 @@ -91,7 +87,6 @@ optional = true
25 [features]
26 dox = ["gdk/dox", "gtk-sys/dox"]
27 embed-lgpl-docs = ["gtk-rs-lgpl-docs", "gdk/embed-lgpl-docs"]
28 -futures = ["futures-core-preview", "fragile", "gio/futures"]
29 purge-lgpl-docs = ["gtk-rs-lgpl-docs", "gdk/purge-lgpl-docs"]
30 v3_10 = ["v3_8", "gtk-sys/v3_10", "gdk/v3_10"]
31 v3_12 = ["v3_10", "gtk-sys/v3_12", "gdk/v3_12"]
32 --
33 2.20.1
34
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -43,10 +43,6 @@
3 version = "0.3"
4 optional = true
5
6 -[dependencies.futures-preview]
7 -version = "0.3.0-alpha"
8 -optional = true
9 -
10 [dependencies.gdk]
11 version = "0.11.0"
12
13 @@ -97,7 +93,6 @@
14 [features]
15 dox = ["gdk/dox", "gtk-sys/dox"]
16 embed-lgpl-docs = ["gtk-rs-lgpl-docs", "gdk/embed-lgpl-docs"]
17 -futures = ["futures-preview", "fragile", "gio/futures"]
18 purge-lgpl-docs = ["gtk-rs-lgpl-docs", "gdk/purge-lgpl-docs"]
19 subclassing = ["glib/subclassing", "gio/subclassing"]
20 v3_16 = ["gtk-sys/v3_16", "gio/v2_44", "gdk/v3_16"]
0 0001-Remove-futures-preview-feature.patch
0 remove-futures-preview-feature.diff