wok-next annotate mate-themes/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 9102678083fb
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@18500 2
yuripourre@18500 3 PACKAGE="mate-themes"
al@20938 4 VERSION="3.22.18"
al@19126 5 CATEGORY="customization"
al@20096 6 SHORT_DESC="Official themes for the MATE desktop"
yuripourre@18500 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="LGPL2.1"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-themes"
al@20096 10
yuripourre@18500 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/mate-themes/archive/v$VERSION.tar.gz"
yuripourre@18500 13
al@21017 14 BUILD_DEPENDS="mate-common gtk2-dev"
yuripourre@18500 15
al@20096 16 compile_rules() {
al@20096 17 ./autogen.sh \
yuripourre@18500 18 $CONFIGURE_ARGS &&
yuripourre@18500 19 make &&
al@20096 20 make install || return 1
al@20096 21
al@20096 22 # remove empty folder structure
al@20534 23 rm -r $install/usr/share/locale/
yuripourre@18500 24 }
yuripourre@18500 25
al@20096 26 genpkg_rules() {
al@20096 27 copy @std
al@21017 28 SUGGESTED="gtk2-engine-murrine gtk3"
al@20938 29 TAGS="MATE"
yuripourre@18500 30 }