* [Buildroot] [PATCH v2] package/libxkbcommon: bump version to 1.0.1
@ 2020-09-15 17:52 Peter Seiderer
2020-09-19 20:10 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2020-09-15 17:52 UTC (permalink / raw)
To: buildroot
For details see [1].
- disable enable-xkbregistry (as suggested by documentation [3] and
to avoid libxml2 dependency)
[1] https://lists.freedesktop.org/archives/wayland-devel/2020-September/041596.html
[2] https://lists.freedesktop.org/archives/wayland-devel/2020-September/041609.html
[3] https://github.com/xkbcommon/libxkbcommon/blob/master/PACKAGING
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Changes v1 -> v2:
- updated to libxkbcommon-1.0.1
---
package/libxkbcommon/libxkbcommon.hash | 8 +++-----
package/libxkbcommon/libxkbcommon.mk | 7 +++++--
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/package/libxkbcommon/libxkbcommon.hash b/package/libxkbcommon/libxkbcommon.hash
index 5d4c3af10a..c643f1c4ac 100644
--- a/package/libxkbcommon/libxkbcommon.hash
+++ b/package/libxkbcommon/libxkbcommon.hash
@@ -1,7 +1,5 @@
-# From https://lists.freedesktop.org/archives/wayland-devel/2020-January/041133.html
-md5 2d9ad3a46b317138b5e72a91cf105451 libxkbcommon-0.10.0.tar.xz
-sha1 d8f956f4bc5382d5d8e0e4dd590c4f090e0e985a libxkbcommon-0.10.0.tar.xz
-sha256 57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2 libxkbcommon-0.10.0.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2020-September/041609.html
+sha256 ab68b25341c99f2218d7cf3dad459c1827f411219901ade05bbccbdb856b6c8d libxkbcommon-1.0.1.tar.xz
# License file:
-sha256 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb LICENSE
+sha256 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb LICENSE
diff --git a/package/libxkbcommon/libxkbcommon.mk b/package/libxkbcommon/libxkbcommon.mk
index 3923d69c8d..bf1bd058cb 100644
--- a/package/libxkbcommon/libxkbcommon.mk
+++ b/package/libxkbcommon/libxkbcommon.mk
@@ -4,14 +4,17 @@
#
################################################################################
-LIBXKBCOMMON_VERSION = 0.10.0
+LIBXKBCOMMON_VERSION = 1.0.1
LIBXKBCOMMON_SITE = http://xkbcommon.org/download
LIBXKBCOMMON_SOURCE = libxkbcommon-$(LIBXKBCOMMON_VERSION).tar.xz
LIBXKBCOMMON_LICENSE = MIT/X11
LIBXKBCOMMON_LICENSE_FILES = LICENSE
LIBXKBCOMMON_INSTALL_STAGING = YES
LIBXKBCOMMON_DEPENDENCIES = host-bison host-flex
-LIBXKBCOMMON_CONF_OPTS = -Denable-docs=false -Denable-wayland=false
+LIBXKBCOMMON_CONF_OPTS = \
+ -Denable-docs=false \
+ -Denable-wayland=false \
+ -Denable-xkbregistry=false
ifeq ($(BR2_PACKAGE_XORG7),y)
LIBXKBCOMMON_CONF_OPTS += -Denable-x11=true
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] package/libxkbcommon: bump version to 1.0.1
2020-09-15 17:52 [Buildroot] [PATCH v2] package/libxkbcommon: bump version to 1.0.1 Peter Seiderer
@ 2020-09-19 20:10 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-19 20:10 UTC (permalink / raw)
To: buildroot
On Tue, 15 Sep 2020 19:52:38 +0200
Peter Seiderer <ps.report@gmx.net> wrote:
> For details see [1].
>
> - disable enable-xkbregistry (as suggested by documentation [3] and
> to avoid libxml2 dependency)
>
> [1] https://lists.freedesktop.org/archives/wayland-devel/2020-September/041596.html
> [2] https://lists.freedesktop.org/archives/wayland-devel/2020-September/041609.html
> [3] https://github.com/xkbcommon/libxkbcommon/blob/master/PACKAGING
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Changes v1 -> v2:
> - updated to libxkbcommon-1.0.1
> ---
> package/libxkbcommon/libxkbcommon.hash | 8 +++-----
> package/libxkbcommon/libxkbcommon.mk | 7 +++++--
> 2 files changed, 8 insertions(+), 7 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-19 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 17:52 [Buildroot] [PATCH v2] package/libxkbcommon: bump version to 1.0.1 Peter Seiderer
2020-09-19 20:10 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox