Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fb0c650940c54e9d46d1ace045b3c94107b4dfa1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fb0c650940c54e9d46d1ace045b3c94107b4dfa1)
  • Date: Sun, 28 Feb 2021 12:29:05 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

xorg-lib/libinput/DEPENDS | 3 +++
xorg-lib/libinput/HISTORY | 3 +++
2 files changed, 6 insertions(+)

New commits:
commit fb0c650940c54e9d46d1ace045b3c94107b4dfa1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libinput: add version to libwacom dependency

diff --git a/xorg-lib/libinput/DEPENDS b/xorg-lib/libinput/DEPENDS
index fe56925..dc2d306 100755
--- a/xorg-lib/libinput/DEPENDS
+++ b/xorg-lib/libinput/DEPENDS
@@ -23,6 +23,9 @@ optional_depends libwacom \
'libwacom=true' \
'libwacom=false' \
'tablet identification' &&
+if is_depends_enabled "$SPELL" libwacom; then
+ vdepends <<< 'libwacom >= 0.27'
+fi &&
optional_depends check \
'tests=true' \
'tests=false' \
diff --git a/xorg-lib/libinput/HISTORY b/xorg-lib/libinput/HISTORY
index 37c12ac..89d6d61 100644
--- a/xorg-lib/libinput/HISTORY
+++ b/xorg-lib/libinput/HISTORY
@@ -1,3 +1,6 @@
+2021-02-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: depends on libwacom >= 0.27
+
2021-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.17.0




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fb0c650940c54e9d46d1ace045b3c94107b4dfa1), Ismael Luceno, 02/28/2021

Archive powered by MHonArc 2.6.24.

Top of Page