Package Details: veikk-tablet-bin 1.2.4_10-1

Git Clone URL: https://aur.archlinux.org/veikk-tablet-bin.git (read-only, click to copy)
Package Base: veikk-tablet-bin
Description: Veikk tablet driver retrieved from official veikk website
Upstream URL: https://www.veikk.com
Keywords: veikk
Licenses: GPLv3
Provides: veikk-tablet-bin
Submitter: artemtech
Maintainer: artemtech
Last Packager: artemtech
Votes: 5
Popularity: 0.010124
First Submitted: 2021-10-04 03:55 (UTC)
Last Updated: 2023-09-08 03:35 (UTC)

Latest Comments

1 2 Next › Last »

atroxix commented on 2023-10-23 08:57 (UTC)

For some reason I'm getting the error below on two separate Manjaros and with versions 1.2.3 and 1.2.4. It works OK with 1.0.3 though. Any ideas what is it related to? /usr/lib/vktablet/vktablet: symbol lookup error: /usr/lib/vktablet/vktablet: undefined symbol: libusb_hotplug_register_callback

AchmadFathoni commented on 2023-10-23 04:47 (UTC)

how to disable the auto-startup?

serh commented on 2023-09-06 13:24 (UTC)

Please update the package:

--- veikk-tablet-bin/PKGBUILD   2023-07-30 08:11:24.000000000 -0400
+++ veikk-tablet-bin-patch/PKGBUILD     2023-09-06 09:17:59.178950507 -0400
@@ -2,7 +2,7 @@

 _pkgname=vktablet
 pkgname=veikk-tablet-bin
-pkgver=1.2.3_1
+pkgver=1.2.4_10
 _pkgv=$(echo ${pkgver} | sed 's/_/-/')
 pkgrel=1
 pkgdesc="Veikk tablet driver retrieved from official veikk website"
@@ -10,9 +10,12 @@
 url="https://www.veikk.com"
 license=("GPLv3")
 provides=("veikk-tablet-bin")
-source=("https://veikk.com/image/catalog/Software/new/${_pkgname}-${_pkgv}.${arch}.rpm")
-md5sums=("a50fc05703dff80ddb49e25022db292e")
+source=("https://veikk.com/image/catalog/Software/new/${_pkgname}-${_pkgv}.${arch}rpm.zip")
+md5sums=("7c8a6eeca8a646b21c9c643b5b4f7ee3")

+prepare() {
+       bsdtar -xf ${_pkgname}-${_pkgv}.${arch}.rpm
+}

 package() {
   cp -r "${srcdir}/etc" "${pkgdir}/etc"

jacekk90 commented on 2023-07-30 20:19 (UTC)

in past i try install on debian from .deb on veikk site and it was terrible becouse cursor jumps on screen and if i put pen in one point after do it again it was totally in different point. I think that it is goint in this site - wrong site

jacekk90 commented on 2023-07-30 20:12 (UTC)

If you want change keys config then from 2 terminal windows (terminate proces "sudo killall vktablet" first) sudo /usr/lib/vktablet/vktablet and again in second window and then you can save configuration

I always only copy /usr/lib/vktablet/conf/default/A50.xml (or your tablet model) from my disk. but if modify this file in nano file is broken ;(

MarsSeed commented on 2023-07-30 11:45 (UTC)

Please kindly add source checksum, don't skip verification.

artemtech commented on 2022-08-27 13:17 (UTC) (edited on 2022-08-27 13:20 (UTC) by artemtech)

already updated to 1.0.3-3.
for now and next update, this aur package version will follow the aur packaging standard.

ps. rpm/deb file inside zip file and ugly source url. gud job veikk packager! \o/

AchmadFathoni commented on 2022-08-26 12:41 (UTC) (edited on 2022-08-26 12:42 (UTC) by AchmadFathoni)

Try this

diff --git a/PKGBUILD b/PKGBUILD
index dcd370e..114d83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,21 @@
 _pkgname=vktablet
 pkgname=veikk-tablet-bin
 pkgver=1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Veikk tablet driver retrieved from official veikk website"
 arch=("x86_64")
 url="https://www.veikk.com"
 license=("GPLv3")
 provides=("veikk-tablet-bin")
-source=("${_pkgname}-${pkgver}-${pkgrel}.${arch}.rpm::https://www.veikk.com/upload/file/20211217/vktablet-1.0.3-2.x86_64.rpm")
-md5sums=("SKIP")
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}-${pkgrel}.${arch}.zip::https://veikk.com/image/catalog/Software/new/Linux%EF%BC%88mageia%E3%80%81red-hat%E3%80%81Fedora%EF%BC%89.zip")
+md5sums=('6b120b2e6748c0156af1a07f10f99b28')
+
+build() {
+  cd "$srcdir"
+  unzip "${_pkgname}-${pkgver}-${pkgrel}.${arch}.zip"
+  bsdtar -xvf "Linuxгиmageiaбвred-hatбвFedoraгй/${_pkgname}-${pkgver}-${pkgrel}.x86_64.rpm"
+}

 package() {
   cp -r "${srcdir}/etc" "${pkgdir}/etc"

crabmaster commented on 2022-08-18 09:36 (UTC)

updated driver (1.0.3.3) is available please update the source

artemtech commented on 2022-07-27 13:59 (UTC)

thanks @marauder_padfoot for your info. Updated to upstream release just now. Enjoy ^.^