wok rev 25144

updated plymouth (0.9.4 -> 0.9.5)
author Hans-G?nter Theisgen
date Wed Jun 29 14:52:59 2022 +0100 (22 months ago)
parents f67cd84ed581
children 8dad5987f564
files plymouth/description.txt plymouth/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/plymouth/description.txt	Wed Jun 29 14:52:59 2022 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +Plymouth is an application that runs very early in the boot process
     1.5 +(even before the root filesystem is mounted!) that provides a graphical
     1.6 +boot animation while the boot process happens in the background.
     1.7 +
     1.8 +It is designed to work on systems with DRM modesetting drivers.
     1.9 +The idea is that early on in the boot process the native mode for the
    1.10 +computer is set, plymouth uses that mode, and that mode stays throughout
    1.11 +the entire boot process up to and after X starts.
    1.12 +Ideally, the goal is to get rid of all flicker during startup.
    1.13 +
    1.14 +For systems that don't have DRM mode settings drivers, plymouth falls
    1.15 +back to text mode (it can also use a legacy /dev/fb interface).
    1.16 +
    1.17 +In either text or graphics mode, the boot messages are completely occluded.
    1.18 +After the root file system is mounted read-write, the messages are dumped
    1.19 +to /var/log/boot.log.
    1.20 +Also, the user can see the messages at any time during boot up by hitting
    1.21 +the escape key.
     2.1 --- a/plymouth/receipt	Wed Jun 29 14:42:01 2022 +0100
     2.2 +++ b/plymouth/receipt	Wed Jun 29 14:52:59 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="plymouth"
     2.7 -VERSION="0.9.4"
     2.8 +VERSION="0.9.5"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="A graphical boot splash screen with KMS support."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -9,10 +9,11 @@
    2.13  WEB_SITE="https://www.freedesktop.org/wiki/Software/Plymouth/"
    2.14  
    2.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.16 -WGET_URL="https://www.freedesktop.org/software/plymouth/releases/$TARBALL"
    2.17 +WGET_URL="https://www.freedesktop.org/software/$PACKAGE/releases/$TARBALL"
    2.18  
    2.19 -DEPENDS="gtk+3 libdrm libpng pango xorg-libpciaccess"
    2.20 -BUILD_DEPENDS="gtk+3-dev libdrm-dev libpng-dev pango-dev xorg-libpciaccess-dev"
    2.21 +DEPENDS="gtk+3 libdrm libpng libxml2 pango xorg-libpciaccess"
    2.22 +BUILD_DEPENDS="gtk+3-dev libdrm-dev libpng-dev libxml2-dev pango-dev
    2.23 +	xorg-libpciaccess-dev"
    2.24  
    2.25  # What is the latest version available today?
    2.26  current_version()
    2.27 @@ -29,11 +30,9 @@
    2.28  		--localstatedir=/var			\
    2.29  		--libexecdir=/usr/lib			\
    2.30  		--with-system-root-install		\
    2.31 -		--with-log-viewer			\
    2.32  		--with-release-file=/etc/slitaz-release	\
    2.33  		--without-udev				\
    2.34  		--disable-documentation			\
    2.35 -		--disable-libdrm_nouveau		\
    2.36  		--disable-systemd-integration		\
    2.37  		$CONFIGURE_ARGS &&
    2.38  	make &&
    2.39 @@ -43,7 +42,8 @@
    2.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.41  genpkg_rules()
    2.42  {
    2.43 -	mkdir -p $fs/lib $fs/usr/lib
    2.44 +	mkdir -p $fs/lib
    2.45 +	mkdir -p $fs/usr/lib
    2.46  	mkdir -p $fs/usr/share
    2.47  
    2.48  	cp -a $install/bin		$fs
    2.49 @@ -51,7 +51,7 @@
    2.50  	cp -a $install/sbin		$fs
    2.51  	cp -a $install/lib/*.so*	$fs/lib
    2.52  	# 0.9.4 plymouth-log-viewer and rhgb-client no longer supplied
    2.53 -#	cp -a $install/usr/bin		$fs/usr
    2.54 +	cp -a $install/usr/bin		$fs/usr
    2.55  	cp -a $install/usr/sbin		$fs/usr
    2.56  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.57  	cp -a $install/usr/lib/plymouth	$fs/usr/lib