wok-next view mate-icon-theme/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 65c0fe17f3b9
children 9102678083fb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-icon-theme"
4 VERSION="1.18.2"
5 CATEGORY="customization"
6 SHORT_DESC="MATE default icon theme"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="LGPL3 CC-BY-SA-3"
9 WEB_SITE="https://github.com/mate-desktop/mate-icon-theme"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-icon-theme/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common icon-naming-utils"
15 SPLIT="mate-icon-theme-menta"
17 compile_rules() {
18 ./autogen.sh \
19 --enable-icon-mapping \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install || return 1
24 # remove empty folder structure
25 rm -r $install/usr/share/locale
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 mate-icon-theme)
31 copy mate/
32 ;;
33 *-menta)
34 copy menta/
35 DEPENDS="mate-icon-theme"
36 CAT="customization|Menta theme"
37 ;;
38 esac
39 TAGS="MATE"
40 }