Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c2068e0f2861a864ebf0cc4eec0724e7dfd2323a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c2068e0f2861a864ebf0cc4eec0724e7dfd2323a)
  • Date: Wed, 22 Feb 2023 20:27:41 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

xorg-data/xkeyboard-config/DEPENDS | 5 +++--
xorg-data/xkeyboard-config/DETAILS | 2 +-
xorg-data/xkeyboard-config/FINAL | 1 +
xorg-data/xkeyboard-config/HISTORY | 5 +++++
xorg-data/xkeyboard-config/INSTALL | 5 -----
5 files changed, 10 insertions(+), 8 deletions(-)

New commits:
commit c2068e0f2861a864ebf0cc4eec0724e7dfd2323a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xorg-data/xkeyboard-config: version 2.38

diff --git a/xorg-data/xkeyboard-config/DEPENDS
b/xorg-data/xkeyboard-config/DEPENDS
index 4f420b2..ff97dd8 100755
--- a/xorg-data/xkeyboard-config/DEPENDS
+++ b/xorg-data/xkeyboard-config/DEPENDS
@@ -1,7 +1,6 @@
. "$GRIMOIRE"/MESON_DEPENDS &&

depends util-macros &&
-depends xkbcomp &&
depends xml-parser-expat &&
depends glib2 &&
depends GETTEXT &&
@@ -9,4 +8,6 @@ depends GETTEXT &&
optional_depends libxslt \
"" \
"" \
- "to generate manpages"
+ "to generate manpages" &&
+
+suggest_depends xkbcomp "" "" "for compiling keyboard descriptions"
diff --git a/xorg-data/xkeyboard-config/DETAILS
b/xorg-data/xkeyboard-config/DETAILS
index d333fab..5168c60 100755
--- a/xorg-data/xkeyboard-config/DETAILS
+++ b/xorg-data/xkeyboard-config/DETAILS
@@ -1,6 +1,6 @@
. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=xkeyboard-config
- VERSION=2.36
+ VERSION=2.38
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://www.x.org/releases/individual/data/$SPELL/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/xorg-data/xkeyboard-config/FINAL
b/xorg-data/xkeyboard-config/FINAL
new file mode 100755
index 0000000..e381689
--- /dev/null
+++ b/xorg-data/xkeyboard-config/FINAL
@@ -0,0 +1 @@
+install -m 755 -d "${INSTALL_ROOT}/var/lib/xkb"
diff --git a/xorg-data/xkeyboard-config/HISTORY
b/xorg-data/xkeyboard-config/HISTORY
index ad3a1c9..203db62 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,8 @@
+2023-02-22 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2.38
+ * DEPENDS: xkbcomp is suggested dependency now
+ * INSTALL, FINAL: moved all significant code to FINAL
+
2022-07-06 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS, CONFIGURE, BUILD, DEPENDS: version 2.36

diff --git a/xorg-data/xkeyboard-config/INSTALL
b/xorg-data/xkeyboard-config/INSTALL
deleted file mode 100755
index 675e74a..0000000
--- a/xorg-data/xkeyboard-config/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-make_single &&
-default_install &&
-make_normal &&
-
-install -vm 755 -d "$INSTALL_ROOT/var/lib/xkb"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c2068e0f2861a864ebf0cc4eec0724e7dfd2323a), Pavel Vinogradov, 02/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page