Update XP-Pen Tablet driver 2/2
This commit is contained in:
parent
0dc13fb2bb
commit
76b41f5fb5
3 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" = "yes" ]; then
|
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
|
# Ensure that xchroot has unmounted all binds
|
||||||
umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys"
|
umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" = "no" ]; then
|
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
|
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
|
# Remove udev rule from host system
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'xp-pen-tablet-musl'
|
# Template file for 'xp-pen-tablet-musl'
|
||||||
pkgname=xp-pen-tablet-musl
|
pkgname=xp-pen-tablet-musl
|
||||||
version=3.2.3.220323
|
version=3.2.3.230215
|
||||||
revision=3
|
revision=1
|
||||||
_release=1
|
_release=1
|
||||||
archs="x86_64-musl"
|
archs="x86_64-musl"
|
||||||
repository="cereus-extra"
|
repository="cereus-extra"
|
||||||
short_desc="XP-Pen Official Linux utility - glibc containerized package"
|
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"
|
hostmakedepends="tar xz xbps-triggers"
|
||||||
makedepends="xbps-triggers"
|
makedepends="xbps-triggers"
|
||||||
depends="voidnsrun-setup"
|
depends="voidnsrun-setup"
|
||||||
|
|
Loading…
Add table
Reference in a new issue