# HG changeset patch # User Hans-G?nter Theisgen # Date 1656510779 -3600 # Node ID bc373060e0a61c639dda84d24f7b3c19a375bb66 # Parent f67cd84ed58177f7e2a0c7dc22c7ec82a48fe300 updated plymouth (0.9.4 -> 0.9.5) diff -r f67cd84ed581 -r bc373060e0a6 plymouth/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plymouth/description.txt Wed Jun 29 14:52:59 2022 +0100 @@ -0,0 +1,18 @@ +Plymouth is an application that runs very early in the boot process +(even before the root filesystem is mounted!) that provides a graphical +boot animation while the boot process happens in the background. + +It is designed to work on systems with DRM modesetting drivers. +The idea is that early on in the boot process the native mode for the +computer is set, plymouth uses that mode, and that mode stays throughout +the entire boot process up to and after X starts. +Ideally, the goal is to get rid of all flicker during startup. + +For systems that don't have DRM mode settings drivers, plymouth falls +back to text mode (it can also use a legacy /dev/fb interface). + +In either text or graphics mode, the boot messages are completely occluded. +After the root file system is mounted read-write, the messages are dumped +to /var/log/boot.log. +Also, the user can see the messages at any time during boot up by hitting +the escape key. diff -r f67cd84ed581 -r bc373060e0a6 plymouth/receipt --- a/plymouth/receipt Wed Jun 29 14:42:01 2022 +0100 +++ b/plymouth/receipt Wed Jun 29 14:52:59 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="plymouth" -VERSION="0.9.4" +VERSION="0.9.5" CATEGORY="base-system" SHORT_DESC="A graphical boot splash screen with KMS support." MAINTAINER="pankso@slitaz.org" @@ -9,10 +9,11 @@ WEB_SITE="https://www.freedesktop.org/wiki/Software/Plymouth/" TARBALL="$PACKAGE-$VERSION.tar.xz" -WGET_URL="https://www.freedesktop.org/software/plymouth/releases/$TARBALL" +WGET_URL="https://www.freedesktop.org/software/$PACKAGE/releases/$TARBALL" -DEPENDS="gtk+3 libdrm libpng pango xorg-libpciaccess" -BUILD_DEPENDS="gtk+3-dev libdrm-dev libpng-dev pango-dev xorg-libpciaccess-dev" +DEPENDS="gtk+3 libdrm libpng libxml2 pango xorg-libpciaccess" +BUILD_DEPENDS="gtk+3-dev libdrm-dev libpng-dev libxml2-dev pango-dev + xorg-libpciaccess-dev" # What is the latest version available today? current_version() @@ -29,11 +30,9 @@ --localstatedir=/var \ --libexecdir=/usr/lib \ --with-system-root-install \ - --with-log-viewer \ --with-release-file=/etc/slitaz-release \ --without-udev \ --disable-documentation \ - --disable-libdrm_nouveau \ --disable-systemd-integration \ $CONFIGURE_ARGS && make && @@ -43,7 +42,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/lib $fs/usr/lib + mkdir -p $fs/lib + mkdir -p $fs/usr/lib mkdir -p $fs/usr/share cp -a $install/bin $fs @@ -51,7 +51,7 @@ cp -a $install/sbin $fs cp -a $install/lib/*.so* $fs/lib # 0.9.4 plymouth-log-viewer and rhgb-client no longer supplied -# cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/plymouth $fs/usr/lib