wok diff xfce4-session/receipt @ rev 25798

updated xfce4-settings-dev (4.12.0 -> 4.12.4)
author Hans-G?nter Theisgen
date Wed Oct 23 17:32:01 2024 +0100 (3 months ago)
parents 291cceed840e
children
line diff
     1.1 --- a/xfce4-session/receipt	Thu Aug 15 09:23:33 2024 +0100
     1.2 +++ b/xfce4-session/receipt	Wed Oct 23 17:32:01 2024 +0100
     1.3 @@ -3,10 +3,10 @@
     1.4  PACKAGE="xfce4-session"
     1.5  VERSION="4.12.0"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Xfce session manager"
     1.8 +SHORT_DESC="Xfce session manager."
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 -WEB_SITE="https://www.xfce.org/"
    1.12 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start"
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 @@ -20,9 +20,8 @@
    1.17  # What is the latest version available today?
    1.18  current_version()
    1.19  {
    1.20 -	wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \
    1.21 -	sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \
    1.22 -	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    1.23 +	wget -O - $WEB_SITE 2>/dev/null |
    1.24 +	sed '/released/!d;s| released.*||;s|.*session ||'
    1.25  }
    1.26  
    1.27  # Rules to configure and make the package.
    1.28 @@ -36,10 +35,10 @@
    1.29  		--sysconfdir=/etc		\
    1.30  		--libexecdir=/usr/lib/$PACKAGE	\
    1.31  		--disable-debug			\
    1.32 -		--enable-nls			\
    1.33 +		 --enable-nls			\
    1.34  		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36 -	make install DESTDIR=$DESTDIR
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41 @@ -49,11 +48,12 @@
    1.42  	cook_copy_folders	etc
    1.43  	cook_copy_files		*.so*
    1.44  	cp -a $install/usr/lib/xfce4	$fs/usr/lib
    1.45 +	rm -rf			$fs/usr/lib/xfce4/session/splash-engines/*.la
    1.46  	cook_copy_folders	icons
    1.47  	cook_copy_folders	themes
    1.48  	cook_copy_folders	xsessions
    1.49  
    1.50 -	# xfce4-session-logout workarround
    1.51 +	# xfce4-session-logout workaround
    1.52  	mkdir			$fs/sbin
    1.53  	cp stuff/shutdown	$fs/sbin
    1.54  
    1.55 @@ -63,9 +63,6 @@
    1.56  	# remove autostartfile
    1.57  	rm -f	$fs/etc/xdg/autostart/*
    1.58  
    1.59 -	# remove files belonging to xfce4-session-dev
    1.60 -	rm -f	$fs/usr/lib/xfce4/session/splash-engines/*.la
    1.61 -
    1.62  	# Remove SVG icons
    1.63  	rm -rf	$fs/usr/share/icons/hicolor/scalable
    1.64  }