wok-next diff faience-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
children c4e53a39395a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/faience-icon-theme/receipt	Thu Aug 17 16:45:06 2017 +0300
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="faience-icon-theme"
     1.7 +VERSION="0.5.1"
     1.8 +CATEGORY="customization"
     1.9 +SHORT_DESC="Icon theme based on Faenza"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.16 +WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	mkdir -p $install/usr/share/icons
    1.22 +	cp -r Faience* $install/usr/share/icons
    1.23 +	find $install -name '*.theme' -exec chmod 0644 '{}' \;
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	cp -a $install/* $fs
    1.30 +	DEPENDS="faenza-icon-theme"
    1.31 +}