mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/libwacom: Updated for version 0.24.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5450215388
commit
3e9279d46b
4 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
libwacom (Library to identify Wacom tablets and their features)
|
||||
|
||||
Manages the libraries, configuration, and diagnostic tools for Wacom
|
||||
tablets running under Linux. It also maintains updated Linux kernel
|
||||
tablets running under Linux. It also maintains updated Linux kernel
|
||||
drivers and Xorg/XFree86 XInput drivers.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libwacom
|
||||
VERSION=${VERSION:-0.23}
|
||||
VERSION=${VERSION:-0.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,6 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libwacom"
|
||||
VERSION="0.23"
|
||||
VERSION="0.24"
|
||||
HOMEPAGE="https://sourceforge.net/projects/linuxwacom/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.23.tar.bz2"
|
||||
MD5SUM="bfd4394bdff3293e027c9ca1eac58ebd"
|
||||
DOWNLOAD="https://sourceforge.net/projects/linuxwacom/files/libwacom/libwacom-0.24.tar.bz2"
|
||||
MD5SUM="c9ac71bc1e37cf7159c46f507fef9fce"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
libwacom: libwacom (Library to identify Wacom tablets and their features)
|
||||
libwacom:
|
||||
libwacom: Manages the libraries, configuration, and diagnostic tools for Wacom
|
||||
libwacom: tablets running under Linux. It also maintains updated Linux kernel
|
||||
libwacom: Manages the libraries, configuration, and diagnostic tools for Wacom
|
||||
libwacom: tablets running under Linux. It also maintains updated Linux kernel
|
||||
libwacom: drivers and Xorg/XFree86 XInput drivers.
|
||||
libwacom:
|
||||
libwacom: Home Page: https://sourceforge.net/projects/linuxwacom/
|
||||
|
|
Loading…
Reference in a new issue