wok-next view faience-icon-theme/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 0cbe4b1f2230
children
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://www.deviantart.com/tiheum/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 DEPENDS="faenza-icon-theme"
17 compile_rules() {
18 mkdir -p $install/usr/share/icons
19 cp -r Faience* $install/usr/share/icons
20 find $install -name '*.theme' -exec chmod 0644 '{}' \;
21 fix symlinks # remove './' from symlinks start; some 'dropboxstatus-x.png' missed
22 }