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

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents 757d032c55c7
children f48456621a9d
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 gtk+-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 gtk+3"
29 TAGS="MATE"
30 }