wok rev 19109

Up paper-icon-theme
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 14:29:12 2016 +0300 (2016-05-06)
parents 8c9f4d4c6626
children 3167388ff7d8
files paper-icon-theme/receipt
line diff
     1.1 --- a/paper-icon-theme/receipt	Thu May 05 20:33:38 2016 +0100
     1.2 +++ b/paper-icon-theme/receipt	Fri May 06 14:29:12 2016 +0300
     1.3 @@ -2,13 +2,13 @@
     1.4  
     1.5  PACKAGE="paper-icon-theme"
     1.6  VERSION="1.1"
     1.7 -COMMIT="ae82c98"
     1.8 +COMMIT="7cb5e66"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Simple and modern icon theme with material design influences"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="LGPL3 CC-ASA"
    1.13  WEB_SITE="https://snwh.org/paper/"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +TARBALL="$PACKAGE-$COMMIT.tar.gz"
    1.16  WGET_URL="https://github.com/snwh/paper-icon-theme/archive/$COMMIT.tar.gz"
    1.17  
    1.18  DEPENDS=""
    1.19 @@ -19,6 +19,11 @@
    1.20  {
    1.21  	./autogen.sh &&
    1.22  	make && make install
    1.23 +
    1.24 +	# make the background transparent (fix future export to png problems)
    1.25 +	for svg in $(find $install -type f -name '*.svg'); do
    1.26 +		sed -i "s|pageopacity='1'|pageopacity='0'|" $svg
    1.27 +	done
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.