wok-next diff elementary-icon-theme/receipt @ rev 19841

Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 17 16:45:06 2017 +0300 (2017-08-17)
parents 6c02c6c86fce
children d43bf7aae921
line diff
     1.1 --- a/elementary-icon-theme/receipt	Sat Feb 04 16:26:28 2017 +0200
     1.2 +++ b/elementary-icon-theme/receipt	Thu Aug 17 16:45:06 2017 +0300
     1.3 @@ -1,27 +1,33 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="elementary-icon-theme"
     1.8 -VERSION="4.0.2"
     1.9 +VERSION="4.2.0"
    1.10  CATEGORY="customization"
    1.11  SHORT_DESC="Smooth modern theme designed to be intuitive"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="GPL3"
    1.14 -WEB_SITE="https://launchpad.net/elementaryicons"
    1.15 +WEB_SITE="https://github.com/elementary/icons"
    1.16  
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.21  
    1.22  #BUILD_DEPENDS="wget cacerts"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	mkdir -p $install/usr/share/icons/elementary
    1.28 -	cp -a $src/* $install/usr/share/icons/elementary
    1.29 +	icodir=$install/usr/share/icons/elementary
    1.30 +	mkdir -p $icodir
    1.31 +	cp -r $src/* $icodir
    1.32 +
    1.33 +	docdir=$install/usr/share/doc/$PACKAGE-$VERSION
    1.34 +	mkdir -p $docdir
    1.35 +	cd $icodir
    1.36 +	mv AUTHORS *.md CONTRIBUTORS COPYING *.gpl pre-commit $docdir
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42 -	cp -a $install/* $fs
    1.43 +	copy @std
    1.44  }