Update librewolf-musl from 104.0.2_1 to 105.0.3

This commit is contained in:
KF-Art 2022-10-19 17:44:28 -04:00
parent a6fb57f69b
commit e3189cb2ba
2 changed files with 7 additions and 3 deletions

View file

@ -4,14 +4,18 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "yes" ]; then
voidnsrun -r /glibc xbps-install -Syu librewolf-bin
xchroot /mnt xbps-install -Syu librewolf-bin
# Ensure that xchroot has unmounted all binds
umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys"
else
# Enter via chroot to container and install librewolf-bin
# This is necessary, because through voidnsrun it will not install automatically its dependencies, as the host already has them.
xchroot /glibc xbps-install -Syf librewolf-bin
# Install fonts and GTK theme
voidnsrun -r /glibc xbps-install -fy freetype fontconfig libXft xorg-fonts fonts-roboto-ttf Graphite-gtk-theme-black
xchroot /glibc xbps-install -y freetype fontconfig libXft xorg-fonts fonts-roboto-ttf Graphite-gtk-theme-black
# Ensure that xchroot has unmounted all binds
umount -R "glibc/dev" "glibc/etc/resolv.conf" "glibc/proc" "glibc/sys"

View file

@ -1,7 +1,7 @@
# Template file for 'librewolf-musl'
pkgname=librewolf-musl
_realname=librewolf
version=104.0.2
version=105.0.3
revision=3
_release=1
archs="x86_64-musl"