wok-next view fusion-icon/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }