summaryrefslogtreecommitdiff
path: root/user/libwacom
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-05 11:14:10 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-05 11:14:10 +0000
commitd7886f405d7264b0359b85b502f0f59d79122b3c (patch)
treea4be6ee90be5d1c16ed0a3817dd32fd3f2c9de13 /user/libwacom
parent9cbab40acdc96b8f681da3e791caa379abb66fc3 (diff)
downloadpackages-d7886f405d7264b0359b85b502f0f59d79122b3c.tar.gz
packages-d7886f405d7264b0359b85b502f0f59d79122b3c.tar.bz2
packages-d7886f405d7264b0359b85b502f0f59d79122b3c.tar.xz
packages-d7886f405d7264b0359b85b502f0f59d79122b3c.zip
user/libwacom: Update to 1.3
Diffstat (limited to 'user/libwacom')
-rw-r--r--user/libwacom/APKBUILD6
-rw-r--r--user/libwacom/musl-test.patch8
2 files changed, 7 insertions, 7 deletions
diff --git a/user/libwacom/APKBUILD b/user/libwacom/APKBUILD
index 58de8225a..aa80bcae0 100644
--- a/user/libwacom/APKBUILD
+++ b/user/libwacom/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Ivan Tham <pickfire@riseup.net>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libwacom
-pkgver=1.2
+pkgver=1.3
pkgrel=0
pkgdesc="Tablet description library"
url="http://linuxwacom.sourceforge.net/"
@@ -31,5 +31,5 @@ package() {
DESTDIR="$pkgdir" ninja -C build install
}
-sha512sums="595c073d8160bce2d6cec13d5c672594c73ae677e37dbba0ac088c9010d6e2f824d442ccdb7f695642bd06cce75c85473d863823c20a46fbe27e966ae3fed147 libwacom-1.2.tar.bz2
-5aebef9f8b224c83fa9f175b2cfec0198aeb0b462b2bb55c02e0cf10ef78f8af66def81f715fc3d95e8d7191f6fb688795f3561eb6850eed76105f865229d3f4 musl-test.patch"
+sha512sums="beb92051d1a2be5079518b9f254e5621bf7c13ab92f811d5a1b7d19eb0ecddb28d94db0e1724b379be8970b0de0e7d3eb4d3c15b4aeedacc623357e10740355c libwacom-1.3.tar.bz2
+62b1a137d74e32bd38f807e1dd51150a59f8be105cf1f8a56ec7da8d7139ec5dcd7e4590e12e5cd1e4a81a34d9a50d4c82df933187026760a39f351b4b5d1789 musl-test.patch"
diff --git a/user/libwacom/musl-test.patch b/user/libwacom/musl-test.patch
index 74625f02b..cc4add634 100644
--- a/user/libwacom/musl-test.patch
+++ b/user/libwacom/musl-test.patch
@@ -1,6 +1,6 @@
--- libwacom-1.2/meson.build.old 2019-12-22 21:45:06.000000000 +0000
+++ libwacom-1.2/meson.build 2019-12-25 11:43:51.004107631 +0000
-@@ -555,7 +555,7 @@
+@@ -588,7 +588,7 @@
# because of the tricks we use in calling the function and exposing
# it to begin with, LTO gets confused and this fails to link.
# Let's just disable it here.
@@ -12,9 +12,9 @@
--- libwacom-1.2/meson_options.txt.old 2019-11-07 02:25:47.000000000 +0000
+++ libwacom-1.2/meson_options.txt 2019-12-25 11:45:11.585452086 +0000
@@ -10,4 +10,8 @@
- type: 'boolean',
- value: true,
- description: 'Build the tests [default=true]')
+ type: 'feature',
+ value: 'enabled',
+ description: 'Build the tests [default=enabled]')
+option('test_deprecated',
+ type: 'boolean',
+ value: true,