Update XP-Pen Tablet driver 2/2

This commit is contained in:
KF-Art 2023-04-27 16:07:28 -04:00
parent 0dc13fb2bb
commit 76b41f5fb5
3 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "yes" ]; then
xchroot /mnt xbps-install -Syu xp-pen-tablet
xchroot /glibc xbps-install -Syu xp-pen-tablet
# Ensure that xchroot has unmounted all binds
umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys"

View file

@ -4,7 +4,7 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "no" ]; then
# Enter via chroot to container and remove librewolf-bin
# Enter via chroot to container and remove xp-pen-tablet
xchroot /glibc xbps-install -Ryfv xp-pen-tablet qt5-dbus qt5-network qt5-x11extras qt5-widgets qt5-gui qt5-xml qt5-styleplugins
# Remove udev rule from host system

View file

@ -1,12 +1,12 @@
# Template file for 'xp-pen-tablet-musl'
pkgname=xp-pen-tablet-musl
version=3.2.3.220323
revision=3
version=3.2.3.230215
revision=1
_release=1
archs="x86_64-musl"
repository="cereus-extra"
short_desc="XP-Pen Official Linux utility - glibc containerized package"
maintainer="Kevin F. <https://github.com/KF-Art>"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
hostmakedepends="tar xz xbps-triggers"
makedepends="xbps-triggers"
depends="voidnsrun-setup"