Accepting request 72241 from X11:lxde

fixed factory build failure

OBS-URL: https://build.opensuse.org/request/show/72241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxterminal?expand=0&rev=15
This commit is contained in:
Sascha Peilicke 2011-06-01 08:47:21 +00:00 committed by Git OBS Bridge
commit 0320fe882b
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