From: Rosen Penev Date: Tue, 29 Apr 2025 21:30:58 +0000 (-0700) Subject: xkeyboard-config: update to 2.44 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c2984e5d28e73625b29cc4b8a62373810cf0ea8d;p=feed%2Fvideo.git xkeyboard-config: update to 2.44 Remove intltool/host dependency. Not needed. Signed-off-by: Rosen Penev --- diff --git a/libs/xkeyboard-config/Makefile b/libs/xkeyboard-config/Makefile index 16f8c27..28aa895 100644 --- a/libs/xkeyboard-config/Makefile +++ b/libs/xkeyboard-config/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xkeyboard-config -PKG_VERSION:=2.43 +PKG_VERSION:=2.44 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:=c810f362c82a834ee89da81e34cd1452c99789339f46f6037f4b9e227dd06c01 +PKG_HASH:=54d2c33eeebb031d48fa590c543e54c9bcbd0f00386ebc6489b2f47a0da4342a PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=MIT @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_BUILD_DEPENDS:=libxslt/host intltool/host perl-xml-parser/host python3/host +PKG_BUILD_DEPENDS:=libxslt/host perl-xml-parser/host python3/host PYTHON3_PKG_BUILD:=0 MESON_USE_STAGING_PYTHON:=1