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