Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (a6cc6bc7ef54511e5b8492137bc63721715a066c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (a6cc6bc7ef54511e5b8492137bc63721715a066c)
  • Date: Wed, 25 Dec 2024 09:06:19 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

education/gtypist/BUILD | 11 -----------
education/gtypist/DEPENDS | 5 +++++
education/gtypist/DETAILS | 10 ++++------
education/gtypist/HISTORY | 5 +++++
education/gtypist/PRE_BUILD | 3 +++
5 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit a6cc6bc7ef54511e5b8492137bc63721715a066c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gtypist: => 2.10

diff --git a/education/gtypist/BUILD b/education/gtypist/BUILD
deleted file mode 100755
index 8b9418b..0000000
--- a/education/gtypist/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-(
-
- ./configure --prefix=${INSTALL_ROOT}/usr \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- $OPTS &&
- make &&
- prepare_install &&
- make install
-
-) > $C_FIFO 2>&1
diff --git a/education/gtypist/DEPENDS b/education/gtypist/DEPENDS
new file mode 100755
index 0000000..c1aeaaa
--- /dev/null
+++ b/education/gtypist/DEPENDS
@@ -0,0 +1,5 @@
+depends ncurses &&
+optional_depends GETTEXT \
+ --enable-nls \
+ --disable-nls \
+ 'NLS support'
diff --git a/education/gtypist/DETAILS b/education/gtypist/DETAILS
index efc97a3..6614f8e 100755
--- a/education/gtypist/DETAILS
+++ b/education/gtypist/DETAILS
@@ -1,15 +1,13 @@
# Watch: https://ftp.gnu.org/gnu/gtypist
SPELL=gtypist
- VERSION=2.6.2
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=2.10
+
SOURCE_HASH=sha512:81caf6dc16956abbc5056f855509020ef4f538a631a44139900c15cb0e081ecedd81d1250d0aa612ddda00ebb096638995e8cf0eb393090d58c79dd3611c56f5
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${GNU_URL}/$SPELL/$SOURCE
- WEB_SITE=http://www.gnu.org/software/gtypist/
+ WEB_SITE=https://www.gnu.org/software/gtypist
ENTERED=20020410
- UPDATED=20020502
-
SOURCE_HASH=sha512:f1e12f9a07633ddb9c3c1870bb4f4f67f7cb384c297dc0d6d006915fcc75a8cc2fb87c23e270bbaad757423441ea342281f7b9d5968a1ea8e7c52b5c67095b10
LICENSE[0]=GPL
- BUILD_API=1
SHORT="GNU Typist is a console-based typing tutor"
cat << EOF
GNU Typist is an interactive typing tutor program. It uses an
diff --git a/education/gtypist/HISTORY b/education/gtypist/HISTORY
index 27405d6..3876617 100644
--- a/education/gtypist/HISTORY
+++ b/education/gtypist/HISTORY
@@ -1,3 +1,8 @@
+2024-12-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.10
+ * BUILD: delete obsolete file
+ * DEPENDS PRE_BUILD: added
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed MAINTAINER.

diff --git a/education/gtypist/PRE_BUILD b/education/gtypist/PRE_BUILD
new file mode 100755
index 0000000..fc488d2
--- /dev/null
+++ b/education/gtypist/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i 's|ncursesw/||' configure src/*.c


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (a6cc6bc7ef54511e5b8492137bc63721715a066c), Treeve Jelbert, 12/25/2024

Archive powered by MHonArc 2.6.24.

Top of Page