wok rev 25753
updated xfce4-settings (4.12.0 -> 4.12.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 01 10:41:21 2024 +0100 (3 months ago) |
parents | 4f8add7c8b10 |
children | 9c5a110c8dc8 |
files | xfce4-settings/receipt |
line diff
1.1 --- a/xfce4-settings/receipt Sat Aug 31 15:53:59 2024 +0100 1.2 +++ b/xfce4-settings/receipt Sun Sep 01 10:41:21 2024 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xfce4-settings" 1.7 -VERSION="4.12.0" 1.8 +VERSION="4.12.4" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Xfce Settings Manager" 1.11 +SHORT_DESC="Xfce Settings Manager." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL2" 1.14 -WEB_SITE="https://www.xfce.org/" 1.15 +WEB_SITE="https://docs.xfce.org/xfce/xfce4-settings/start" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.18 WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 @@ -22,9 +22,8 @@ 1.20 # What is the latest version available today? 1.21 current_version() 1.22 { 1.23 - wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 1.24 - sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 1.25 - sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 1.26 + wget -O - $WEB_SITE 2>/dev/null | 1.27 + sed '/released/!d;s| released.*||;s|.*settings ||' 1.28 } 1.29 1.30 # Rules to configure and make the package. 1.31 @@ -42,9 +41,9 @@ 1.32 --disable-debug \ 1.33 --disable-static \ 1.34 --mandir=/usr/share/man \ 1.35 - $CONFIGURE_ARGS && \ 1.36 + $CONFIGURE_ARGS && 1.37 make && 1.38 - make install DESTDIR=$DESTDIR 1.39 + make install 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 @@ -52,10 +51,12 @@ 1.44 { 1.45 cook_copy_folders bin 1.46 cook_copy_folders etc 1.47 - 1.48 + 1.49 if [ -f $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml ] 1.50 then 1.51 - sed -i 's/Xfce/Clearlooks/' $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1.52 - sed -i 's/Rodent/Tango/' $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1.53 + sed -i 's/Xfce/Clearlooks/' \ 1.54 + $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1.55 + sed -i 's/Rodent/Tango/' \ 1.56 + $fs/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 1.57 fi 1.58 }