- 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
This commit is contained in:
andrea florio 2011-05-31 10:02:00 +00:00 committed by Git OBS Bridge
parent 83ea2509a8
commit 43e9f500bf
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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