wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="faience-icon-theme"
4 VERSION="0.5.1"
5 CATEGORY="customization"
6 SHORT_DESC="Icon theme based on Faenza"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
10 HOST_ARCH="any"
12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
13 WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $install/usr/share/icons
19 cp -r Faience* $install/usr/share/icons
20 find $install -name '*.theme' -exec chmod 0644 '{}' \;
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 DEPENDS="faenza-icon-theme"
28 }