wok-next annotate mate-backgrounds/receipt @ rev 20938

Update MATE 1.20
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Aug 26 05:08:11 2018 +0300 (2018-08-26)
parents 757d032c55c7
children 86938c337ea6
rev   line source
al@20096 1 # SliTaz package receipt v2.
al@20096 2
al@20096 3 PACKAGE="mate-backgrounds"
al@20938 4 VERSION="1.20.0"
al@20096 5 CATEGORY="meta"
al@20096 6 SHORT_DESC="Set of backgrounds packaged with the MATE desktop"
al@20096 7 MAINTAINER="al.bobylev@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-backgrounds"
al@20096 10
al@20096 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-backgrounds/archive/v$VERSION.tar.gz"
al@20096 13
al@20096 14 BUILD_DEPENDS="mate-common"
al@20096 15 SPLIT="mate-backgrounds-abstract mate-backgrounds-desktop \
al@20096 16 mate-backgrounds-nature"
al@20096 17
al@20096 18 compile_rules() {
al@20096 19 ./autogen.sh \
al@20096 20 $CONFIGURE_ARGS &&
al@20096 21 make &&
al@20096 22 make install
al@20096 23 }
al@20096 24
al@20096 25 genpkg_rules() {
al@20096 26 case $PACKAGE in
al@20096 27 mate-backgrounds)
al@20096 28 DEPENDS="$SPLIT"
al@20096 29 ;;
al@20096 30 *)
al@20096 31 theme="${PACKAGE##*-}"
al@20096 32 copy $theme/ mate-$theme.xml
al@20096 33 CAT="customization|$theme backgrounds"
al@20096 34 ;;
al@20096 35 esac
al@20096 36 TAGS="MATE"
al@20096 37 }