wok-next view suru-icon-theme/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="suru-icon-theme"
4 VERSION="git20180831"
5 COMMIT="172098e"
6 CATEGORY="customization"
7 SHORT_DESC="Suru icon theme & cursors"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="CCBYSA GPL3"
10 WEB_SITE="https://snwh.org/suru"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/snwh/suru-icon-theme/archive/$COMMIT.tar.gz"
15 BUILD_DEPENDS="meson ninja symlinks"
16 SPLIT="$PACKAGE-2x $PACKAGE"
18 compile_rules() {
19 mkdir build
20 cd build
22 meson-wrapper &&
23 ninja &&
24 ninja install || return 1
26 # Reduce installed size (44.3M -> 27.8M) and package size (6.3M -> 5.9M)
27 # using symlinks for repeated icons
28 $stuff/repeats2symlinks $install
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 *-2x)
34 copy *@2x/
35 CAT="customization|double density icons"
36 DEPENDS="suru-icon-theme"
37 ;;
38 *)
39 copy @std @rm
40 ;;
41 esac
42 }