# HG changeset patch # User Pascal Bellard # Date 1551165618 -3600 # Node ID 87d7af51ba68ee7716173117aa1b304d7af06d75 # Parent 45543b1af36a3a9e43398003a90bcf75e42df38a Update some WEB_SITE diff -r 45543b1af36a -r 87d7af51ba68 python-chardet/receipt --- a/python-chardet/receipt Mon Feb 25 17:52:18 2019 +0100 +++ b/python-chardet/receipt Tue Feb 26 08:20:18 2019 +0100 @@ -7,7 +7,7 @@ MAINTAINER="devel@slitaz.org" SHORT_DESC="Python module for character encoding auto-detection" LICENSE="LGPL2.1" -WEB_SITE="https://pypi.org/project/$SOURCE/" +WEB_SITE="https://github.com/chardet/chardet" TARBALL="$SOURCE-$VERSION.tgz" WGET_URL="$WEB_SITE/download/$TARBALL" diff -r 45543b1af36a -r 87d7af51ba68 syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Mon Feb 25 17:52:18 2019 +0100 +++ b/syslinux/stuff/iso2exe/init Tue Feb 26 08:20:18 2019 +0100 @@ -68,7 +68,7 @@ esac done ;; --menu|--radiolist) - [ "$1" == "--menu" ] && shft=2 || shft=3 + [ "$1" = "--menu" ] && shft=2 || shft=3 label="" [ "$2" ] && label="\n$2" shift 5 @@ -138,7 +138,7 @@ checkmagic() { - [ -s $1 ] && [ $(getarg magic) == $(get 18 $1 2) ] + [ -s $1 ] && [ $(getarg magic) = $(get 18 $1 2) ] } getiso() @@ -667,7 +667,7 @@ hascustomconf() { [ "$(ddq bs=2k skip=$(customsector) if="/mnt/$ISO" | ddq bs=1 count=6)" \ - == "#!boot" ] + = "#!boot" ] } gotcustomconf() @@ -705,7 +705,7 @@ { dotwait "Checking iso image" [ "$(ddq if=/mnt/$ISO bs=2k skip=16 \ - count=$(($(get 32848 /mnt/$ISO 4)-16)) | md5sum)" == \ + count=$(($(get 32848 /mnt/$ISO 4)-16)) | md5sum)" = \ "$(ddq if=/mnt/$ISO bs=16 count=1 skip=2047 | od -N 16 -t x1 -An | \ sed 's/ //g') -" ] && echo "OK" || echo "ERROR" echo -en "\rChecking iso hybrid boot..." @@ -730,7 +730,7 @@ *) break ;; esac done | md5sum | cut -c1-32)" - [ "$md5" == "$(cat $TMP)" ] && echo "OK" || echo "ERROR" + [ "$md5" = "$(cat $TMP)" ] && echo "OK" || echo "ERROR" rm -f $TMP fi rm -f /tmp/wait @@ -738,7 +738,7 @@ read n } -if [ "$1" == "--build" ]; then #install-begin +if [ "$1" = "--build" ]; then #install-begin cp $0 $0.tmp uuencode -m - < ifmem.bin | sed -e 's|^[ \t]*||;s|[ \t]*###.*||' \ -e 's| *;;|;;|;s|\t\t*|\t|g' \ @@ -1130,7 +1130,7 @@ hasflavinfo() { - [ "$(flavdata | ddq bs=1 count=7)" == "0707010" ] && + [ "$(flavdata | ddq bs=1 count=7)" = "0707010" ] && echo -en "\"$1\" \"$2\"" } diff -r 45543b1af36a -r 87d7af51ba68 syslinux/stuff/iso2exe/iso2exe.sh --- a/syslinux/stuff/iso2exe/iso2exe.sh Mon Feb 25 17:52:18 2019 +0100 +++ b/syslinux/stuff/iso2exe/iso2exe.sh Tue Feb 26 08:20:18 2019 +0100 @@ -282,7 +282,7 @@ fileofs $f [ $SIZE -eq 0 ] || ddq bs=1 count=$SIZE skip=$OFFSET if="$ISO" >$f - [ "$f" == "syslinux.mbr" ] && restore_hybrid_mbr "$f" "$ISO" + [ "$f" = "syslinux.mbr" ] && restore_hybrid_mbr "$f" "$ISO" done } @@ -384,7 +384,7 @@ for mode in data offset ; do ofs=0 while read tag str; do - if [ "$mode" == "data" ]; then + if [ "$mode" = "data" ]; then echo -en "$str\0" | hexdump -v -e '" " 16/1 "0x%02X, "' \ -e '" /* %04.4_ax */ \n"' | \ sed 's/ 0x ,/ /g' @@ -602,7 +602,7 @@ h=$(get 417 "$1" 1) [ -z "$RECURSIVE_PARTITION" ] || h=0 for i in 0 1 2 3 ; do - [ $(get $((0x1BE+16*i)) $1 2) == $((0x0080)) ] || continue + [ $(get $((0x1BE+16*i)) $1 2) = $((0x0080)) ] || continue store $((0x1CA+16*i)) $(($mb*2048-$h)) $1 32 store $((0x1C5+16*i)) $(($mb-1)) $1 8 done diff -r 45543b1af36a -r 87d7af51ba68 xcursor-comix/receipt --- a/xcursor-comix/receipt Mon Feb 25 17:52:18 2019 +0100 +++ b/xcursor-comix/receipt Tue Feb 26 08:20:18 2019 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Comix cursor theme" MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL" -WEB_SITE="https://www.kde-look.org/content/show.php/ComixCursors?content=32627" +WEB_SITE="https://limitland.de/comixcursors" TARBALL="ComixCursors-$VERSION.tar.bz2" WGET_URL="http://www.limitland.de/downloads/comixcursors/$TARBALL" TAGS="cursor-theme"