Accepting request 818705 from home:AndreasStieger:branches:X11:lxde
lxterminal 0.3.2 (boo#1113553) OBS-URL: https://build.opensuse.org/request/show/818705 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxterminal?expand=0&rev=71
This commit is contained in:
parent
db68e94e4f
commit
f372c7ba39
@ -1,21 +0,0 @@
|
|||||||
From fa3542ae702884c59dc2a1df9da22b9b939d5db8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
|
|
||||||
Date: Wed, 8 Nov 2017 15:00:05 +0900
|
|
||||||
Subject: [PATCH] Properly set return value for lxterminal_socket_initialize
|
|
||||||
|
|
||||||
Fixes #40 #41
|
|
||||||
---
|
|
||||||
src/unixsocket.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/unixsocket.c b/src/unixsocket.c
|
|
||||||
index b813f52..1874399 100644
|
|
||||||
--- a/src/unixsocket.c
|
|
||||||
+++ b/src/unixsocket.c
|
|
||||||
@@ -263,5 +263,5 @@ static gboolean handle_request(GIOChannel* gio, GIOCondition condition, ClientIn
|
|
||||||
}
|
|
||||||
|
|
||||||
gboolean lxterminal_socket_initialize(LXTermWindow* lxtermwin, gint argc, gchar** argv) {
|
|
||||||
- init(lxtermwin, argc, argv);
|
|
||||||
+ return init(lxtermwin, argc, argv);
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd8df387c2dd40e03b48caacf700820f9421b421954a0ed56395f505411d2c4b
|
|
||||||
size 197628
|
|
3
lxterminal-0.3.2.tar.xz
Normal file
3
lxterminal-0.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3166b18493a8e55811b02aa0de825cbbea65e2b628e69006c1a65b98e1bb4484
|
||||||
|
size 198348
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 4 08:11:52 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- lxterminal 0.3.2 (boo#1113553):
|
||||||
|
* fix bug wth libvte 0.54 where closing 1 tab can cause other
|
||||||
|
tabs to be closed
|
||||||
|
- drop upstreamed patches:
|
||||||
|
* lxterminal-0.3.1-return-value-unixterminal.patch
|
||||||
|
* lxterminal-fix-gtk3-comp-warnings.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 18:12:58 UTC 2018 - bjorn.lie@gmail.com
|
Mon Jun 11 18:12:58 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lxterminal
|
# spec file for package lxterminal
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,23 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: lxterminal
|
Name: lxterminal
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight LXDE Terminal
|
Summary: Lightweight LXDE Terminal
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/GUI/LXDE
|
Group: System/GUI/LXDE
|
||||||
Url: http://www.lxde.org/
|
URL: http://www.lxde.org/
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: https://sourceforge.net/projects/lxde/files/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20%{version}/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FEATURE-OPENSUSE lxterminal-0.1.8-disable-f10.patch andrea@opensuse.org
|
# PATCH-FEATURE-OPENSUSE lxterminal-0.1.8-disable-f10.patch andrea@opensuse.org
|
||||||
# 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
|
||||||
Patch1: lxterminal-0.3.1-return-value-unixterminal.patch
|
|
||||||
Patch2: lxterminal-fix-gtk3-comp-warnings.patch
|
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: docbook-utils
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -51,14 +49,12 @@ of the LXDE project.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-man \
|
--enable-man \
|
||||||
--enable-gtk3=yes
|
--enable-gtk3=yes
|
||||||
make %{?_smp_mflags} V=1
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -82,7 +78,7 @@ make %{?_smp_mflags} V=1
|
|||||||
%{_datadir}/lxterminal/lxterminal.conf
|
%{_datadir}/lxterminal/lxterminal.conf
|
||||||
%{_datadir}/lxterminal/*.ui
|
%{_datadir}/lxterminal/*.ui
|
||||||
%{_datadir}/icons/hicolor/128x128/apps/lxterminal.png
|
%{_datadir}/icons/hicolor/128x128/apps/lxterminal.png
|
||||||
%{_mandir}/man1/lxterminal.1%{ext_man}
|
%{_mandir}/man1/lxterminal.1%{?ext_man}
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user