Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (2e12b2535ac76d4d2e4ad32dbe6274de9d0c50ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (2e12b2535ac76d4d2e4ad32dbe6274de9d0c50ca)
  • Date: Sun, 6 Aug 2017 15:15:32 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

utils/kbd/DEPENDS | 5 +++++
utils/kbd/DETAILS | 6 +++---
utils/kbd/HISTORY | 15 +++++++++++++++
utils/kbd/PRE_BUILD | 4 ++++
4 files changed, 27 insertions(+), 3 deletions(-)

New commits:
commit 2e12b2535ac76d4d2e4ad32dbe6274de9d0c50ca
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kbd: depends on libtool

(cherry picked from commit 063aa9982bb1445a6c8882c44fbf77d41767b79d)

commit 385624321f0bbd68bfd57f2bdeaea078d4950efa
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kbd: gettext needed as long as we run autoreconf

(cherry picked from commit 080709aaebff5142284d61468755fde0d54bff39)

commit 56dbdb9e5366b31124ba4ca5e7cee5a147468c66
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kbd: avoid installation of UTF-8 test file that may confuse castfs

(cherry picked from commit 30c4cc0e8ef34079e4c4f0b6b0200fa75b62acf6)

commit 6a4669ee3da2176388948d9cb8e2edbf95eddf02
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

kbd: => 2.0.3

(cherry picked from commit 56be2ab13ab71a00738b188a27e430d31fd52bd5)

diff --git a/utils/kbd/DEPENDS b/utils/kbd/DEPENDS
index df928af..d0270d6 100755
--- a/utils/kbd/DEPENDS
+++ b/utils/kbd/DEPENDS
@@ -2,6 +2,11 @@ depends gnupg &&
depends smgl-fhs &&
depends autoconf &&
depends automake &&
+# As long as we run autoreconf in PRE_BUILD, gettext is always
+# needed for that.
+# Also, (old) gettext may need cvs installed for autoreconf to work.
+depends gettext &&
+depends libtool &&

optional_depends linux-pam "" "--disable-vlock" "build vlock" &&
optional_depends gettext \
diff --git a/utils/kbd/DETAILS b/utils/kbd/DETAILS
index 5f4f036..95bdd09 100755
--- a/utils/kbd/DETAILS
+++ b/utils/kbd/DETAILS
@@ -1,7 +1,7 @@
SPELL=kbd
- VERSION=2.0.2
-
SOURCE_HASH=sha512:8159383f94242f06c701dfd5400e35bd3a76494a643f738d98c6713bcb20034065b49f31f66e8bf19e6829a30be97fbeee43ed8ad276febb98e28b3bf82972fa
-# PATCHLEVEL=1
+ VERSION=2.0.3
+
SOURCE_HASH=sha512:522718859c2a95abee06a50dd0a7cfe7bb9c8f4b3959d54fd9e56cef23acc85b9af85405aa4953f20cd029397412051d72c8b1b0d639ba3a26b4952f89ef6a3f
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/$SPELL/$SOURCE
diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index 068489b..6e66312 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,18 @@
+2016-12-28 Remko van der Vossen <wich AT sourcemage.org>
+ * DEPENDS: depends on libtool
+
+2016-08-31 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: gettext is not that optional when we run autoreconf
+
+2016-04-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: remove a file that confuses sorcery and
+ caused endless attempts to fix a broken spell
+ * DETAILS: PATCHLEVEL++ for the case that this indeed fixes
+ broken installs
+
+2015-07-30 Treeve Jelbert <treeve AT sourcemage.org
+ * DETAILS: version 2.0.3
+
2015-04-25 Remko van der Vossen <wich AT sourcemage.org>
* PRE_BUILD, DEPENDS, kbd-2.0.0-tests.patch:
make check dependency optional, patch from Gentoo
diff --git a/utils/kbd/PRE_BUILD b/utils/kbd/PRE_BUILD
index d3aa27d..47c3358 100755
--- a/utils/kbd/PRE_BUILD
+++ b/utils/kbd/PRE_BUILD
@@ -2,4 +2,8 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

patch < "$SPELL_DIRECTORY"/kbd-2.0.0-tests.patch &&
+# Avoid funny non-ascii file names that possibly confuse
+# castfs. Note that this may not help if that file already
+# exists in your system from an earlier install.
+rm -vf "docs/doc/utf/♪♬" &&
autoreconf -fi



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (2e12b2535ac76d4d2e4ad32dbe6274de9d0c50ca), Vlad Glagolev, 08/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page