wok-next view mate-themes/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 9102678083fb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-themes"
4 VERSION="3.22.18"
5 CATEGORY="customization"
6 SHORT_DESC="Official themes for the MATE desktop"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/mate-desktop/mate-themes"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/mate-desktop/mate-themes/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="mate-common gtk2-dev"
16 compile_rules() {
17 ./autogen.sh \
18 $CONFIGURE_ARGS &&
19 make &&
20 make install || return 1
22 # remove empty folder structure
23 rm -r $install/usr/share/locale/
24 }
26 genpkg_rules() {
27 copy @std
28 SUGGESTED="gtk2-engine-murrine gtk3"
29 TAGS="MATE"
30 }