wok diff slim/receipt @ rev 25519

created recipes for libuv and libuv-dev 1.44.1
author Hans-G?nter Theisgen
date Fri Feb 24 15:35:59 2023 +0100 (16 months ago)
parents 9c874a5c3b17
children
line diff
     1.1 --- a/slim/receipt	Wed Jul 20 17:04:10 2022 +0100
     1.2 +++ b/slim/receipt	Fri Feb 24 15:35:59 2023 +0100
     1.3 @@ -6,11 +6,11 @@
     1.4  SHORT_DESC="Desktop-independent graphical login manager for X11."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://slim.berlios.de/"
     1.8 +WEB_SITE="https://www.berlios.de/software/slim/"
     1.9  REPOLOGY="slim-login-manager"
    1.10  
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 -WGET_URL="https://downloads.sourceforge.net/project/slim.berlios/$TARBALL"
    1.13 +WGET_URL="https://github.com/iwamatsu/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz"
    1.14  
    1.15  RELATED="slim-pam slim-theme-default"
    1.16  SUGGESTED="slim-theme-default slitaz-configs"
    1.17 @@ -70,14 +70,14 @@
    1.18  {
    1.19  	mkdir -p $fs/usr/share/slim
    1.20  
    1.21 -	cp -a $install/etc	$fs
    1.22 -	cp -a $install/usr/bin	$fs/usr
    1.23 -	cp -a $install/usr/lib	$fs/usr
    1.24 -	cp -a $stuff/themes	$fs/usr/share/slim
    1.25 +	cp -a $install/etc		$fs
    1.26 +	cp -a $install/usr/bin		$fs/usr
    1.27 +	cp -a $install/usr/lib		$fs/usr
    1.28 +	cp -a $stuff/themes		$fs/usr/share/slim
    1.29  
    1.30 -	# Configuration file and rc script.
    1.31 -	cp -a $stuff/etc	$fs
    1.32 -	chown -R root.root	$fs
    1.33 +	# rc script.
    1.34 +	cp -a $stuff/etc		$fs
    1.35 +	chown -R root.root		$fs
    1.36  
    1.37  	# slim-theme manager and default strings
    1.38  	install -m755 $stuff/slim-theme	$fs/usr/bin/slim-theme
    1.39 @@ -86,6 +86,7 @@
    1.40  
    1.41  post_install()
    1.42  {
    1.43 +	# replace default user tux by user with userid 1000 in slim.conf
    1.44  	local USER
    1.45  	USER=$(awk -F: '/:1000:1000:/ { print $1 }' < "$1/etc/passwd")
    1.46  	[ -n "$USER" ] &&
    1.47 @@ -95,5 +96,5 @@
    1.48  
    1.49  testsuite()
    1.50  {
    1.51 -	ldd $install/usr/bin/slim
    1.52 +	readelf -h	$install/usr/bin/slim
    1.53  }