]> git.pld-linux.org Git - packages/gnome-terminal.git/blobdiff - gnome-terminal.spec
bringing back wordseps configurability
[packages/gnome-terminal.git] / gnome-terminal.spec
index e3a9631d8f7e276c668e608afa3461d2e9c039c8..8fd7428839afca9a6bf0a6ce4088b5f8a2d55bee 100644 (file)
@@ -1,17 +1,19 @@
 #
 # Conditional build:
 %bcond_without nautilus        # Nautilus extension
-#
+
 Summary:       GNOME Terminal
 Summary(pl.UTF-8):     Terminal dla GNOME
 Name:          gnome-terminal
-Version:       3.16.0
+Version:       3.16.2
 Release:       2
 License:       GPL v3+
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.16/%{name}-%{version}.tar.xz
-# Source0-md5: 518f11b8bcba3fe9be5a005c4a3155f4
+# Source0-md5: 17d15e7d226826ca1853eee1c99645b0
 Patch0:                %{name}-desktop.patch
+Patch1:                bug-730632.patch
+Patch2:                wordseps.patch
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.32.0
 BuildRequires: autoconf >= 2.53
@@ -33,7 +35,7 @@ BuildRequires:        pkgconfig >= 1:0.12.0
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: tar >= 1:1.22
-BuildRequires: vte-devel >= 0.40.0
+BuildRequires: vte-devel >= 0.40.2
 BuildRequires: xz
 BuildRequires: yelp-tools
 Requires(post,postun): glib2 >= 1:2.33.2
@@ -42,7 +44,7 @@ Requires:     glib2 >= 1:2.40.0
 Requires:      gsettings-desktop-schemas >= 0.1.0
 Requires:      gtk+3 >= 3.10.0
 Requires:      terminfo
-Requires:      vte >= 0.40.0
+Requires:      vte >= 0.40.2
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -73,6 +75,8 @@ w Nautilusie.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__intltoolize}
This page took 0.07194 seconds and 4 git commands to generate.