]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
- build with vte by default
authorArtur Frysiak <artur@frysiak.net>
Thu, 21 Nov 2002 19:14:10 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-terminal.spec -> 1.18

gnome-terminal.spec

index b98393784ab6ce7a8d6bdc2d9ae5f944990c45b9..984b8ffa52d016b155c95efdce4298d9e568ab76 100644 (file)
@@ -1,8 +1,9 @@
+# --with zvt   build with ZVT not VTE terminal widget
 Summary:       GNOME Terminal
 Summary(pl):   Terminal dla GNOME
 Name:          gnome-terminal
 Version:       2.1.1
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
@@ -13,7 +14,8 @@ BuildRequires:        GConf2-devel >= 1.2.1
 BuildRequires: gtk+2-devel >= 2.0.3
 BuildRequires: libglade2-devel >= 2.0.0
 BuildRequires: libgnomeui-devel >= 2.1.2
-BuildRequires: libzvt-devel >= 2.0.0
+%{?_with_zvt:BuildRequires:    libzvt-devel >= 2.0.0}
+%{?!_with_zvt:BuildRequires:   vte-devel >= 0.10.4}
 BuildRequires: pkgconfig >= 0.12.0
 BuildRequires: scrollkeeper
 Requires:      libgnomeui >= 2.1.2
@@ -35,7 +37,8 @@ To jest terminal, na razie ca
 %patch1 -p1
 
 %build
-%configure
+%configure \
+       --with-widget=%{?!_with_zvt:vte}%{?_with_zvt:zvt}
 %{__make}
 
 %install
This page took 0.117175 seconds and 4 git commands to generate.