wok rev 18234

Up mercurial (3.4.2), dosfstools (3.0.28)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jul 24 08:09:28 2015 +0200 (2015-07-24)
parents 66bb11544abe
children 7d23f5f335fe
files dosfstools/receipt mercurial/receipt wine/receipt
line diff
     1.1 --- a/dosfstools/receipt	Thu Jul 23 12:23:11 2015 +0200
     1.2 +++ b/dosfstools/receipt	Fri Jul 24 08:09:28 2015 +0200
     1.3 @@ -1,16 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dosfstools"
     1.7 -VERSION="3.0.26"
     1.8 +VERSION="3.0.28"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Tools to create and check dos filesystems."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools"
    1.15 -WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL"
    1.16 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.17  HOST_ARCH="i486 arm"
    1.18  
    1.19 +BUILD_DEPENDS="wget"
    1.20 +
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
     2.1 --- a/mercurial/receipt	Thu Jul 23 12:23:11 2015 +0200
     2.2 +++ b/mercurial/receipt	Fri Jul 24 08:09:28 2015 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mercurial"
     2.7 -VERSION="3.4"
     2.8 +VERSION="3.4.2"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Revision tools system."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/wine/receipt	Thu Jul 23 12:23:11 2015 +0200
     3.2 +++ b/wine/receipt	Fri Jul 24 08:09:28 2015 +0200
     3.3 @@ -41,7 +41,7 @@
     3.4  	# Enable unicode filenames and localized keyboard layouts input
     3.5  	. $1/etc/locale.conf
     3.6  	case $LANG in
     3.7 -		(C|POSIX) echo $LANG - skip modifying /etc/locale.conf ;;
     3.8 +		(C|POSIX|*UTF-8) echo $LANG - skip modifying /etc/locale.conf ;;
     3.9  		(*)
    3.10      		echo "$LANG changed to ${LANG}.UTF-8 in /etc/locale.conf"
    3.11  		echo "Restart/ReLogin required."