wok-current diff plymouth/receipt @ rev 25144

updated plymouth (0.9.4 -> 0.9.5)
author Hans-G?nter Theisgen
date Wed Jun 29 14:52:59 2022 +0100 (2022-06-29)
parents 241fb98cab1c
children 962c37121e05
line diff
     1.1 --- a/plymouth/receipt	Tue Feb 15 18:29:48 2022 +0000
     1.2 +++ b/plymouth/receipt	Wed Jun 29 14:52:59 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="plymouth"
     1.7 -VERSION="0.9.4"
     1.8 +VERSION="0.9.5"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="A graphical boot splash screen with KMS support."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,10 +9,11 @@
    1.13  WEB_SITE="https://www.freedesktop.org/wiki/Software/Plymouth/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 -WGET_URL="https://www.freedesktop.org/software/plymouth/releases/$TARBALL"
    1.17 +WGET_URL="https://www.freedesktop.org/software/$PACKAGE/releases/$TARBALL"
    1.18  
    1.19 -DEPENDS="gtk+3 libdrm libpng pango xorg-libpciaccess"
    1.20 -BUILD_DEPENDS="gtk+3-dev libdrm-dev libpng-dev pango-dev xorg-libpciaccess-dev"
    1.21 +DEPENDS="gtk+3 libdrm libpng libxml2 pango xorg-libpciaccess"
    1.22 +BUILD_DEPENDS="gtk+3-dev libdrm-dev libpng-dev libxml2-dev pango-dev
    1.23 +	xorg-libpciaccess-dev"
    1.24  
    1.25  # What is the latest version available today?
    1.26  current_version()
    1.27 @@ -29,11 +30,9 @@
    1.28  		--localstatedir=/var			\
    1.29  		--libexecdir=/usr/lib			\
    1.30  		--with-system-root-install		\
    1.31 -		--with-log-viewer			\
    1.32  		--with-release-file=/etc/slitaz-release	\
    1.33  		--without-udev				\
    1.34  		--disable-documentation			\
    1.35 -		--disable-libdrm_nouveau		\
    1.36  		--disable-systemd-integration		\
    1.37  		$CONFIGURE_ARGS &&
    1.38  	make &&
    1.39 @@ -43,7 +42,8 @@
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/lib $fs/usr/lib
    1.44 +	mkdir -p $fs/lib
    1.45 +	mkdir -p $fs/usr/lib
    1.46  	mkdir -p $fs/usr/share
    1.47  
    1.48  	cp -a $install/bin		$fs
    1.49 @@ -51,7 +51,7 @@
    1.50  	cp -a $install/sbin		$fs
    1.51  	cp -a $install/lib/*.so*	$fs/lib
    1.52  	# 0.9.4 plymouth-log-viewer and rhgb-client no longer supplied
    1.53 -#	cp -a $install/usr/bin		$fs/usr
    1.54 +	cp -a $install/usr/bin		$fs/usr
    1.55  	cp -a $install/usr/sbin		$fs/usr
    1.56  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.57  	cp -a $install/usr/lib/plymouth	$fs/usr/lib