wok-next diff elementary-icon-theme/receipt @ rev 20228
update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 06 00:09:37 2017 +0100 (2017-11-06) |
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 Mon Nov 06 00:09:37 2017 +0100 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 }