Package Details: veikk-tablet-bin 1.2.5_14-2

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, veikk-tablet-bin-debug
Submitter: artemtech
Maintainer: artemtech
Last Packager: artemtech
Votes: 6
Popularity: 0.126120
First Submitted: 2021-10-04 03:55 (UTC)
Last Updated: 2024-06-03 04:09 (UTC)

Latest Comments

« First ‹ Previous 1 2

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

marauder_padfoot commented on 2022-07-27 10:31 (UTC)

Hi, thanks for the package. I think an updated driver (1.0.3-2) is available. Kindly update.

AchmadFathoni commented on 2021-12-05 09:14 (UTC)

I got it, my config file is /usr/lib/vktablet/conf/usr/S640.xml

AchmadFathoni commented on 2021-11-17 06:57 (UTC)

I can't change my setup with vktablet because permission. Do everyone know which configuration file this software use to store config?

artemtech commented on 2021-10-31 04:34 (UTC)

thanks @rel_uctance for your report. url download have been updated for now.

rel_uctance commented on 2021-10-31 02:15 (UTC) (edited on 2021-10-31 02:16 (UTC) by rel_uctance)

It seems that VEIKK has changed the source url to download the drivers and made changes to their site. I'm getting error 404 from the link to the drivers.

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://www.veikk.com/comp/xcompanyFile/download.do?fid=86&appId=24&id=41

This needs to be updated.