Accepting request 1224964 from X11:lxde
OBS-URL: https://build.opensuse.org/request/show/1224964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxterminal?expand=0&rev=35
This commit is contained in:
commit
aa893bc873
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/lxde/lxterminal.git</param>
|
||||
<param name="revision">da62ee20d3707f5851331004fe2689fe69d46e45</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
@ -1,14 +1,7 @@
|
||||
diff -uNr old-lxterminal-0.1.8//data/lxterminal.conf lxterminal-0.1.8/data/lxterminal.conf
|
||||
--- old-lxterminal-0.1.8//data/lxterminal.conf 2010-07-19 19:32:10.000000000 +0200
|
||||
+++ lxterminal-0.1.8/data/lxterminal.conf 2010-07-20 00:41:51.096835608 +0200
|
||||
@@ -2,3 +2,4 @@
|
||||
fontname=Monospace 10
|
||||
selchars=-A-Za-z0-9,./?%&#:_
|
||||
scrollback=1000
|
||||
+disablef10=true
|
||||
diff -uNr old-lxterminal-0.1.8//data/lxterminal.conf.in lxterminal-0.1.8/data/lxterminal.conf.in
|
||||
--- old-lxterminal-0.1.8//data/lxterminal.conf.in 2010-06-22 22:28:48.000000000 +0200
|
||||
+++ lxterminal-0.1.8/data/lxterminal.conf.in 2010-07-20 00:41:42.824860472 +0200
|
||||
Index: lxterminal-0.4.0+9/data/lxterminal.conf.in
|
||||
===================================================================
|
||||
--- lxterminal-0.4.0+9.orig/data/lxterminal.conf.in
|
||||
+++ lxterminal-0.4.0+9/data/lxterminal.conf.in
|
||||
@@ -2,3 +2,4 @@
|
||||
fontname=Monospace 10
|
||||
selchars=-A-Za-z0-9,./?%&#:_
|
||||
|
3
lxterminal-0.4.0+36.obscpio
Normal file
3
lxterminal-0.4.0+36.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b2ff8ead44c32591fb681d59d711e029c70bfb0a9c441e0852aba8bec00f42d
|
||||
size 1070092
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9db8748923b3fa09a82ae2210ed1fa4cdb4c45312009da9caed103d48f8e9be7
|
||||
size 201856
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 09:24:52 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.4.0+36:
|
||||
+ Increase the required version of GLib
|
||||
+ Check for pcre2.h when configuring with vte version 0.46.0 or
|
||||
later
|
||||
+ Fix: support gcc14 -Werror=incompatible-pointer-types
|
||||
+ Various fixes.
|
||||
+ Updated translations.
|
||||
- Switch to gitcheckout via source service.
|
||||
- Rebase lxterminal-0.1.8-disable-f10.patch with quilt.
|
||||
- Add libtool BuildRequires and bootstrap the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 11:29:55 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
4
lxterminal.obsinfo
Normal file
4
lxterminal.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: lxterminal
|
||||
version: 0.4.0+36
|
||||
mtime: 1724227784
|
||||
commit: da62ee20d3707f5851331004fe2689fe69d46e45
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lxterminal
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,22 @@
|
||||
|
||||
|
||||
Name: lxterminal
|
||||
Version: 0.4.0
|
||||
Version: 0.4.0+36
|
||||
Release: 0
|
||||
Summary: Lightweight LXDE Terminal
|
||||
License: GPL-2.0-only
|
||||
Group: System/GUI/LXDE
|
||||
URL: https://www.lxde.org/
|
||||
Source0: https://sourceforge.net/projects/lxde/files/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE lxterminal-0.1.8-disable-f10.patch andrea@opensuse.org
|
||||
# disable f10 shortcut because yast use it
|
||||
Patch0: %{name}-0.1.8-disable-f10.patch
|
||||
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
@ -51,6 +53,7 @@ of the LXDE project.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--enable-man \
|
||||
--enable-gtk3=yes
|
||||
|
Loading…
Reference in New Issue
Block a user