bump(main/gtypist): 2.10

Remove src-cursmenu.c.patch and src-utf8.c.patch which are in upstream.
https://git.savannah.gnu.org/cgit/gtypist.git/commit/?id=05639625b68131e648dfe2aec4dcc82ea6b95c6e
This commit is contained in:
termux-pacman-bot
2024-12-27 17:05:57 +00:00
parent 29b2dae046
commit ef99ffd441
4 changed files with 7 additions and 30 deletions

View File

@@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/gtypist/
TERMUX_PKG_DESCRIPTION="Universal typing tutor"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.9.5
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION="2.10"
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/gtypist/gtypist-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=c13af40b12479f8219ffa6c66020618c0ce305ad305590fde02d2c20eb9cf977
TERMUX_PKG_SHA256=f1e79cd95742c84c6d035f6d8f393a2a1be0e00b1c016a22462df16d6667562c
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libandroid-support, libiconv, ncurses"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_header_ncursesw_ncurses_h=yes --enable-nls=no ac_cv_header_libintl_h=no"
TERMUX_PKG_RM_AFTER_INSTALL="share/emacs/site-lisp bin/typefortune share/man/man1/typefortune.1"

View File

@@ -1,11 +1,10 @@
diff -u -r ../gtypist-2.9.4/src/Makefile.in ./src/Makefile.in
--- ../gtypist-2.9.4/src/Makefile.in 2014-02-02 14:06:58.000000000 +0100
+++ ./src/Makefile.in 2014-03-01 01:38:51.000000000 +0100
@@ -324,7 +324,6 @@
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -367,7 +367,6 @@
# GEN_MAN is a shell command that generates the man page
-man_MANS = gtypist.1
MAINTAINERCLEANFILES = gtypist.1
CLEANFILES = gtypist.1
all: all-am

View File

@@ -1,11 +0,0 @@
diff -u -r ../gtypist-2.9.5/src/cursmenu.c ./src/cursmenu.c
--- ../gtypist-2.9.5/src/cursmenu.c 2013-08-18 14:36:14.000000000 +0000
+++ ./src/cursmenu.c 2017-07-07 08:35:39.553927999 +0000
@@ -20,6 +20,7 @@
#include "config.h"
#include "cursmenu.h"
#include "script.h"
+#include "utf8.h"
#ifdef HAVE_PDCURSES
#include <curses.h>

View File

@@ -1,11 +0,0 @@
diff -u -r ../gtypist-2.9.5/src/utf8.c ./src/utf8.c
--- ../gtypist-2.9.5/src/utf8.c 2013-08-18 14:36:14.000000000 +0000
+++ ./src/utf8.c 2017-07-07 08:32:20.764160765 +0000
@@ -19,6 +19,7 @@
#include "config.h"
#include "utf8.h"
+#include "error.h"
#ifdef HAVE_PDCURSES
#include <curses.h>