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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }