wok-next view fusion-icon/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
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fusion-icon"
4 VERSION="0.2.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz tray (indicator) icon"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/fusion-icon"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
13 WGET_URL="https://gitlab.com/compiz/fusion-icon/-/archive/v$VERSION/$TARBALL"
15 BUILD_DEPENDS="python"
17 DEPENDS_std="python"
19 TAGS="compiz"
21 compile_rules() {
22 python -B setup.py install --root=$install || return 1
24 chmod g-w \
25 $install/usr/share/icons/hicolor/scalable/apps/fusion-icon.svg \
26 $install/usr/share/metainfo/fusion-icon.appdata.xml # 664 -> 644
27 }
29 genpkg_rules() {
30 copy @std 22x22/ 24x24/ 32x32/ # copy 22, 24, 32 icons for tray
31 DEPENDS="$DEPENDS_std"
32 }