system/wacomtablet: Updated for version 2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Giorgio Peron 2013-12-01 09:25:46 +07:00 committed by Willy Sudiarto Raharjo
parent 86b8196a41
commit ea735338ad
3 changed files with 11 additions and 7 deletions

View File

@ -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.

View File

@ -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 ..

View File

@ -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=""