From: Michal Moskal Date: Fri, 7 May 2004 12:41:26 +0000 (+0000) Subject: - add disable_prev_next_tab_sensitivity_changes bcond, explanation in comment X-Git-Tag: deadbranch-1.1.4~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=c429904b3d1994f775cee5d10f782cb3ca75476e;p=packages%2Fgnome-terminal.git - add disable_prev_next_tab_sensitivity_changes bcond, explanation in comment Changed files: gnome-terminal.spec -> 1.54 --- diff --git a/gnome-terminal.spec b/gnome-terminal.spec index cff446f..6e5ac15 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -1,3 +1,9 @@ +# +# This causes key do nothing on the first tab (instead of +# passing the keypress to the application running in the terminal). Ditto +# for the last tab. This is kinda annoying. +%bcond_with disable_prev_next_tab_sensitivity_changes +# Summary: GNOME Terminal Summary(pl): Terminal dla GNOME Name: gnome-terminal @@ -9,6 +15,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.t # Source0-md5: 43e04260410e66e767a4b247d0af8b46 Patch0: %{name}-TERM.patch Patch1: %{name}-locale-names.patch +Patch2: %{name}-disable-prev_next-tab-sensitivity-changes.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.6.0 Buildrequires: autoconf @@ -41,6 +48,9 @@ To jest terminal, na razie ca %setup -q %patch0 -p1 %patch1 -p1 +%if %{with disable_prev_next_tab_sensitivity_changes} +%patch2 -p1 +%endif mv po/{no,nb}.po