Codebase list rust-stfu8 / 274a409
Update x11rb Andrej Shadura 3 years ago
4 changed file(s) with 53 addition(s) and 37 deletion(s). Raw diff Collapse all Expand all
0 rust-x11rb (0.4.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-x11rb (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package x11rb 0.4.1 from crates.io using debcargo 2.4.2
2 * Package x11rb 0.7.0 from crates.io using debcargo 2.4.3
33
4 -- Andrej Shadura <andrewsh@debian.org> Tue, 14 Apr 2020 08:15:13 +0200
4 -- Andrej Shadura <andrewsh@debian.org> Sat, 31 Oct 2020 18:14:14 +0100
44
55 Files: *
66 Copyright: 2019-2020 Uli Schlachter <psychon@znc.in>
7 License: Expat or Apache-2.0
8
9 Files:
10 src/cursor/find_cursor.rs
11 src/cursor/parse_cursor.rs
12 Copyright:
13 2013 Michael Stapelberg
14 2002 Keith Packard
715 License: Expat or Apache-2.0
816
917 Files: examples/hypnomoire.rs
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: x11rb
2 Upstream-Contact: Uli Schlachter <psychon@znc.in>
2 Upstream-Contact:
3 Uli Schlachter <psychon@znc.in>
4 Eduardo Sánchez Muñoz <esm@eduardosm.net>
35 Source: https://github.com/psychon/x11rb
46
57 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Uli Schlachter <psychon@znc.in>
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Uli Schlachter <psychon@znc.in>
10 FIXME (overlay) UNKNOWN-YEARS Eduardo Sánchez Muñoz <esm@eduardosm.net>
711 License: MIT or Apache-2.0
812 Comment:
913 FIXME (overlay): Since upstream copyright years are not available in
1317
1418 Files: ./examples/hypnomoire.rs
1519 Copyright: 2001-2002 Bart Massey and Jamey Sharp and is licensed under
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: ./src/cursor/find_cursor.rs
26 Copyright:
27 2013 Michael Stapelberg
28 2002 Keith Packard
29 License: UNKNOWN-LICENSE; FIXME (overlay)
30 Comment:
31 FIXME (overlay): These notices are extracted from files. Please review them
32 before uploading to the archive.
33
34 Files: ./src/cursor/parse_cursor.rs
35 Copyright: 2013 Michael Stapelberg
1636 License: UNKNOWN-LICENSE; FIXME (overlay)
1737 Comment:
1838 FIXME (overlay): These notices are extracted from files. Please review them
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -48,7 +48,7 @@
3 allow-unsafe-code = ["libc"]
2 @@ -68,7 +68,7 @@ allow-unsafe-code = ["libc"]
43 composite = ["xfixes"]
4 cursor = ["render"]
55 damage = ["xfixes"]
6 -default = ["vendor-xcb-proto", "allow-unsafe-code"]
7 +default = ["allow-unsafe-code"]
6 -dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"]
7 +#dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"]
88 dpms = []
99 dri2 = []
1010 dri3 = []
11 @@ -62,7 +62,7 @@
12 shape = []
13 shm = []
14 sync = []
15 -vendor-xcb-proto = []
16 +#vendor-xcb-proto = []
17 xevie = []
18 xf86dri = []
19 xf86vidmode = []
20 --- a/build.rs
21 +++ b/build.rs
22 @@ -51,14 +51,16 @@
23 for py_file in list_files_with_extension("code_generator_helpers", "py") {
24 println!("cargo:rerun-if-changed={}", py_file.to_str().unwrap());
25 }
26 + /*
27 for py_file in list_files_with_extension(pythondir.join("xcbgen"), "py") {
28 println!("cargo:rerun-if-changed={}", py_file.to_str().unwrap());
29 }
30 + */
31 for xml_file in list_files_with_extension(&includedir, "xml") {
32 println!("cargo:rerun-if-changed={}", xml_file.to_str().unwrap());
33 }
11 @@ -96,10 +96,10 @@ xtest = []
12 xv = ["shm"]
13 xvmc = ["xv"]
14 [target."cfg(unix)".dependencies.nix]
15 -version = "0.18.0"
16 -[target."cfg(windows)".dependencies.winapi]
17 -version = "0.3"
18 -features = ["winsock2"]
19 +version = "0.16.0"
20 +#[target."cfg(windows)".dependencies.winapi]
21 +#version = "0.3"
22 +#features = ["winsock2"]
3423
35 - let status = Command::new("python")
36 + let status = Command::new("python3")
37 .arg("rs_code_generator.py")
38 .arg("-p")
39 .arg(&pythondir)
24 -[target."cfg(windows)".dependencies.winapi-wsapoll]
25 -version = "0.1.1"
26 +#[target."cfg(windows)".dependencies.winapi-wsapoll]
27 +#version = "0.1.1"