bump(main/libt3key): 0.2.11

Remove config.pkg.patch file which was added in upstream.
7d7986b9ff
This commit is contained in:
termux-pacman-bot
2024-11-25 05:05:57 +00:00
parent 8905c66fe6
commit 8977f71469
2 changed files with 3 additions and 14 deletions

View File

@@ -2,9 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://os.ghalkes.nl/t3/libt3key.html
TERMUX_PKG_DESCRIPTION="A library and database with escape sequence to key symbol mappings"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.2.10
TERMUX_PKG_VERSION="0.2.11"
TERMUX_PKG_SRCURL=https://os.ghalkes.nl/dist/libt3key-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=b3f63c8a5bdf4efc10a293e5124a4a1095af6149af96b0a10b3ce7da7400f8c1
TERMUX_PKG_SHA256=e4dfdef50be52e365f68745df6177e819df5a7600e61716063d5480f7db3c06c
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libt3config, ncurses"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-gettext"

View File

@@ -1,12 +0,0 @@
https://github.com/termux/termux-packages/issues/15852
--- a/config.pkg
+++ b/config.pkg
@@ -144,6 +144,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <curses.h>
+#include <term.h>
int main(int argc, char *argv[]) {
int args[9], error, fd;