[arch-commits] Commit in gtypist/trunk (PKGBUILD)

2014-08-12 Thread Sergej Pupykin
Date: Tuesday, August 12, 2014 @ 18:59:48
  Author: spupykin
Revision: 117313

upgpkg: gtypist 2.9.5-1

upd

Modified:
  gtypist/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 16:59:37 UTC (rev 117312)
+++ PKGBUILD2014-08-12 16:59:48 UTC (rev 117313)
@@ -4,7 +4,7 @@
 # Contributor: Mike Douglas 
 
 pkgname=gtypist
-pkgver=2.9.4
+pkgver=2.9.5
 pkgrel=1
 pkgdesc="universal typing tutor"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=gtypist.install
 source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
ncurses.patch)
-md5sums=('1b6acd602996b86f8967ab7693b06ec8'
+md5sums=('6098c32890f2437384b5efe4e993fb32'
  'a836141e70941b7e0d3477bc8ecdecdf')
 
 prepare() {



[arch-commits] Commit in gtypist/trunk (PKGBUILD)

2015-09-09 Thread Allan McRae
Date: Thursday, September 10, 2015 @ 06:37:36
  Author: allan
Revision: 139744

ncurses 6.0 rebuild.

Modified:
  gtypist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 04:35:03 UTC (rev 139743)
+++ PKGBUILD2015-09-10 04:37:36 UTC (rev 139744)
@@ -5,7 +5,7 @@
 
 pkgname=gtypist
 pkgver=2.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="universal typing tutor"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gtypist/gtypist.html";


[arch-commits] Commit in gtypist/trunk (PKGBUILD)

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 01:02:04
  Author: spupykin
Revision: 172274

upgpkg: gtypist 2.9.5-3

upd

Modified:
  gtypist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 23:01:59 UTC (rev 172273)
+++ PKGBUILD2016-04-27 23:02:04 UTC (rev 172274)
@@ -5,7 +5,7 @@
 
 pkgname=gtypist
 pkgver=2.9.5
-pkgrel=2
+pkgrel=3
 pkgdesc="universal typing tutor"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gtypist/gtypist.html";


[arch-commits] Commit in gtypist/trunk (PKGBUILD)

2018-05-31 Thread Giancarlo Razzolini via arch-commits
Date: Thursday, May 31, 2018 @ 14:05:06
  Author: grazzolini
Revision: 334839

upgpkg: gtypist 2.9.5-5

Modified:
  gtypist/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 14:03:11 UTC (rev 334838)
+++ PKGBUILD2018-05-31 14:05:06 UTC (rev 334839)
@@ -6,7 +6,7 @@
 
 pkgname=gtypist
 pkgver=2.9.5
-pkgrel=4
+pkgrel=5
 pkgdesc="universal typing tutor"
 arch=('x86_64')
 url="http://www.gnu.org/software/gtypist/gtypist.html";


[arch-commits] Commit in gtypist/trunk (PKGBUILD ncurses.patch)

2013-06-10 Thread Sergej Pupykin
Date: Monday, June 10, 2013 @ 11:41:53
  Author: spupykin
Revision: 92634

upgpkg: gtypist 2.9.3-1

upd

Modified:
  gtypist/trunk/PKGBUILD
  gtypist/trunk/ncurses.patch

---+
 PKGBUILD  |7 ++--
 ncurses.patch |   96 ++--
 2 files changed, 35 insertions(+), 68 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-10 09:13:55 UTC (rev 92633)
+++ PKGBUILD2013-06-10 09:41:53 UTC (rev 92634)
@@ -4,7 +4,7 @@
 # Contributor: Mike Douglas 
 
 pkgname=gtypist
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc="universal typing tutor"
 arch=('i686' 'x86_64')
@@ -15,12 +15,13 @@
 install=gtypist.install
 source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
ncurses.patch)
-md5sums=('e6f5ce16d3bdb335f7c698957bc54526'
- 'ba5e990d948ba5019391094dac890aa6')
+md5sums=('e26c29be0adf345604a802be81712bee'
+ 'e37a2e8fe90c6c0c684c1a12d016ee03')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   patch -p1 <$srcdir/ncurses.patch
+  autoreconf
   ./configure --prefix=/usr
   make
 }

Modified: ncurses.patch
===
--- ncurses.patch   2013-06-10 09:13:55 UTC (rev 92633)
+++ ncurses.patch   2013-06-10 09:41:53 UTC (rev 92634)
@@ -1,63 +1,29 @@
-diff -wbBur gtypist-2.9.1/configure gtypist-2.9.1.my/configure
 gtypist-2.9.1/configure2011-11-29 00:14:11.0 +0400
-+++ gtypist-2.9.1.my/configure 2011-11-29 13:03:51.0 +0400
-@@ -4011,13 +4011,13 @@
- ALL_LINGUAS="cs de es eu fi fr nl pl ru tr zh_CN zh_TW"
+diff -wbBur gtypist-2.9.3/configure.ac gtypist-2.9.3.q/configure.ac
+--- gtypist-2.9.3/configure.ac 2013-06-05 22:50:00.0 +0400
 gtypist-2.9.3.q/configure.ac   2013-06-10 13:32:54.284038071 +0400
+@@ -44,14 +44,14 @@
+ AC_FUNC_STRTOD
+ AC_CHECK_FUNCS([__argz_count __argz_next __argz_stringify dcgettext getcwd 
getwd mempcpy memset munmap nl_langinfo setlocale stpcpy strcasecmp strchr 
strcspn strdup strstr strtoul])
  
- # Checks for libraries.
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for add_wch in -lncursesw" 
>&5
--$as_echo_n "checking for add_wch in -lncursesw... " >&6; }
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for add_wch in -lncurses" 
>&5
-+$as_echo_n "checking for add_wch in -lncurses... " >&6; }
- if ${ac_cv_lib_ncursesw_add_wch+:} false; then :
-   $as_echo_n "(cached) " >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lncursesw  $LIBS"
-+LIBS="-lncurses  $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
+-# check for libncursesw
++# check for libncurses
  
-@@ -4464,7 +4464,7 @@
- done
- 
- 
--ac_fn_c_check_header_mongrel "$LINENO" "ncursesw/ncurses.h" 
"ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
-+ac_fn_c_check_header_mongrel "$LINENO" "ncurses.h" 
"ac_cv_header_ncursesw_ncurses_h" "$ac_includes_default"
- if test "x$ac_cv_header_ncursesw_ncurses_h" = xyes; then :
-   HAVE_NCURSESW_H=1
- fi
-@@ -4473,7 +4473,7 @@
- 
- # sanity check for libncursesw:
+-AC_CHECK_HEADER(ncursesw/ncurses.h, HAVE_NCURSESW_H=1)
+-AC_CHECK_LIB(ncursesw, add_wch, HAVE_LIBNCURSESW=1)
++AC_CHECK_HEADER(ncurses.h, HAVE_NCURSESW_H=1)
++AC_CHECK_LIB(ncurses, add_wch, HAVE_LIBNCURSESW=1)
  if test -n "$HAVE_NCURSESW_H" -a -n "$HAVE_LIBNCURSESW";  then
 -   LIBS="-lncursesw $LIBS"
 +   LIBS="-lncurses $LIBS"
  else
-echo -e "Error:  both library and header files for the ncursesw library\n"\
+-   echo -e "Error:  both library and header files for the ncursesw library\n"\
++   echo -e "Error:  both library and header files for the ncurses library\n"\
"are required to build this package.  See INSTALL file for"\
-diff -wbBur gtypist-2.9.1/configure.ac gtypist-2.9.1.my/configure.ac
 gtypist-2.9.1/configure.ac 2011-11-21 03:27:02.0 +0400
-+++ gtypist-2.9.1.my/configure.ac  2011-11-29 13:02:53.0 +0400
-@@ -21,13 +21,13 @@
- ALL_LINGUAS="cs de es eu fi fr nl pl ru tr zh_CN zh_TW"
- 
- # Checks for libraries.
--AC_CHECK_LIB(ncursesw, add_wch, HAVE_LIBNCURSESW=1)
-+AC_CHECK_LIB(ncurses, add_wch, HAVE_LIBNCURSESW=1)
- 
- # Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS([unistd.h alloca.h argz.h errno.h fcntl.h langinfo.h 
libintl.h limits.h locale.h malloc.h stddef.h stdio_ext.h stdlib.h string.h 
strings.h sys/param.h unistd.h])
- 
--AC_CHECK_HEADER(ncursesw/ncurses.h, HAVE_NCURSESW_H=1)
-+AC_CHECK_HEADER(ncurses.h, HAVE_NCURSESW_H=1)
- 
- # sanity check for libncursesw: 
- if test -n "$HAVE_NCURSESW_H" -a -n "$HAVE_LIBNCURSESW";  then
-diff -wbBur gtypist-2.9.1/src/cursmenu.c gtypist-2.9.1.my/src/cursmenu.c
 gtypist-2.9.1/src/cursmenu.c   2011-11-01 04:13:02.0 +0400
-+++ gtypist-2.9.1.my/src/cursmenu.c2011-11-29 13:04:15.0 +0400
+   "further information. On Debian/Ubuntu you need to install 
libncursesw5-dev."
+exit 1;
+diff -wbBur gty

[arch-commits] Commit in gtypist/trunk (PKGBUILD ncurses.patch)

2014-02-03 Thread Sergej Pupykin
Date: Monday, February 3, 2014 @ 10:20:55
  Author: spupykin
Revision: 105229

upgpkg: gtypist 2.9.4-1

upd

Modified:
  gtypist/trunk/PKGBUILD
  gtypist/trunk/ncurses.patch

---+
 PKGBUILD  |   12 
 ncurses.patch |   49 -
 2 files changed, 36 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-03 09:20:50 UTC (rev 105228)
+++ PKGBUILD2014-02-03 09:20:55 UTC (rev 105229)
@@ -4,7 +4,7 @@
 # Contributor: Mike Douglas 
 
 pkgname=gtypist
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="universal typing tutor"
 arch=('i686' 'x86_64')
@@ -15,13 +15,17 @@
 install=gtypist.install
 source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz
ncurses.patch)
-md5sums=('e26c29be0adf345604a802be81712bee'
- 'e37a2e8fe90c6c0c684c1a12d016ee03')
+md5sums=('1b6acd602996b86f8967ab7693b06ec8'
+ 'a836141e70941b7e0d3477bc8ecdecdf')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   patch -p1 <$srcdir/ncurses.patch
   autoreconf
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }

Modified: ncurses.patch
===
--- ncurses.patch   2014-02-03 09:20:50 UTC (rev 105228)
+++ ncurses.patch   2014-02-03 09:20:55 UTC (rev 105229)
@@ -1,7 +1,7 @@
-diff -wbBur gtypist-2.9.3/configure.ac gtypist-2.9.3.q/configure.ac
 gtypist-2.9.3/configure.ac 2013-06-05 22:50:00.0 +0400
-+++ gtypist-2.9.3.q/configure.ac   2013-06-10 13:32:54.284038071 +0400
-@@ -44,14 +44,14 @@
+diff -wbBur gtypist-2.9.4/configure.ac gtypist-2.9.4.my/configure.ac
+--- gtypist-2.9.4/configure.ac 2014-02-02 15:38:40.0 +0400
 gtypist-2.9.4.my/configure.ac  2014-02-03 13:08:53.085983684 +0400
+@@ -44,20 +44,20 @@
  AC_FUNC_STRTOD
  AC_CHECK_FUNCS([__argz_count __argz_next __argz_stringify dcgettext getcwd 
getwd mempcpy memset munmap nl_langinfo setlocale stpcpy strcasecmp strchr 
strcspn strdup strstr strtoul])
  
@@ -18,12 +18,19 @@
  else
 -   echo -e "Error:  both library and header files for the ncursesw library\n"\
 +   echo -e "Error:  both library and header files for the ncurses library\n"\
-   "are required to build this package.  See INSTALL file for"\
-   "further information. On Debian/Ubuntu you need to install 
libncursesw5-dev."
+"are required to build this package.  See INSTALL file for"\
+"further information. On Debian/Ubuntu you need to install 
libncursesw5-dev."
 exit 1;
-diff -wbBur gtypist-2.9.3/src/cursmenu.c gtypist-2.9.3.q/src/cursmenu.c
 gtypist-2.9.3/src/cursmenu.c   2013-06-05 22:50:00.0 +0400
-+++ gtypist-2.9.3.q/src/cursmenu.c 2013-06-10 13:33:16.610704480 +0400
+ fi
+ AC_SEARCH_LIBS(cbreak, tinfo, [],
+-  [AC_MSG_ERROR([Can't find cbreak() in -lncursesw or -ltinfo])])
++  [AC_MSG_ERROR([Can't find cbreak() in -lncurses or -ltinfo])])
+ 
+ 
+ # iconv
+diff -wbBur gtypist-2.9.4/src/cursmenu.c gtypist-2.9.4.my/src/cursmenu.c
+--- gtypist-2.9.4/src/cursmenu.c   2013-08-18 18:36:14.0 +0400
 gtypist-2.9.4.my/src/cursmenu.c2014-02-03 13:09:04.669316878 +0400
 @@ -24,7 +24,7 @@
  #ifdef HAVE_PDCURSES
  #include 
@@ -33,9 +40,9 @@
  #endif
  
  #include "error.h"
-diff -wbBur gtypist-2.9.3/src/error.c gtypist-2.9.3.q/src/error.c
 gtypist-2.9.3/src/error.c  2013-06-05 22:50:00.0 +0400
-+++ gtypist-2.9.3.q/src/error.c2013-06-10 13:33:26.124037704 +0400
+diff -wbBur gtypist-2.9.4/src/error.c gtypist-2.9.4.my/src/error.c
+--- gtypist-2.9.4/src/error.c  2013-08-18 18:36:14.0 +0400
 gtypist-2.9.4.my/src/error.c   2014-02-03 13:09:04.669316878 +0400
 @@ -25,7 +25,7 @@
  #ifdef HAVE_PDCURSES
  #include 
@@ -45,9 +52,9 @@
  #endif
  
  #include 
-diff -wbBur gtypist-2.9.3/src/gtypist.c gtypist-2.9.3.q/src/gtypist.c
 gtypist-2.9.3/src/gtypist.c2013-06-05 22:50:00.0 +0400
-+++ gtypist-2.9.3.q/src/gtypist.c  2013-06-10 13:33:18.844037788 +0400
+diff -wbBur gtypist-2.9.4/src/gtypist.c gtypist-2.9.4.my/src/gtypist.c
+--- gtypist-2.9.4/src/gtypist.c2013-08-18 18:36:14.0 +0400
 gtypist-2.9.4.my/src/gtypist.c 2014-02-03 13:09:04.669316878 +0400
 @@ -31,7 +31,7 @@
  #ifdef HAVE_PDCURSES
  #include 
@@ -57,9 +64,9 @@
  #endif
  
  #include 
-diff -wbBur gtypist-2.9.3/src/script.c gtypist-2.9.3.q/src/script.c
 gtypist-2.9.3/src/script.c 2013-06-05 22:50:00.0 +0400
-+++ gtypist-2.9.3.q/src/script.c   2013-06-10 13:33:21.067371095 +0400
+diff -wbBur gtypist-2.9.4/src/script.c gtypist-2.9.4.my/src/script.c
+--- gtypist-2.9.4/src/script.c 2013-08-18 18:36:14.0 +0400
 gtypist-2.9.4.my/src/script.c  2014-02-03 13:09:04.669316878 +0400
 @@ -24,7 +24,7 @@
  #ifdef HAVE_PDCURSES
  #include 
@@ -69,9 +76,9 @@
  #endif
  
  #include "error.h"
-diff -wbBur gtypis