]> git.pld-linux.org Git - packages/qemu.git/commitdiff
fixed R: vte - the package is built with 2.91 (0.58.3) but requires the
authorTomasz Pala <gotar@polanet.pl>
Sun, 8 Dec 2019 10:39:25 +0000 (11:39 +0100)
committerTomasz Pala <gotar@polanet.pl>
Sun, 8 Dec 2019 10:39:25 +0000 (11:39 +0100)
old version via forked package (which doesn't P: vte anyway)

qemu.spec

index c18cbb79bd7c03d60c042292e4ce8a51397346a0..b7edef82bda5949228f6064f5b5d15a978872118 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -128,7 +128,7 @@ BuildRequires:      xorg-lib-libX11-devel
 BuildRequires: zlib-devel
 %if %{with gtk3}
 BuildRequires: gtk+3-devel >= 3.14.0
-%{?with_vte:BuildRequires:     vte2.90-devel >= 0.32.0}
+%{?with_vte:BuildRequires:     vte-devel >= 0.32.0}
 %endif
 %if %{with user_static}
 BuildRequires: glib2-static
@@ -179,7 +179,7 @@ Requires:   usbredir >= 0.6 \
 %endif \
 %if %{with gtk3} \
 Requires:      gtk+3 >= 3.14.0 \
-%{?with_vte:Requires:  vte2.90 >= 0.32.0} \
+%{?with_vte:Requires:  vte >= 0.32.0} \
 %endif
 
 # don't strip/chrpath anything in there; these are boot images, roms etc
This page took 0.032218 seconds and 4 git commands to generate.