mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] xkeyboard-config: Version bump. 2.33 -> 2.35.1
Date: Thu, 10 Mar 2022 11:25:13 +0100	[thread overview]
Message-ID: <20220310102513.1403020-1-christian.melki@t2data.com> (raw)

Mostly translation updates/fixes.
https://github.com/freedesktop/xkeyboard-config/blob/master/NEWS

* Autoconf was completely dropped. Meson only.
* Compression delivery format changed to xz.
* Meson ruleset does not seem to be able to explicitly disable
xsltproc.
* Depends on host-gettext, not sure how this was managed before.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/xkeyboard-config.in   |  2 ++
 rules/xkeyboard-config.make | 18 +++++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/rules/xkeyboard-config.in b/rules/xkeyboard-config.in
index 07930039f..fbd481a5b 100644
--- a/rules/xkeyboard-config.in
+++ b/rules/xkeyboard-config.in
@@ -3,7 +3,9 @@
 config XKEYBOARD_CONFIG
 	tristate
 	prompt "xkeyboard-config"
+	select HOST_MESON
 	select HOST_SYSTEM_PYTHON3
 	select HOST_INTLTOOL
+	select HOST_GETTEXT
 	help
 	  FIXME
diff --git a/rules/xkeyboard-config.make b/rules/xkeyboard-config.make
index 2d789db67..fb1456bf5 100644
--- a/rules/xkeyboard-config.make
+++ b/rules/xkeyboard-config.make
@@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_XKEYBOARD_CONFIG) += xkeyboard-config
 #
 # Paths and names
 #
-XKEYBOARD_CONFIG_VERSION	:= 2.33
-XKEYBOARD_CONFIG_MD5		:= 49282f120fd22c6c860004931c03c595
+XKEYBOARD_CONFIG_VERSION	:= 2.35.1
+XKEYBOARD_CONFIG_MD5		:= cea34f56cdf13c4a82b264bc513fe834
 XKEYBOARD_CONFIG		:= xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION)
-XKEYBOARD_CONFIG_SUFFIX		:= tar.bz2
+XKEYBOARD_CONFIG_SUFFIX		:= tar.xz
 XKEYBOARD_CONFIG_URL		:= $(call ptx/mirror, XORG, individual/data/xkeyboard-config/$(XKEYBOARD_CONFIG).$(XKEYBOARD_CONFIG_SUFFIX))
 XKEYBOARD_CONFIG_SOURCE		:= $(SRCDIR)/$(XKEYBOARD_CONFIG).$(XKEYBOARD_CONFIG_SUFFIX)
 XKEYBOARD_CONFIG_DIR		:= $(BUILDDIR)/$(XKEYBOARD_CONFIG)
@@ -32,15 +32,11 @@ XKEYBOARD_CONFIG_LICENSE_FILES	:= \
 #
 # autoconf
 #
-XKEYBOARD_CONFIG_CONF_TOOL	:= autoconf
+XKEYBOARD_CONFIG_CONF_TOOL	:= meson
 XKEYBOARD_CONFIG_CONF_OPT	:= \
-	$(CROSS_AUTOCONF_USR) \
-	--enable-compat-rules \
-	--disable-runtime-deps \
-	--disable-nls \
-	--disable-rpath \
-	--without-xsltproc \
-	--with-xkb-base=$(XORG_DATADIR)/X11/xkb \
+	$(CROSS_MESON_USR) \
+	-Dcompat-rules=true \
+	-Dxkb-base=$(XORG_DATADIR)/X11/xkb
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


             reply	other threads:[~2022-03-10 10:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10 10:25 Christian Melki [this message]
2022-03-14 10:14 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220310102513.1403020-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox