wok view mate-themes/receipt @ rev 21015

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Sun Mar 10 08:09:36 2019 +0100 (2019-03-10)
parents ec71ac431585
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-themes"
4 VERSION="1.9.0"
5 CATEGORY="customization"
6 LICENSE="GPL"
7 SHORT_DESC="MATE's default themes."
8 MAINTAINER="yuripourre@gmail.com"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.mate-desktop.org/"
11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
13 DEPENDS="gtk+ gtk-engines gtk2-engine-murrine librsvg mate-icon-theme"
14 BUILD_DEPENDS="autoconf automake gtk+-dev mate-common-dev icon-naming-utils"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./autogen.sh \
20 --prefix=/usr \
21 --enable-all-themes \
22 --disable-placeholders \
23 $CONFIGURE_ARGS &&
24 make &&
25 make DESTDIR=$DESTDIR install
26 }
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr $fs
32 }