From bab1c3e3c9b38fae4cd266a1297c94da9eabefa2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 2 Jan 2019 12:35:51 -0300 Subject: [PATCH] recipes: xorg/extra/libwacom: upgraded to version 0.32 --- recipes/xorg/extra/libwacom/recipe | 16 ++++------------ sources/SOURCELIST.txt | 2 +- sources/libwacom-0.31.tar.bz2.sha256 | 1 - sources/libwacom-0.32.tar.bz2.sha256 | 1 + 4 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 sources/libwacom-0.31.tar.bz2.sha256 create mode 100644 sources/libwacom-0.32.tar.bz2.sha256 diff --git a/recipes/xorg/extra/libwacom/recipe b/recipes/xorg/extra/libwacom/recipe index bc8e72ec..6c572dfd 100644 --- a/recipes/xorg/extra/libwacom/recipe +++ b/recipes/xorg/extra/libwacom/recipe @@ -1,6 +1,6 @@ # Build recipe for libwacom. # -# Copyright (c) 2018 Matias Fonzo, . +# Copyright (c) 2018, 2019 Matias Fonzo . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ # limitations under the License. program=libwacom -version=0.31 +version=0.32 release=1 # Set 'outdir' for a nice and well-organized output directory @@ -56,8 +56,7 @@ build() --libdir=/usr/lib${libSuffix} \ --mandir=$mandir \ --docdir=$docsdir \ - --build="$(cc -dumpmachine)" \ - || true + --build="$(cc -dumpmachine)" make -j${jobs} V=1 make -j${jobs} DESTDIR="$destdir" install-strip @@ -78,13 +77,6 @@ build() # Copy documentation mkdir -p "${destdir}${docsdir}" - - for file in $docs - do - if test -e $file - then - cp -p $file "${destdir}${docsdir}" - fi - done + cp -p $docs "${destdir}${docsdir}" } diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 0ee28b68..d5c8ef6a 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -153,7 +153,7 @@ http://github.com/ivmai/libatomic_ops/releases/download/v7.6.8/libatomic_ops-7.6 http://github.com/jordansissel/xdotool/releases/download/v3.20160805.1/xdotool-3.20160805.1.tar.gz http://github.com/kergoth/tslib/releases/download/1.18/tslib-1.18.tar.bz2 http://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz -http://github.com/linuxwacom/xf86-input-wacom/releases/download/libwacom-0.31/libwacom-0.31.tar.bz2 +http://github.com/linuxwacom/xf86-input-wacom/releases/download/libwacom-0.32/libwacom-0.32.tar.bz2 http://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-0.36.1/xf86-input-wacom-0.36.1.tar.bz2 http://github.com/mesonbuild/meson/releases/download/0.47.2/meson-0.47.2.tar.gz http://github.com/ninja-build/ninja/archive/v1.8.2/ninja-1.8.2.tar.gz diff --git a/sources/libwacom-0.31.tar.bz2.sha256 b/sources/libwacom-0.31.tar.bz2.sha256 deleted file mode 100644 index 10b14fc1..00000000 --- a/sources/libwacom-0.31.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -18d58c254bee88527f5d58f6fd18458a9f0097641a1ee116dc2b6950619fbf03 libwacom-0.31.tar.bz2 diff --git a/sources/libwacom-0.32.tar.bz2.sha256 b/sources/libwacom-0.32.tar.bz2.sha256 new file mode 100644 index 00000000..922b7bb6 --- /dev/null +++ b/sources/libwacom-0.32.tar.bz2.sha256 @@ -0,0 +1 @@ +3b5523bfffa6a251e029194b694ae8376169fa18e47aba12ff852bd9bf417874 libwacom-0.32.tar.bz2 -- 2.11.4.GIT