wok diff httpfs-fuse-static/receipt @ rev 19479

paper-icon-theme: update from git, make package a way smaller (remove HiDPI icons and shrink svg icons)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 01 04:02:18 2016 +0200 (2016-11-01)
parents 21f4cf58cc83
children 7dd01dedad38
line diff
     1.1 --- a/httpfs-fuse-static/receipt	Sun Jun 26 12:11:14 2016 +0200
     1.2 +++ b/httpfs-fuse-static/receipt	Tue Nov 01 04:02:18 2016 +0200
     1.3 @@ -10,13 +10,9 @@
     1.4  WANTED="httpfs-fuse"
     1.5  TAGS="filesystem"
     1.6  
     1.7 -BUILD_DEPENDS="upx"
     1.8 -
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12  	mkdir -p $fs/usr
    1.13  	cp -a $WOK/$WANTED/install/usr/share $fs/usr
    1.14 -	cp -a $src/static_uclibc/fusermount $fs/usr/share/boot/fusermount-static
    1.15 -	upx -d $fs/usr/share/boot/fusermount-static
    1.16  }