wok-next annotate slitaz-icons-paper/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 1a7f0416f9b1
children e44a1a92452b
rev   line source
al@19480 1 # SliTaz package receipt.
al@19480 2
al@19480 3 PACKAGE="slitaz-icons-paper"
al@19841 4 VERSION="1.4.0.28"
al@19480 5 CATEGORY="customization"
al@19480 6 SHORT_DESC="SliTaz icon set based on the Paper icons"
al@19480 7 MAINTAINER="al.bobylev@gmail.com"
al@19480 8 LICENSE="CC-BY-SA-4"
al@19480 9 WEB_SITE="http://www.slitaz.org/"
al@19480 10
al@19841 11 BUILD_DEPENDS="paper-icon-theme make-slitaz-icons"
al@19480 12
al@19841 13 # Rules to compile and make the package.
al@19480 14 compile_rules() {
al@19480 15 mksit.sh \
al@19841 16 -f /usr/share/icons/Paper \
al@19841 17 -t $install/usr/share/icons/SliTaz-Paper \
al@19841 18 -opmax
al@19480 19 }
al@19480 20
al@19480 21 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19480 22 genpkg_rules()
al@19480 23 {
al@19841 24 cp -r $install/* $fs
al@19480 25 }