- added lxterminal-0.1.8-fix-alt_n-sf3006779.patch (backport from

upstream git) to fix bug sf#3006779
- split out lang package

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxterminal?expand=0&rev=28
This commit is contained in:
andrea florio 2010-07-20 08:14:29 +00:00 committed by Git OBS Bridge
parent 0f400f1456
commit de0d7acd8f
3 changed files with 19 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12ab9db3af00dea0a56b65702eda672f9e5ea60c54c4beed501c967c3f84d8a1
size 34507

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 20 07:42:08 UTC 2010 - andrea@opensuse.org
- added lxterminal-0.1.8-fix-alt_n-sf3006779.patch (backport from
upstream git) to fix bug sf#3006779
- split out lang package
-------------------------------------------------------------------
Mon Jul 19 22:28:03 UTC 2010 - andrea@opensuse.org

View File

@ -30,21 +30,24 @@ Source0: %name-%version.tar.bz2
# disable f10 shortcut because yast use it
Patch0: %name-0.1.8-disable-f10.patch
# PATCH-FIX-UPSTREAM lxterminal-0.1.8-fix-alt_n-sf3006779.patch andrea@opensuse.org
# upstream patch to fix sf#3006779 (customize fn)
#Patch1: %name-0.1.8-fix-alt_n-sf3006779.patch
# upstream patch to fix sf#3006779 (enable/disable Alt+n)
Patch1: %name-0.1.8-fix-alt_n-sf3006779.patch.bz2
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
Recommends: %name-lang
%description
LXTerminal is a lightweight Terminal Emulator.
This package even if DE independent it's part
of the LXDE project
%lang_package
%prep
%setup -q
%patch0 -p1
#%patch1 -p1
%patch1 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
@ -63,7 +66,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
%clean
%__rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%files
%defattr(-,root,root,0755)
%doc COPYING
%_bindir/%name
@ -74,4 +77,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
%_mandir/man1/lxterminal.1.gz
%_datadir/pixmaps/lxterminal.png
%files lang -f %name.lang
%changelog