wok-next view paper-icon-theme/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents d457c4e37c1b
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="paper-icon-theme"
4 VERSION="1.5.0"
5 CATEGORY="customization"
6 SHORT_DESC="Simple and modern icon theme with material design influences"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC-BY-SA-4"
9 WEB_SITE="https://snwh.org/paper"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="https://github.com/snwh/paper-icon-theme/archive/v.$VERSION.tar.gz"
14 TARBALL_SHA1="1a91245113971687a12f8fb2bc2e9ceae1e705f8"
16 BUILD_DEPENDS="meson ninja jdupes"
17 SPLIT="$PACKAGE-huge $PACKAGE-hidpi $PACKAGE"
19 COPY_huge="512x512/"
20 COPY_hidpi="*@2x/"
22 CAT_huge="customization|512x512 px"
23 CAT_hidpi="customization|for HiDPI screens"
25 DEPENDS_huge="$PACKAGE"
26 DEPENDS_hidpi="$PACKAGE"
27 DEPENDS_std=" "
29 compile_rules() {
30 # Lots of files incorrectly have executable permissions.
31 # Remove all such permissions, then restore the few that are correct.
32 busybox find $src -type f -perm +111 ! -name '*.py' -exec chmod a-x '{}' \;
34 mkdir build
35 cd build
37 meson-wrapper &&
38 ninja &&
39 ninja install || return 1
41 jdupes -l -R $install/usr/share/icons/
43 cd $src
44 cook_pick_docs AUTHORS COPYING LICENSE README.md
45 }