From 13c6181254b83efa9be974de7c6f5c26cbed0e83 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 24 Mar 2023 08:31:25 +0800 Subject: libwacom: upgrade 2.5.0 -> 2.6.0 Changelog: ========== - New Devices - ASUS ROG Flow X16 - XP-Pen Deco01 v2 - Huion Kamvas 13 - Wacom HID 52FA Pen - Ugee M708 v1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/libwacom/libwacom_2.5.0.bb | 24 ---------------------- .../recipes-support/libwacom/libwacom_2.6.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb create mode 100644 meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb (limited to 'meta-gnome/recipes-support/libwacom') diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb deleted file mode 100644 index a290d95b7..000000000 --- a/meta-gnome/recipes-support/libwacom/libwacom_2.5.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "A tablet description library" -DESCRIPTION = "libwacom is a library to identify Wacom tablets and their model-specific features. \ - It provides easy access to information such as 'is this a built-in on-screen tablet\', \ - 'what is the size of this model', etc." -HOMEPAGE = "https://github.com/linuxwacom/libwacom" -BUGTRACKER = "https://github.com/linuxwacom/libwacom/issues" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" - -SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" -SRCREV = "c6c1b26ad149a88b22ff790dae377fcc935b7e08" - -DEPENDS = " \ - libxml2-native \ - libgudev \ -" - -S = "${WORKDIR}/git" - -inherit meson pkgconfig - -EXTRA_OEMESON = " \ - -Dtests=disabled \ -" diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb new file mode 100644 index 000000000..d96026241 --- /dev/null +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "A tablet description library" +DESCRIPTION = "libwacom is a library to identify Wacom tablets and their model-specific features. \ + It provides easy access to information such as 'is this a built-in on-screen tablet\', \ + 'what is the size of this model', etc." +HOMEPAGE = "https://github.com/linuxwacom/libwacom" +BUGTRACKER = "https://github.com/linuxwacom/libwacom/issues" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e" + +SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https" +SRCREV = "cb36c462763a321454d5c08fe974a3d7dec4ed1a" + +DEPENDS = " \ + libxml2-native \ + libgudev \ +" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +EXTRA_OEMESON = " \ + -Dtests=disabled \ +" -- cgit v1.2.3-54-g00ecf