Use forked gir with updated shell-words and cleaned-up build.rs

This commit is contained in:
Felix Krull 2020-07-23 17:31:13 +02:00 committed by Colin Walters
parent d7b785c4d3
commit 990bbe290a
5 changed files with 8 additions and 11 deletions

View File

@ -1,4 +1,5 @@
GIR_VERSION := 60cbef05401bd73c3e8a0a7c0cbfb793394acfe7
GIR_REPO := https://github.com/fkrull/gir.git
GIR_VERSION := d7f05b3cba10b6e25d0504e492965e20466d091f
RUSTDOC_STRIPPER_VERSION := 0.1.9
all: gir
@ -8,7 +9,7 @@ all: gir
# -- gir generation --
target/tools/bin/gir:
cargo install --root target/tools --git https://github.com/gtk-rs/gir.git --rev $(GIR_VERSION) -- gir
cargo install --root target/tools --git $(GIR_REPO) --rev $(GIR_VERSION) -- gir
gir: target/tools/bin/gir
target/tools/bin/gir -c conf/ostree-sys.toml

View File

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 60cbef05)
from gir-files (https://github.com/gtk-rs/gir-files @ 519df63)
Generated by gir (https://github.com/gtk-rs/gir @ d7f05b3c)
from gir-files (https://github.com/gtk-rs/gir-files @ 318d9b7)

View File

@ -11,7 +11,7 @@ gobject-sys = "0.10.0"
libc = "0.2"
[dev-dependencies]
shell-words = "0.1.0"
shell-words = "1.0.0"
tempfile = "3"
[features]

View File

@ -5,10 +5,6 @@
#[cfg(not(feature = "dox"))]
extern crate system_deps;
#[cfg(not(feature = "dox"))]
use std::io::prelude::*;
#[cfg(not(feature = "dox"))]
use std::io;
#[cfg(not(feature = "dox"))]
use std::process;

View File

@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 60cbef05)
from gir-files (https://github.com/gtk-rs/gir-files @ 519df63)
Generated by gir (https://github.com/gtk-rs/gir @ d7f05b3c)
from gir-files (https://github.com/gtk-rs/gir-files @ 318d9b7)