summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Giorgio Peron <giorgio.peron@gmail.com>2013-12-01 09:25:46 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-01 13:01:00 +0700
commitea735338ad4d887de1a02202538ed9bac9b040ca (patch)
treedca30972dec5400088a57afa6e64aaedb4ba9009 /system
parent86b8196a41a6e8fe8482ed62135102716d7949ac (diff)
downloadslackbuilds-ea735338ad4d887de1a02202538ed9bac9b040ca.tar.gz
slackbuilds-ea735338ad4d887de1a02202538ed9bac9b040ca.tar.xz
system/wacomtablet: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/wacomtablet/README1
-rw-r--r--system/wacomtablet/wacomtablet.SlackBuild11
-rw-r--r--system/wacomtablet/wacomtablet.info6
3 files changed, 11 insertions, 7 deletions
diff --git a/system/wacomtablet/README b/system/wacomtablet/README
index 515405847c..7e0960d536 100644
--- a/system/wacomtablet/README
+++ b/system/wacomtablet/README
@@ -1,3 +1,2 @@
This module implements a GUI for the Wacom Linux Drivers and extends it
with profile support to handle different button / pen layouts per profile.
-
diff --git a/system/wacomtablet/wacomtablet.SlackBuild b/system/wacomtablet/wacomtablet.SlackBuild
index fb052e8752..db50ce909b 100644
--- a/system/wacomtablet/wacomtablet.SlackBuild
+++ b/system/wacomtablet/wacomtablet.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wacomtablet
-VERSION=${VERSION:-1.3.7_2}
+VERSION=${VERSION:-2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$SRCVERSION
-tar xvf $CWD/114856-$PRGNAM-$SRCVERSION.tar.gz
+tar xvf $CWD/114856-$PRGNAM-$SRCVERSION.tar.bz2
cd $PRGNAM-$SRCVERSION
chown -R root:root .
find -L . \
@@ -73,7 +73,12 @@ find -L . \
mkdir build
cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release ..
+ cmake \
+ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
cd ..
diff --git a/system/wacomtablet/wacomtablet.info b/system/wacomtablet/wacomtablet.info
index f0f688809e..4c838f598e 100644
--- a/system/wacomtablet/wacomtablet.info
+++ b/system/wacomtablet/wacomtablet.info
@@ -1,8 +1,8 @@
PRGNAM="wacomtablet"
-VERSION="1.3.7_2"
+VERSION="2.0"
HOMEPAGE="https://projects.kde.org/projects/extragear/base/wacomtablet"
-DOWNLOAD="http://kde-apps.org/CONTENT/content-files/114856-wacomtablet-1.3.7-2.tar.gz"
-MD5SUM="9d4cc6055b6506583dd3e4ded73d7ea9"
+DOWNLOAD="http://kde-apps.org/CONTENT/content-files/114856-wacomtablet-2.0.tar.bz2"
+MD5SUM="23dd14baa3ebac8fc3010ea8a5782073"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""