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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 65c0fe17f3b9
children 9102678083fb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-themes"
4 VERSION="3.22.14"
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 }