wok rev 24416
thunar: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 10 19:39:21 2022 +0000 (2022-02-10) |
parents | 17091bc7c301 |
children | 2846eed9ee6d |
files | grub/receipt thunar/receipt |
line diff
1.1 --- a/grub/receipt Thu Feb 10 18:04:02 2022 +0000 1.2 +++ b/grub/receipt Thu Feb 10 19:39:21 2022 +0000 1.3 @@ -30,6 +30,7 @@ 1.4 done 1.5 sed -i 's/\[ .grub-probe.*\]/mount | grep $grubdir | grep -q xfs/' \ 1.6 util/grub-install.in 1.7 + grub_cv_prog_objcopy_absolute=yes \ 1.8 ./configure CC=gcc-3 --prefix=/usr --infodir=/usr/share/info \ 1.9 --without-curses --mandir=/usr/share/man $CONFIGURE_ARGS && 1.10 make &&
2.1 --- a/thunar/receipt Thu Feb 10 18:04:02 2022 +0000 2.2 +++ b/thunar/receipt Thu Feb 10 19:39:21 2022 +0000 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Thunar File Manager" 2.5 MAINTAINER="erjo@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -SOURCE="thunar" 2.8 +SOURCE="Thunar" 2.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.10 WEB_SITE="https://www.xfce.org" 2.11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 2.12 @@ -23,7 +23,7 @@ 2.13 { 2.14 wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 2.15 sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 2.16 - sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 2.17 + sed "/hunar-/!d;/tar/!d;s|.*hunar-||;s|.tar.*||" | sort -Vr | sed q 2.18 } 2.19 2.20 # Rules to configure and make the package.