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

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
parents b3372388a986
children 757d032c55c7
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 --sysconfdir=/etc \
20 --localstatedir=/var \
21 \
22 --enable-icon-mapping \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install || return 1
27 # remove empty folder structure
28 rm -r $install/usr/share/locale
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 mate-icon-theme)
34 copy mate/
35 ;;
36 *-menta)
37 copy menta/
38 DEPENDS="mate-icon-theme"
39 CAT="customization|Menta theme"
40 ;;
41 esac
42 TAGS="MATE"
43 }