Accepting request 26285 from X11:lxde
Copy from X11:lxde/lxterminal based on submit request 26285 from user anubisg1 OBS-URL: https://build.opensuse.org/request/show/26285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxterminal?expand=0&rev=1
This commit is contained in:
commit
6db95a73be
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
16
lxterminal-0.1.6-disable-f10.patch
Normal file
16
lxterminal-0.1.6-disable-f10.patch
Normal file
@ -0,0 +1,16 @@
|
||||
diff -uNr old-lxterminal-0.1.6//data/lxterminal.conf lxterminal-0.1.6/data/lxterminal.conf
|
||||
--- old-lxterminal-0.1.6//data/lxterminal.conf 2009-07-11 17:18:29.000000000 +0200
|
||||
+++ lxterminal-0.1.6/data/lxterminal.conf 2009-12-12 15:56:07.670875633 +0100
|
||||
@@ -1,3 +1,4 @@
|
||||
[general]
|
||||
fontname=Monospace 10
|
||||
selchars=-A-Za-z0-9,./?%&#:_
|
||||
+disablef10=true
|
||||
diff -uNr old-lxterminal-0.1.6//data/lxterminal.conf.in lxterminal-0.1.6/data/lxterminal.conf.in
|
||||
--- old-lxterminal-0.1.6//data/lxterminal.conf.in 2008-06-28 10:16:01.000000000 +0200
|
||||
+++ lxterminal-0.1.6/data/lxterminal.conf.in 2009-12-12 15:56:00.881878045 +0100
|
||||
@@ -1,3 +1,4 @@
|
||||
[general]
|
||||
fontname=Monospace 10
|
||||
selchars=-A-Za-z0-9,./?%&#:_
|
||||
+disablef10=true
|
12
lxterminal-0.1.6-no-return.patch
Normal file
12
lxterminal-0.1.6-no-return.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -uNr lxterminal-0.1.6/src/tab.c lxterminal/src/tab.c
|
||||
--- lxterminal-0.1.6/src/tab.c 2008-12-26 07:47:10.000000000 +0100
|
||||
+++ lxterminal/src/tab.c 2009-07-13 23:58:57.000000000 +0200
|
||||
@@ -49,7 +49,7 @@
|
||||
return 1;
|
||||
else if (strcmp(position, "left")==0)
|
||||
return 2;
|
||||
- else if (strcmp(position, "right")==0)
|
||||
+ else
|
||||
return 3;
|
||||
}
|
||||
|
3
lxterminal-0.1.6-update-translations.patch.tar.bz2
Normal file
3
lxterminal-0.1.6-update-translations.patch.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a65c90d17248cba369bf3e43e64e4ed8382b0aa3ff8246ad6ff2aab4cf29c4e9
|
||||
size 33236
|
3
lxterminal-0.1.6.tar.bz2
Normal file
3
lxterminal-0.1.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce39f258649902840f8c4d7edcc31e7e37d590b0ec819fa4b9151a2ad83f51f7
|
||||
size 200564
|
17
lxterminal.changes
Normal file
17
lxterminal.changes
Normal file
@ -0,0 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 12 15:00:40 UTC 2009 - andrea@opensuse.org
|
||||
|
||||
- bzipped source code
|
||||
- disable f10 shortcut because ncurses yast use it
|
||||
- translations upgrade
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 13 15:00:33 UTC 2009 - andrea@opensuse.org
|
||||
|
||||
- New stable version 0.1.6
|
||||
- fix no-return-in-non-void issue
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 15:00:33 UTC 2009 - andrea@opensuse.org
|
||||
|
||||
- New package
|
72
lxterminal.spec
Normal file
72
lxterminal.spec
Normal file
@ -0,0 +1,72 @@
|
||||
#
|
||||
# spec file for package lxterminal (Version 0.1.6)
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: lxterminal
|
||||
Version: 0.1.6
|
||||
Release: 1
|
||||
Summary: Lightweight LXDE Terminal
|
||||
Group: System/X11/Utilities
|
||||
License: GPL
|
||||
Url: http://www.lxde.org/
|
||||
Source0: %name-%version.tar.bz2
|
||||
Patch0: %name-%version-no-return.patch
|
||||
Patch1: %name-%version-disable-f10.patch
|
||||
Patch2: %name-%version-update-translations.patch.tar.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
|
||||
|
||||
%description
|
||||
LXTerminal is a lightweight Terminal Emulator.
|
||||
This package even if DE independent it's part
|
||||
of the LXDE project
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
%configure --enable-man
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%suse_update_desktop_file %name System
|
||||
%find_lang %{name}
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%clean
|
||||
%__rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,0755)
|
||||
%doc COPYING
|
||||
%_bindir/%name
|
||||
%_datadir/applications/lxterminal.desktop
|
||||
%dir %_datadir/lxterminal
|
||||
%_datadir/lxterminal/lxterminal.conf
|
||||
%_mandir/man1/lxterminal.1.gz
|
||||
%_datadir/pixmaps/lxterminal.png
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user