From 83ea2509a8609ec0239660e638fd0ee8ee5497d5a83c3bf35dc6c087f22b6d64 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 2 May 2011 15:57:11 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/lxterminal revision 14.0 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxterminal?expand=0&rev=5c295d8b6ce2ac3008d3392bdc7ad14f --- lxterminal.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lxterminal.spec b/lxterminal.spec index 1fd2396..163cbbe 100644 --- a/lxterminal.spec +++ b/lxterminal.spec @@ -1,7 +1,7 @@ # -# spec file for package lxterminal (Version 0.1.9) +# spec file for package lxterminal # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: lxterminal Version: 0.1.9 -Release: 1 +Release: 2 Summary: Lightweight LXDE Terminal Group: System/GUI/LXDE License: GPL @@ -66,6 +66,7 @@ export CFLAGS="$RPM_OPT_FLAGS" %__rm -rf $RPM_BUILD_ROOT %if 0%{?suse_version} >= 1140 + %post %desktop_database_post From 43e9f500bf695131bed8d3edb35e2dfa623a97b919d5a9e00738614897ab7ab8 Mon Sep 17 00:00:00 2001 From: andrea florio Date: Tue, 31 May 2011 10:02:00 +0000 Subject: [PATCH 2/2] - build with gtk2 based vte package on suse > 11.4 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxterminal?expand=0&rev=52 --- lxterminal.changes | 5 +++++ lxterminal.spec | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lxterminal.changes b/lxterminal.changes index 26d34fa..04b1910 100644 --- a/lxterminal.changes +++ b/lxterminal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 31 10:01:36 UTC 2011 - andrea@opensuse.org + +- build with gtk2 based vte package on suse > 11.4 + ------------------------------------------------------------------- Mon Mar 14 18:51:11 UTC 2011 - gber@opensuse.org diff --git a/lxterminal.spec b/lxterminal.spec index 163cbbe..1c51e28 100644 --- a/lxterminal.spec +++ b/lxterminal.spec @@ -34,7 +34,13 @@ Patch0: %name-0.1.8-disable-f10.patch Patch1: %name-0.1.9-fix-char_widthheight.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes gtk2-devel intltool pkg-config update-desktop-files -BuildRequires: docbook-utils docbook-xsl-stylesheets libxslt-devel vte-devel +BuildRequires: docbook-utils docbook-xsl-stylesheets libxslt-devel +# lxterminal is not yet compatible with gtk3 +%if %suse_version <= 1140 +BuildRequires: vte-devel +%else +BuildRequires: vte2-devel +%endif Recommends: %name-lang %description