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

Fix build: xplc, xournal
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 17:58:25 2018 +0300 (2018-06-24)
parents 65c0fe17f3b9
children 9102678083fb
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 --enable-icon-mapping \
yuripourre@16948 20 $CONFIGURE_ARGS &&
yuripourre@16948 21 make &&
al@20096 22 make install || return 1
al@20096 23
al@20096 24 # remove empty folder structure
al@20096 25 rm -r $install/usr/share/locale
yuripourre@16948 26 }
yuripourre@16948 27
al@20096 28 genpkg_rules() {
al@20096 29 case $PACKAGE in
al@20096 30 mate-icon-theme)
al@20096 31 copy mate/
al@20096 32 ;;
al@20096 33 *-menta)
al@20096 34 copy menta/
al@20096 35 DEPENDS="mate-icon-theme"
al@20096 36 CAT="customization|Menta theme"
al@20096 37 ;;
al@20096 38 esac
al@20096 39 TAGS="MATE"
yuripourre@16948 40 }