# HG changeset patch # User Aleksej Bobylev # Date 1462534152 -10800 # Node ID e9d12b123dd112a99eacec4e6ded862d03a724f4 # Parent 8c9f4d4c66263048b02f0518c0a85c37815d14c7 Up paper-icon-theme diff -r 8c9f4d4c6626 -r e9d12b123dd1 paper-icon-theme/receipt --- a/paper-icon-theme/receipt Thu May 05 20:33:38 2016 +0100 +++ b/paper-icon-theme/receipt Fri May 06 14:29:12 2016 +0300 @@ -2,13 +2,13 @@ PACKAGE="paper-icon-theme" VERSION="1.1" -COMMIT="ae82c98" +COMMIT="7cb5e66" CATEGORY="misc" SHORT_DESC="Simple and modern icon theme with material design influences" MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL3 CC-ASA" WEB_SITE="https://snwh.org/paper/" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$COMMIT.tar.gz" WGET_URL="https://github.com/snwh/paper-icon-theme/archive/$COMMIT.tar.gz" DEPENDS="" @@ -19,6 +19,11 @@ { ./autogen.sh && make && make install + + # make the background transparent (fix future export to png problems) + for svg in $(find $install -type f -name '*.svg'); do + sed -i "s|pageopacity='1'|pageopacity='0'|" $svg + done } # Rules to gen a SliTaz package suitable for Tazpkg.