# HG changeset patch # User Hans-G?nter Theisgen # Date 1729701121 -3600 # Node ID 48bf73567ea41c9497d9e40dbaded74db0c43eae # Parent fceea4b4808a1f28657b797331c6f03a121db7dd updated xfce4-settings-dev (4.12.0 -> 4.12.4) diff -r fceea4b4808a -r 48bf73567ea4 xfce4-mixer-lang/receipt --- a/xfce4-mixer-lang/receipt Wed Oct 23 17:04:51 2024 +0100 +++ b/xfce4-mixer-lang/receipt Wed Oct 23 17:32:01 2024 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Xfce Audio Mixer - localised messages." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.xfce.org" +WEB_SITE="https://docs.xfce.org/apps/xfce4-mixer/start" WANTED="xfce4-mixer" diff -r fceea4b4808a -r 48bf73567ea4 xfce4-panel-dev/receipt --- a/xfce4-panel-dev/receipt Wed Oct 23 17:04:51 2024 +0100 +++ b/xfce4-panel-dev/receipt Wed Oct 23 17:32:01 2024 +0100 @@ -3,21 +3,17 @@ PACKAGE="xfce4-panel-dev" VERSION="4.12.0" CATEGORY="development" -SHORT_DESC="Xfce Panel dev files" +SHORT_DESC="Xfce Panel - development files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WANTED="xfce4-panel" -WEB_SITE="https://www.xfce.org/" +WEB_SITE="https://docs.xfce.org/xfce/xfce4-panel/start" DEPENDS="xfce4-panel pkg-config" +WANTED="xfce4-panel" genpkg_rules() { - mkdir -p $fs/usr/share/xfce4 \ - $fs/usr/lib/xfce4/panel/plugins - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/lib/xfce4/panel/plugins/*.*a $fs/usr/lib/xfce4/panel/plugins + cook_copy_folders include + cook_copy_folders pkgconfig + cook_copy_files *.*a } diff -r fceea4b4808a -r 48bf73567ea4 xfce4-session-dev/receipt --- a/xfce4-session-dev/receipt Wed Oct 23 17:04:51 2024 +0100 +++ b/xfce4-session-dev/receipt Wed Oct 23 17:32:01 2024 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Xfce session manager - development files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.xfce.org/" +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start" DEPENDS="xfce4-session pkg-config" WANTED="xfce4-session" diff -r fceea4b4808a -r 48bf73567ea4 xfce4-session-lang/receipt --- a/xfce4-session-lang/receipt Wed Oct 23 17:04:51 2024 +0100 +++ b/xfce4-session-lang/receipt Wed Oct 23 17:32:01 2024 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Xfce session manager - localised messages." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.xfce.org/" +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start" WANTED="xfce4-session" diff -r fceea4b4808a -r 48bf73567ea4 xfce4-session/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-session/description.txt Wed Oct 23 17:32:01 2024 +0100 @@ -0,0 +1,6 @@ +Xfce4-session is a session manager for Xfce. +Its task is to save the state of the desktop +(opened applications and their location) and +restore it during a next startup. +Several different sessions can be created and +choosen from on startup. diff -r fceea4b4808a -r 48bf73567ea4 xfce4-session/receipt --- a/xfce4-session/receipt Wed Oct 23 17:04:51 2024 +0100 +++ b/xfce4-session/receipt Wed Oct 23 17:32:01 2024 +0100 @@ -3,10 +3,10 @@ PACKAGE="xfce4-session" VERSION="4.12.0" CATEGORY="x-window" -SHORT_DESC="Xfce session manager" +SHORT_DESC="Xfce session manager." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.xfce.org/" +WEB_SITE="https://docs.xfce.org/xfce/xfce4-session/start" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -20,9 +20,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ - sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ - sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q + wget -O - $WEB_SITE 2>/dev/null | + sed '/released/!d;s| released.*||;s|.*session ||' } # Rules to configure and make the package. @@ -36,10 +35,10 @@ --sysconfdir=/etc \ --libexecdir=/usr/lib/$PACKAGE \ --disable-debug \ - --enable-nls \ + --enable-nls \ $CONFIGURE_ARGS && make && - make install DESTDIR=$DESTDIR + make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -49,11 +48,12 @@ cook_copy_folders etc cook_copy_files *.so* cp -a $install/usr/lib/xfce4 $fs/usr/lib + rm -rf $fs/usr/lib/xfce4/session/splash-engines/*.la cook_copy_folders icons cook_copy_folders themes cook_copy_folders xsessions - # xfce4-session-logout workarround + # xfce4-session-logout workaround mkdir $fs/sbin cp stuff/shutdown $fs/sbin @@ -63,9 +63,6 @@ # remove autostartfile rm -f $fs/etc/xdg/autostart/* - # remove files belonging to xfce4-session-dev - rm -f $fs/usr/lib/xfce4/session/splash-engines/*.la - # Remove SVG icons rm -rf $fs/usr/share/icons/hicolor/scalable } diff -r fceea4b4808a -r 48bf73567ea4 xfce4-settings-lang/receipt --- a/xfce4-settings-lang/receipt Wed Oct 23 17:04:51 2024 +0100 +++ b/xfce4-settings-lang/receipt Wed Oct 23 17:32:01 2024 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="xfce4-settings-lang" -VERSION="4.12.0" +VERSION="4.12.4" CATEGORY="localization" SHORT_DESC="Xfce Settings Manager - localised messages." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.xfce.org/" +WEB_SITE="https://docs.xfce.org/xfce/xfce4-settings/start" WANTED="xfce4-settings"