wok rev 20507

updated sweethome3d (4.0 -> 5.7)
author Hans-G?nter Theisgen
date Tue Oct 30 16:47:02 2018 +0100 (2018-10-30)
parents 8b9b7db4f811 ca35f063c621
children 7e21e23f74be
files frozen-bubble/receipt
line diff
     1.1 --- a/frozen-bubble/receipt	Tue Oct 30 16:36:41 2018 +0100
     1.2 +++ b/frozen-bubble/receipt	Tue Oct 30 16:47:02 2018 +0100
     1.3 @@ -30,5 +30,9 @@
     1.4  	cp -a $install/usr/bin $fs/usr
     1.5  	cp -a $install/usr/lib $fs/usr
     1.6  	cp -a $install/usr/share/frozen-bubble $fs/usr/share
     1.7 +        # Hack to correct wrong *.pm install path
     1.8 +	cp -a  $fs/usr/lib/perl5/5.14.1/x86_64-linux/* \
     1.9 +	       $fs/usr/lib/perl5/5.14.1/i486-linux
    1.10 +	rm -fr $fs/usr/lib/perl5/5.14.1/x86_64-linux
    1.11  }
    1.12  
     2.1 --- a/partclone/receipt	Tue Oct 30 16:36:41 2018 +0100
     2.2 +++ b/partclone/receipt	Tue Oct 30 16:47:02 2018 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="partclone"
     2.7 -VERSION="0.2.49"
     2.8 +VERSION="0.2.70"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Utilities to smartly backup partitions."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -12,7 +12,7 @@
    2.13  TAGS="backup"
    2.14  
    2.15  DEPENDS="ncursesw ntfs-3g e2fsprogs"
    2.16 -BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \
    2.17 +BUILD_DEPENDS="util-linux-blkid-dev util-linux-uuid-dev libxslt e2fsprogs-dev \
    2.18   ncursesw-dev ntfsprogs-dev ntfs-3g-dev docbook-xsl"
    2.19  
    2.20  # Rules to configure and make the package.