Accepting request 1226316 from editors
- Update to release 0.2.11 OBS-URL: https://build.opensuse.org/request/show/1226316 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libt3key?expand=0&rev=9
This commit is contained in:
commit
d3f119f62d
@ -1,4 +1,4 @@
|
|||||||
mtime: 1730585843
|
mtime: 1732495289
|
||||||
commit: 9a22a59be248dc14a6b28b64cba0c1fb19c02bf18385677fe4648230b3196792
|
commit: 8ac28958cf6c7be823f1a1760a93140cbf6b96eac5504143718b3698fcb4ec6e
|
||||||
url: https://src.opensuse.org/jengelh/libt3key
|
url: https://src.opensuse.org/jengelh/libt3key
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:19c4a04125f5cb154dd9b3791d87a21b76be17efaf7cda5a1122f9ccd2f111e3
|
oid sha256:f662d17a47f27367ef9854bd947218352e1554f51a205f9a4e809147b36f866d
|
||||||
size 256
|
size 256
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b3f63c8a5bdf4efc10a293e5124a4a1095af6149af96b0a10b3ce7da7400f8c1
|
|
||||||
size 87863
|
|
Binary file not shown.
BIN
libt3key-0.2.11.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libt3key-0.2.11.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libt3key-0.2.11.tar.bz2.sig
Normal file
BIN
libt3key-0.2.11.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 25 00:29:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.2.11
|
||||||
|
* GCC 14 support
|
||||||
|
- Delete ncurses.patch (merged)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 2 15:11:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sat Nov 2 15:11:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libt3key
|
Name: libt3key
|
||||||
%define lname libt3key1
|
%define lname libt3key1
|
||||||
Version: 0.2.10
|
Version: 0.2.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Tilde Toolkit's terminal key sequence database library
|
Summary: The Tilde Toolkit's terminal key sequence database library
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -28,7 +28,6 @@ URL: https://os.ghalkes.nl/t3/libt3key.html
|
|||||||
Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
|
Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
|
||||||
Source2: https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig
|
Source2: https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
Patch1: ncurses.patch
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -81,7 +80,9 @@ This subpackage contains the t3learnkeys and t3keyc programs.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
%configure --docdir="%_docdir/%name"
|
# not autoconf :-/
|
||||||
|
./configure --prefix="%_prefix" --includedir="%_includedir/t3/key" \
|
||||||
|
--libdir="%_libdir" --docdir="%_docdir/%name"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
From: Jan Engelhardt <ej@inai.de>
|
|
||||||
Date: 2024-11-02 16:06:53.256545988 +0100
|
|
||||||
References: https://github.com/gphalkes/t3key/pull/2
|
|
||||||
|
|
||||||
.config.c:8:13: error: implicit declaration of function ‘setupterm’; did you mean ‘set_term’? [-Wimplicit-function-declaration]
|
|
||||||
|
|
||||||
---
|
|
||||||
config.pkg | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
Index: libt3key-0.2.10/config.pkg
|
|
||||||
===================================================================
|
|
||||||
--- libt3key-0.2.10.orig/config.pkg
|
|
||||||
+++ libt3key-0.2.10/config.pkg
|
|
||||||
@@ -144,6 +144,7 @@ EOF
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <curses.h>
|
|
||||||
+#include <term.h>
|
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
|
||||||
int args[9], error, fd;
|
|
Loading…
Reference in New Issue
Block a user