wok view mate-themes/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 40fab26c175d
children 73f36875e5a7
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 current_version()
17 {
18 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
19 sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
20 }
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 ./autogen.sh \
26 --prefix=/usr \
27 --enable-all-themes \
28 --disable-placeholders \
29 $CONFIGURE_ARGS &&
30 make &&
31 make DESTDIR=$DESTDIR install
32 }
34 genpkg_rules()
35 {
36 mkdir -p $fs/usr
37 cp -a $install/usr $fs
38 }