diff options
-rw-r--r-- | libraries/libwacom/README | 2 | ||||
-rw-r--r-- | libraries/libwacom/libwacom.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/libwacom/libwacom.info | 6 | ||||
-rw-r--r-- | libraries/libwacom/slack-desc | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/libraries/libwacom/README b/libraries/libwacom/README index 049ab48505..6ee0b09e28 100644 --- a/libraries/libwacom/README +++ b/libraries/libwacom/README @@ -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. diff --git a/libraries/libwacom/libwacom.SlackBuild b/libraries/libwacom/libwacom.SlackBuild index 605506480b..e71763dd60 100644 --- a/libraries/libwacom/libwacom.SlackBuild +++ b/libraries/libwacom/libwacom.SlackBuild @@ -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 diff --git a/libraries/libwacom/libwacom.info b/libraries/libwacom/libwacom.info index 87ea5a674f..1396d7a4cd 100644 --- a/libraries/libwacom/libwacom.info +++ b/libraries/libwacom/libwacom.info @@ -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="" diff --git a/libraries/libwacom/slack-desc b/libraries/libwacom/slack-desc index a8085d17e2..db90625080 100644 --- a/libraries/libwacom/slack-desc +++ b/libraries/libwacom/slack-desc @@ -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/ |