Use forked gir with updated shell-words and cleaned-up build.rs
This commit is contained in:
parent
d7b785c4d3
commit
990bbe290a
|
|
@ -1,4 +1,5 @@
|
||||||
GIR_VERSION := 60cbef05401bd73c3e8a0a7c0cbfb793394acfe7
|
GIR_REPO := https://github.com/fkrull/gir.git
|
||||||
|
GIR_VERSION := d7f05b3cba10b6e25d0504e492965e20466d091f
|
||||||
RUSTDOC_STRIPPER_VERSION := 0.1.9
|
RUSTDOC_STRIPPER_VERSION := 0.1.9
|
||||||
|
|
||||||
all: gir
|
all: gir
|
||||||
|
|
@ -8,7 +9,7 @@ all: gir
|
||||||
|
|
||||||
# -- gir generation --
|
# -- gir generation --
|
||||||
target/tools/bin/gir:
|
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
|
gir: target/tools/bin/gir
|
||||||
target/tools/bin/gir -c conf/ostree-sys.toml
|
target/tools/bin/gir -c conf/ostree-sys.toml
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 60cbef05)
|
Generated by gir (https://github.com/gtk-rs/gir @ d7f05b3c)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ 519df63)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 318d9b7)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ gobject-sys = "0.10.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
shell-words = "0.1.0"
|
shell-words = "1.0.0"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,6 @@
|
||||||
#[cfg(not(feature = "dox"))]
|
#[cfg(not(feature = "dox"))]
|
||||||
extern crate system_deps;
|
extern crate system_deps;
|
||||||
|
|
||||||
#[cfg(not(feature = "dox"))]
|
|
||||||
use std::io::prelude::*;
|
|
||||||
#[cfg(not(feature = "dox"))]
|
|
||||||
use std::io;
|
|
||||||
#[cfg(not(feature = "dox"))]
|
#[cfg(not(feature = "dox"))]
|
||||||
use std::process;
|
use std::process;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
Generated by gir (https://github.com/gtk-rs/gir @ 60cbef05)
|
Generated by gir (https://github.com/gtk-rs/gir @ d7f05b3c)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ 519df63)
|
from gir-files (https://github.com/gtk-rs/gir-files @ 318d9b7)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue