wok 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 (2 weeks ago)
parents fceea4b4808a
children 1573884f6aee
files xfce4-mixer-lang/receipt xfce4-panel-dev/receipt xfce4-session-dev/receipt xfce4-session-lang/receipt xfce4-session/description.txt xfce4-session/receipt xfce4-settings-lang/receipt
line diff
     1.1 --- a/xfce4-mixer-lang/receipt	Wed Oct 23 17:04:51 2024 +0100
     1.2 +++ b/xfce4-mixer-lang/receipt	Wed Oct 23 17:32:01 2024 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Xfce Audio Mixer - localised messages."
     1.5  MAINTAINER="maintainer@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="https://www.xfce.org"
     1.8 +WEB_SITE="https://docs.xfce.org/apps/xfce4-mixer/start"
     1.9  
    1.10  WANTED="xfce4-mixer"
    1.11  
     2.1 --- a/xfce4-panel-dev/receipt	Wed Oct 23 17:04:51 2024 +0100
     2.2 +++ b/xfce4-panel-dev/receipt	Wed Oct 23 17:32:01 2024 +0100
     2.3 @@ -3,21 +3,17 @@
     2.4  PACKAGE="xfce4-panel-dev"
     2.5  VERSION="4.12.0"
     2.6  CATEGORY="development"
     2.7 -SHORT_DESC="Xfce Panel dev files"
     2.8 +SHORT_DESC="Xfce Panel - development files."
     2.9  MAINTAINER="erjo@slitaz.org"
    2.10  LICENSE="GPL2"
    2.11 -WANTED="xfce4-panel"
    2.12 -WEB_SITE="https://www.xfce.org/"
    2.13 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-panel/start"
    2.14  
    2.15  DEPENDS="xfce4-panel pkg-config"
    2.16 +WANTED="xfce4-panel"
    2.17  
    2.18  genpkg_rules()
    2.19  {
    2.20 -	mkdir -p $fs/usr/share/xfce4 \
    2.21 -	$fs/usr/lib/xfce4/panel/plugins 
    2.22 -	
    2.23 -	cp -a $install/usr/include $fs/usr
    2.24 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    2.26 -	cp -a $install/usr/lib/xfce4/panel/plugins/*.*a $fs/usr/lib/xfce4/panel/plugins
    2.27 +	cook_copy_folders	include
    2.28 +	cook_copy_folders	pkgconfig
    2.29 +	cook_copy_files		*.*a
    2.30  }
     3.1 --- a/xfce4-session-dev/receipt	Wed Oct 23 17:04:51 2024 +0100
     3.2 +++ b/xfce4-session-dev/receipt	Wed Oct 23 17:32:01 2024 +0100
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Xfce session manager - development files."
     3.5  MAINTAINER="erjo@slitaz.org"
     3.6  LICENSE="GPL2"
     3.7 -WEB_SITE="https://www.xfce.org/"
     3.8 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start"
     3.9  
    3.10  DEPENDS="xfce4-session pkg-config"
    3.11  WANTED="xfce4-session"
     4.1 --- a/xfce4-session-lang/receipt	Wed Oct 23 17:04:51 2024 +0100
     4.2 +++ b/xfce4-session-lang/receipt	Wed Oct 23 17:32:01 2024 +0100
     4.3 @@ -6,7 +6,7 @@
     4.4  SHORT_DESC="Xfce session manager - localised messages."
     4.5  MAINTAINER="maintainer@slitaz.org"
     4.6  LICENSE="GPL2"
     4.7 -WEB_SITE="https://www.xfce.org/"
     4.8 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start"
     4.9  
    4.10  WANTED="xfce4-session"
    4.11  
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/xfce4-session/description.txt	Wed Oct 23 17:32:01 2024 +0100
     5.3 @@ -0,0 +1,6 @@
     5.4 +Xfce4-session is a session manager for Xfce.
     5.5 +Its task is to save the state of the desktop
     5.6 +(opened applications and their location) and
     5.7 +restore it during a next startup.
     5.8 +Several different sessions can be created and
     5.9 +choosen from on startup.
     6.1 --- a/xfce4-session/receipt	Wed Oct 23 17:04:51 2024 +0100
     6.2 +++ b/xfce4-session/receipt	Wed Oct 23 17:32:01 2024 +0100
     6.3 @@ -3,10 +3,10 @@
     6.4  PACKAGE="xfce4-session"
     6.5  VERSION="4.12.0"
     6.6  CATEGORY="x-window"
     6.7 -SHORT_DESC="Xfce session manager"
     6.8 +SHORT_DESC="Xfce session manager."
     6.9  MAINTAINER="erjo@slitaz.org"
    6.10  LICENSE="GPL2"
    6.11 -WEB_SITE="https://www.xfce.org/"
    6.12 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start"
    6.13  
    6.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    6.15  WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    6.16 @@ -20,9 +20,8 @@
    6.17  # What is the latest version available today?
    6.18  current_version()
    6.19  {
    6.20 -	wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \
    6.21 -	sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \
    6.22 -	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    6.23 +	wget -O - $WEB_SITE 2>/dev/null |
    6.24 +	sed '/released/!d;s| released.*||;s|.*session ||'
    6.25  }
    6.26  
    6.27  # Rules to configure and make the package.
    6.28 @@ -36,10 +35,10 @@
    6.29  		--sysconfdir=/etc		\
    6.30  		--libexecdir=/usr/lib/$PACKAGE	\
    6.31  		--disable-debug			\
    6.32 -		--enable-nls			\
    6.33 +		 --enable-nls			\
    6.34  		$CONFIGURE_ARGS &&
    6.35  	make &&
    6.36 -	make install DESTDIR=$DESTDIR
    6.37 +	make install
    6.38  }
    6.39  
    6.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.41 @@ -49,11 +48,12 @@
    6.42  	cook_copy_folders	etc
    6.43  	cook_copy_files		*.so*
    6.44  	cp -a $install/usr/lib/xfce4	$fs/usr/lib
    6.45 +	rm -rf			$fs/usr/lib/xfce4/session/splash-engines/*.la
    6.46  	cook_copy_folders	icons
    6.47  	cook_copy_folders	themes
    6.48  	cook_copy_folders	xsessions
    6.49  
    6.50 -	# xfce4-session-logout workarround
    6.51 +	# xfce4-session-logout workaround
    6.52  	mkdir			$fs/sbin
    6.53  	cp stuff/shutdown	$fs/sbin
    6.54  
    6.55 @@ -63,9 +63,6 @@
    6.56  	# remove autostartfile
    6.57  	rm -f	$fs/etc/xdg/autostart/*
    6.58  
    6.59 -	# remove files belonging to xfce4-session-dev
    6.60 -	rm -f	$fs/usr/lib/xfce4/session/splash-engines/*.la
    6.61 -
    6.62  	# Remove SVG icons
    6.63  	rm -rf	$fs/usr/share/icons/hicolor/scalable
    6.64  }
     7.1 --- a/xfce4-settings-lang/receipt	Wed Oct 23 17:04:51 2024 +0100
     7.2 +++ b/xfce4-settings-lang/receipt	Wed Oct 23 17:32:01 2024 +0100
     7.3 @@ -1,12 +1,12 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="xfce4-settings-lang"
     7.7 -VERSION="4.12.0"
     7.8 +VERSION="4.12.4"
     7.9  CATEGORY="localization"
    7.10  SHORT_DESC="Xfce Settings Manager - localised messages."
    7.11  MAINTAINER="maintainer@slitaz.org"
    7.12  LICENSE="GPL2"
    7.13 -WEB_SITE="https://www.xfce.org/"
    7.14 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-settings/start"
    7.15  
    7.16  WANTED="xfce4-settings"
    7.17