]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
- add disable_prev_next_tab_sensitivity_changes bcond, explanation in comment
authorMichal Moskal <michal@moskal.me>
Fri, 7 May 2004 12:41:26 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-terminal.spec -> 1.54

gnome-terminal.spec

index cff446fb7947bd0ca5d94893b76c70a71af632a0..6e5ac158842e77989a0c35b233f709da4a71b6f9 100644 (file)
@@ -1,3 +1,9 @@
+#
+# This causes <prev-tab> 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
 
This page took 0.155963 seconds and 4 git commands to generate.