# HG changeset patch # User Xander Ziiryanoff # Date 1437718168 -7200 # Node ID abecef5186246b61704f31099c069a045edd400f # Parent 66bb11544abe82848bd2bde77781074a0d26d2e9 Up mercurial (3.4.2), dosfstools (3.0.28) diff -r 66bb11544abe -r abecef518624 dosfstools/receipt --- a/dosfstools/receipt Thu Jul 23 12:23:11 2015 +0200 +++ b/dosfstools/receipt Fri Jul 24 08:09:28 2015 +0200 @@ -1,16 +1,18 @@ # SliTaz package receipt. PACKAGE="dosfstools" -VERSION="3.0.26" +VERSION="3.0.28" CATEGORY="system-tools" SHORT_DESC="Tools to create and check dos filesystems." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" -WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" HOST_ARCH="i486 arm" +BUILD_DEPENDS="wget" + # Rules to configure and make the package. compile_rules() { diff -r 66bb11544abe -r abecef518624 mercurial/receipt --- a/mercurial/receipt Thu Jul 23 12:23:11 2015 +0200 +++ b/mercurial/receipt Fri Jul 24 08:09:28 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mercurial" -VERSION="3.4" +VERSION="3.4.2" CATEGORY="development" SHORT_DESC="Revision tools system." MAINTAINER="pankso@slitaz.org" diff -r 66bb11544abe -r abecef518624 wine/receipt --- a/wine/receipt Thu Jul 23 12:23:11 2015 +0200 +++ b/wine/receipt Fri Jul 24 08:09:28 2015 +0200 @@ -41,7 +41,7 @@ # Enable unicode filenames and localized keyboard layouts input . $1/etc/locale.conf case $LANG in - (C|POSIX) echo $LANG - skip modifying /etc/locale.conf ;; + (C|POSIX|*UTF-8) echo $LANG - skip modifying /etc/locale.conf ;; (*) echo "$LANG changed to ${LANG}.UTF-8 in /etc/locale.conf" echo "Restart/ReLogin required."