- 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:
parent
0f400f1456
commit
de0d7acd8f
3
lxterminal-0.1.8-fix-alt_n-sf3006779.patch.bz2
Normal file
3
lxterminal-0.1.8-fix-alt_n-sf3006779.patch.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12ab9db3af00dea0a56b65702eda672f9e5ea60c54c4beed501c967c3f84d8a1
|
||||||
|
size 34507
|
@ -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
|
Mon Jul 19 22:28:03 UTC 2010 - andrea@opensuse.org
|
||||||
|
|
||||||
|
@ -30,21 +30,24 @@ Source0: %name-%version.tar.bz2
|
|||||||
# disable f10 shortcut because yast use it
|
# disable f10 shortcut because yast use it
|
||||||
Patch0: %name-0.1.8-disable-f10.patch
|
Patch0: %name-0.1.8-disable-f10.patch
|
||||||
# PATCH-FIX-UPSTREAM lxterminal-0.1.8-fix-alt_n-sf3006779.patch andrea@opensuse.org
|
# PATCH-FIX-UPSTREAM lxterminal-0.1.8-fix-alt_n-sf3006779.patch andrea@opensuse.org
|
||||||
# upstream patch to fix sf#3006779 (customize fn)
|
# upstream patch to fix sf#3006779 (enable/disable Alt+n)
|
||||||
#Patch1: %name-0.1.8-fix-alt_n-sf3006779.patch
|
Patch1: %name-0.1.8-fix-alt_n-sf3006779.patch.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes gtk2-devel intltool pkg-config update-desktop-files
|
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 vte-devel
|
||||||
|
Recommends: %name-lang
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LXTerminal is a lightweight Terminal Emulator.
|
LXTerminal is a lightweight Terminal Emulator.
|
||||||
This package even if DE independent it's part
|
This package even if DE independent it's part
|
||||||
of the LXDE project
|
of the LXDE project
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
#%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -63,7 +66,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
|
|||||||
%clean
|
%clean
|
||||||
%__rm -rf $RPM_BUILD_ROOT
|
%__rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%_bindir/%name
|
%_bindir/%name
|
||||||
@ -74,4 +77,6 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
|
|||||||
%_mandir/man1/lxterminal.1.gz
|
%_mandir/man1/lxterminal.1.gz
|
||||||
%_datadir/pixmaps/lxterminal.png
|
%_datadir/pixmaps/lxterminal.png
|
||||||
|
|
||||||
|
%files lang -f %name.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user