X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=gnome-terminal.spec;h=a0376a1f3f9a61b4541a7aa189daf674b45047ae;hb=416403461f931601a87b8ec033469bdf17c57916;hp=10f7c57a6f5651f590400648f9a7f3e6c27b8b2f;hpb=0ab5959b0858e378f8be16708e1d62523e7c284b;p=packages%2Fgnome-terminal.git diff --git a/gnome-terminal.spec b/gnome-terminal.spec index 10f7c57..a0376a1 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -7,12 +7,15 @@ # This is specific to PLD and causes an "unknown term type" on most other # hosts I have to work on (the rest of the world uses xterm for g-t) %bcond_with term_voodoo +# This allows to mark on-terminal urls containing square brackets (eg. to +# copy them or to open in external browser). +%bcond_with classify_square_brackets_into_url_paths # Summary: GNOME Terminal -Summary(pl): Terminal dla GNOME +Summary(pl.UTF-8): Terminal dla GNOME Name: gnome-terminal Version: 2.16.1 -Release: 1 +Release: 2 License: GPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.16/%{name}-%{version}.tar.bz2 @@ -21,12 +24,14 @@ Patch0: %{name}-TERM.patch Patch1: %{name}-disable-prev_next-tab-sensitivity-changes.patch Patch2: %{name}-desktop.patch Patch3: %{name}-save-session-crash.patch +Patch4: %{name}-url-regex.patch URL: http://www.gnome.org/ BuildRequires: GConf2-devel >= 2.14.0 BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: gtk+2-devel >= 2:2.10.6 BuildRequires: gnome-common >= 2.12.0 +BuildRequires: gnome-doc-utils >= 0.8.0 BuildRequires: gnome-vfs2-devel >= 2.16.1 BuildRequires: intltool >= 0.35 BuildRequires: libglade2-devel >= 1:2.6.0 @@ -48,8 +53,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This is a terminal thing that isn't finished at all. -%description -l pl -To jest terminal, na razie ca³kowicie nie dokoñczony. +%description -l pl.UTF-8 +To jest terminal, na razie całkowicie nie dokończony. %prep %setup -q @@ -61,6 +66,9 @@ To jest terminal, na razie ca %endif %patch2 -p1 %patch3 -p1 +%if %{with classify_square_brackets_into_url_paths} +%patch4 -p1 +%endif %build %{__intltoolize} @@ -106,6 +114,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_bindir}/* %{_libdir}/bonobo/servers/* %{_datadir}/%{name} -%{_desktopdir}/* +%{_desktopdir}/*.desktop %{_pixmapsdir}/* %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas