mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
xkeyboard-config: update to version 2.43
Now uses meson build system. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=xkeyboard-config
|
||||
PKG_VERSION:=2.24
|
||||
PKG_VERSION:=2.43
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://www.x.org/releases/individual/data/$(PKG_NAME)/
|
||||
PKG_HASH:=91b18580f46b4e4ea913707f6c8d68ab5286879c3a6591462f3b9e760d3ac4d7
|
||||
PKG_HASH:=c810f362c82a834ee89da81e34cd1452c99789339f46f6037f4b9e227dd06c01
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -15,11 +15,20 @@ PKG_LICENSE_FILES:=COPYING
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:=libxslt/host intltool/host perl-xml-parser/host
|
||||
PKG_BUILD_DEPENDS:=libxslt/host intltool/host perl-xml-parser/host python3/host
|
||||
|
||||
PYTHON3_PKG_BUILD:=0
|
||||
MESON_USE_STAGING_PYTHON:=1
|
||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=./host-pip-requirements.txt
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
|
||||
include $(INCLUDE_DIR)/meson.mk
|
||||
|
||||
CONFIGURE_ARGS += --disable-runtime-deps
|
||||
MESON_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)"
|
||||
|
||||
MESON_ARGS += \
|
||||
-Dnls=$(if $(CONFIG_BUILD_NLS),true,false)
|
||||
|
||||
define Package/xkeyboard-config
|
||||
SECTION:=libs
|
||||
|
||||
1
libs/xkeyboard-config/host-pip-requirements.txt
Normal file
1
libs/xkeyboard-config/host-pip-requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
StrEnum==0.4.15 --hash=sha256:878fb5ab705442070e4dd1929bb5e2249511c0bcf2b0eeacf3bcd80875c82eff
|
||||
Reference in New Issue
Block a user