[lxterminal] Add patch for vte >= 0.20.0

Christoph Wickert cwickert at fedoraproject.org
Thu Sep 2 18:48:58 UTC 2010


commit 8a12fc9d4298f768f5e515041806cb14f997979e
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Thu Sep 2 20:48:57 2010 +0200

    Add patch for vte >= 0.20.0

 lxterminal.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/lxterminal.spec b/lxterminal.spec
index 4de5ada..aa58f10 100644
--- a/lxterminal.spec
+++ b/lxterminal.spec
@@ -8,10 +8,12 @@ Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
-# http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxterminal;a=commit;h=9f0872daa920c01acd91e1e9ace886dd66221a39
+# http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxterminal;a=commit;h=2cda6d2217f82cc993f4758ed44ef74c61f729ba
+Patch0:         lxterminal-0.1.9-fixed-vte-failure-because-of-deprecated-API.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtk2-devel >= 2.6 vte-devel
+BuildRequires:  gtk2-devel >= 2.6
+BuildRequires:  vte-devel >= 0.20.0
 BuildRequires:  desktop-file-utils intltool gettext
 
 %description
@@ -28,6 +30,7 @@ erhöhen teilen sich alle Instanzen des Terminals einen einzigen Prozess.
 
 %prep
 %setup -q
+%patch0 -p1 -b .deprecated-API
 
 
 %build
@@ -64,6 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Wed Sep 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.9-1
 - Update to 0.1.9
+- Add patch for vte >= 0.20.0
 
 * Mon Jul 19 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.8-1
 - Update to 0.1.8


More information about the scm-commits mailing list