From 5e7d573bcda58f17f06a6f678c2bb470ad66e1bf Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 2 Aug 2022 21:41:07 +0800 Subject: libwacom: upgrade 2.3.0 -> 2.4.0 Changelog: ========== Update README.md Add support for the Huion Inspiroy H1060P Add support for Huion MiniDial KD100 (#470) Add Chuwi MiniBook X (#508) CI: upgrade FreeBSD to 13.1 (#507) data: Add XP-Pen Deco L (#509) Add support for XP-Pen Artist 12. (#505) Revert "Add support for Huion MiniDial KD100 (#470)" (#504) Remove leftover autogen.sh (#503) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-support/libwacom/libwacom_2.3.0.bb | 24 ---------------------- .../recipes-support/libwacom/libwacom_2.4.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-gnome/recipes-support/libwacom/libwacom_2.3.0.bb create mode 100644 meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.3.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.3.0.bb deleted file mode 100644 index 41d8c62424..0000000000 --- a/meta-gnome/recipes-support/libwacom/libwacom_2.3.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 = "b88053851ef81694b9e3927e0857f0f02ff9a8a8" - -DEPENDS = " \ - libxml2-native \ - libgudev \ -" - -S = "${WORKDIR}/git" - -inherit meson pkgconfig - -EXTRA_OEMESON = " \ - -Dtests=disabled \ -" diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.4.0.bb new file mode 100644 index 0000000000..d690df9229 --- /dev/null +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.4.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 = "9fd28747534ef776ffecc245721a4faa43bdd89b" + +DEPENDS = " \ + libxml2-native \ + libgudev \ +" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +EXTRA_OEMESON = " \ + -Dtests=disabled \ +" -- cgit v1.2.3-54-g00ecf