wok-next diff faenza-icon-theme/receipt @ rev 19681
Up cookutils, cups, fontconfig, gtk+, ijs, paper-icon-theme, poppler, qpdf.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 07 17:30:10 2017 +0300 (2017-04-07) |
parents | e49a74e005e1 |
children | 802ae6f847e2 |
line diff
1.1 --- a/faenza-icon-theme/receipt Sat Jan 21 11:36:06 2017 +0200 1.2 +++ b/faenza-icon-theme/receipt Fri Apr 07 17:30:10 2017 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="faenza-icon-theme" 1.7 -VERSION="1.3" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="customization" 1.10 SHORT_DESC="Faenza icon theme" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -9,18 +9,14 @@ 1.13 WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" 1.14 HOST_ARCH="any" 1.15 1.16 -TARBALL="${PACKAGE}_$VERSION.zip" 1.17 -WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL" 1.18 +TARBALL="${PACKAGE}_$VERSION.tar.gz" 1.19 +WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 mkdir -p $install/usr/share/icons 1.25 - cd $install/usr/share/icons 1.26 - tar xf $src/Faenza.tar.gz 1.27 - tar xf $src/Faenza-Dark.tar.gz 1.28 - tar xf $src/Faenza-Darkest.tar.gz 1.29 - tar xf $src/Faenza-Darker.tar.gz 1.30 + cp -a Faenza* $install/usr/share/icons 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 @@ -29,27 +25,11 @@ 1.35 cp -a $install/* $fs 1.36 # remove big sizes and scalable 1.37 rm -rf $(find $fs -type d -regex '.*/\(64\|96\|scalable\)') 1.38 - # remove emblems and extras 1.39 - rm -rf $(find $fs -type d -regex '.*/\(emblems\|extras\)') 1.40 + # remove extras 1.41 + rm -rf $(find $fs -type d -regex '.*/extras') 1.42 # sed -i '/Directories=/ s/\(.+\)\(,actions\/64.*\)/\1/' Faenza/index.theme 1.43 1.44 for name in Faenza Faenza-Dark Faenza-Darkest Faenza-Darker; do 1.45 cp -f $stuff/${name}-index.theme $fs/usr/share/icons/${name}/index.theme 1.46 done 1.47 } 1.48 - 1.49 -qtfix='/usr/share/icons/hicolor/index.theme' 1.50 - 1.51 -post_install() 1.52 -{ 1.53 - [ -s "$1$qtfix" ] && 1.54 - sed '/Inherits=/ s|=.*$|=Faenza|' -i "$1$qtfix" 1.55 - : 1.56 -} 1.57 - 1.58 -pre_remove() 1.59 -{ 1.60 - [ -s "$1$qtfix" ] && 1.61 - sed '/Inherits=/ s|=.*$|=SliTaz-Faenza|' -i "$1$qtfix" 1.62 - : 1.63 -}