xkeyboard-config: update to 2.45
authorDaniel Golle <daniel@makrotopia.org>
Sun, 13 Jul 2025 02:15:40 +0000 (03:15 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 15 Jul 2025 14:08:31 +0000 (15:08 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libs/xkeyboard-config/Makefile

index 28aa8952f2a2375a9dd6d16093f1afb3777c106f..4fbe643c68a24ae569b435278d78531d3130f847 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=xkeyboard-config
-PKG_VERSION:=2.44
+PKG_VERSION:=2.45
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.x.org/releases/individual/data/$(PKG_NAME)/
-PKG_HASH:=54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a
+PKG_HASH:=169e075a92d957a57787c199e84e359df2931b7196c1c5b4a3d576ee6235a87c
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
 PKG_LICENSE:=MIT
@@ -43,8 +43,10 @@ define Package/xkeyboard-config/description
 endef
 
 define Package/xkeyboard-config/install
-       $(INSTALL_DIR) $(1)/usr/share/X11/xkb
-       $(CP) $(PKG_INSTALL_DIR)/usr/share/X11/xkb/* $(1)/usr/share/X11/xkb/
+       $(INSTALL_DIR) $(1)/usr/share/xkeyboard-config-2
+       $(CP) $(PKG_INSTALL_DIR)/usr/share/xkeyboard-config-2/* $(1)/usr/share/xkeyboard-config-2
+       $(INSTALL_DIR) $(1)/usr/share/X11
+       $(LN) ../../xkeyboard-config-2 $(1)/usr/share/X11/xkb
 endef
 
 $(eval $(call BuildPackage,xkeyboard-config))