wok-next annotate faience-icon-theme/receipt @ rev 21426

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents 0cbe4b1f2230
children
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@19841 2
al@19841 3 PACKAGE="faience-icon-theme"
al@19841 4 VERSION="0.5.1"
al@19841 5 CATEGORY="customization"
al@19841 6 SHORT_DESC="Icon theme based on Faenza"
al@19841 7 MAINTAINER="al.bobylev@gmail.com"
al@19841 8 LICENSE="GPL3"
al@21020 9 WEB_SITE="https://www.deviantart.com/tiheum/art/Faience-icon-theme-255099649"
al@21057 10 HOST_ARCH="any"
al@19841 11
al@19841 12 TARBALL="${PACKAGE}_$VERSION.tar.gz"
al@19841 13 WGET_URL="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/$PACKAGE/$TARBALL"
al@19841 14
al@21111 15 DEPENDS="faenza-icon-theme"
al@21111 16
al@21020 17 compile_rules() {
al@19841 18 mkdir -p $install/usr/share/icons
al@19841 19 cp -r Faience* $install/usr/share/icons
al@19841 20 find $install -name '*.theme' -exec chmod 0644 '{}' \;
al@21111 21 fix symlinks # remove './' from symlinks start; some 'dropboxstatus-x.png' missed
al@19841 22 }