wok-next annotate mate-icon-theme/receipt @ rev 20096

Move existing MATE receipts to mate116/stuff (for those who need to update them to v.1.16 w/GTK+2). Update/add whole MATE desktop to current stable v.1.18.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 17:50:52 2017 +0300 (2017-10-28)
parents b3372388a986
children 757d032c55c7
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16948 2
yuripourre@16948 3 PACKAGE="mate-icon-theme"
al@20096 4 VERSION="1.18.2"
al@19126 5 CATEGORY="customization"
al@20096 6 SHORT_DESC="MATE default icon theme"
yuripourre@16948 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="LGPL3 CC-BY-SA-3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-icon-theme"
al@20096 10
yuripourre@16948 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-icon-theme/archive/v$VERSION.tar.gz"
yuripourre@16948 13
al@20096 14 BUILD_DEPENDS="mate-common icon-naming-utils"
al@20096 15 SPLIT="mate-icon-theme-menta"
al@20096 16
al@20096 17 compile_rules() {
al@20096 18 ./autogen.sh \
al@20096 19 --sysconfdir=/etc \
al@20096 20 --localstatedir=/var \
al@20096 21 \
al@20096 22 --enable-icon-mapping \
yuripourre@16948 23 $CONFIGURE_ARGS &&
yuripourre@16948 24 make &&
al@20096 25 make install || return 1
al@20096 26
al@20096 27 # remove empty folder structure
al@20096 28 rm -r $install/usr/share/locale
yuripourre@16948 29 }
yuripourre@16948 30
al@20096 31 genpkg_rules() {
al@20096 32 case $PACKAGE in
al@20096 33 mate-icon-theme)
al@20096 34 copy mate/
al@20096 35 ;;
al@20096 36 *-menta)
al@20096 37 copy menta/
al@20096 38 DEPENDS="mate-icon-theme"
al@20096 39 CAT="customization|Menta theme"
al@20096 40 ;;
al@20096 41 esac
al@20096 42 TAGS="MATE"
yuripourre@16948 43 }