Update librewolf-musl from 104.0.2_1 to 105.0.3
This commit is contained in:
parent
a6fb57f69b
commit
e3189cb2ba
2 changed files with 7 additions and 3 deletions
|
@ -4,14 +4,18 @@
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" = "yes" ]; then
|
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
|
else
|
||||||
# Enter via chroot to container and install librewolf-bin
|
# 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.
|
# 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
|
xchroot /glibc xbps-install -Syf librewolf-bin
|
||||||
|
|
||||||
# Install fonts and GTK theme
|
# 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
|
# 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"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'librewolf-musl'
|
# Template file for 'librewolf-musl'
|
||||||
pkgname=librewolf-musl
|
pkgname=librewolf-musl
|
||||||
_realname=librewolf
|
_realname=librewolf
|
||||||
version=104.0.2
|
version=105.0.3
|
||||||
revision=3
|
revision=3
|
||||||
_release=1
|
_release=1
|
||||||
archs="x86_64-musl"
|
archs="x86_64-musl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue