Accepting request 1074243 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1074243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zutty?expand=0&rev=3
This commit is contained in:
commit
94dc611b15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62cfd2d85d276ed7ac29d94a517612640f24a39e6159e279b78e85a7c8c00e6b
|
|
||||||
size 348348
|
|
3
zutty-0.14.tar.gz
Normal file
3
zutty-0.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6de17d6b7a3fe6991df30ba1ca7d6a08e605369cf92247deeb19758379b5af2f
|
||||||
|
size 351015
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 19:09:06 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 0.14:
|
||||||
|
* Update repo urls (846c013)
|
||||||
|
* Correct modifyOtherKeys=2 behaviour for certain Shift-modified keys (5331995)
|
||||||
|
* Upgrade WAF to version 2.0.25 (8db89ee)
|
||||||
|
* Add mouse protocol encoding for buttons 6-7 (wheel left/right) and 8-11 (310d913)
|
||||||
|
* Ignore several more esoteric keysyms (db2f40a)
|
||||||
|
* Ignore, but do not prematurely cancel sequence on bad parameter value (bc6e089)
|
||||||
|
- lint spec with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 6 09:45:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sun Nov 6 09:45:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
13
zutty.spec
13
zutty.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zutty
|
# spec file for package zutty
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zutty
|
Name: zutty
|
||||||
Version: 0.13
|
Version: 0.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal program with GLES renderer and low latency
|
Summary: Terminal program with GLES renderer and low latency
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/X11/Terminals
|
Group: System/X11/Terminals
|
||||||
|
|
||||||
URL: https://tomscii.sig7.se/zutty/
|
URL: https://tomscii.sig7.se/zutty/
|
||||||
#Git-Clone: https://github.com/tomscii/zutty
|
#Git-Clone: https://github.com/tomscii/zutty
|
||||||
#Git-Clone: https://github.com/tomscii/zutty.wiki
|
#Git-Clone: https://github.com/tomscii/zutty.wiki
|
||||||
Source: https://github.com/tomscii/zutty/archive/refs/tags/%version.tar.gz#/zutty-%version.tar.gz
|
Source: https://github.com/tomscii/zutty/archive/refs/tags/%{version}.tar.gz#/zutty-%version.tar.gz
|
||||||
Source3: FAQ.md
|
Source3: FAQ.md
|
||||||
# Note: Tumbleweed contains waf, but Leap does not (yet), so we use python3 and add waf to the sources.
|
# Note: Tumbleweed contains waf, but Leap does not (yet), so we use python3 and add waf to the sources.
|
||||||
BuildRequires: Mesa-libEGL-devel
|
BuildRequires: Mesa-libEGL-devel
|
||||||
@ -34,7 +33,7 @@ BuildRequires: Mesa-libGLESv3-devel
|
|||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,10 +45,10 @@ fonts by their usual names. (See FAQ for details.)
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
cp -a "%_sourcedir/FAQ.md" .
|
cp -a "%{_sourcedir}/FAQ.md" .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CXXFLAGS="%{?optflags}" LDFLAGS="%{?build_ldflags}" ./waf configure --prefix="%_prefix" --no-werror
|
CXXFLAGS="%{?optflags}" LDFLAGS="%{?build_ldflags}" ./waf configure --prefix="%{_prefix}" --no-werror
|
||||||
./waf
|
./waf
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user