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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
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 }