wok-next view gnome-themes-standard/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 d3444352a0af
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-themes-standard"
4 VERSION="3.22.3"
5 CATEGORY="customization"
6 SHORT_DESC="Various components of the default GNOME theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/GNOME/gnome-themes-standard"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/gnome-themes-standard.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
15 BUILD_DEPENDS="automake glib-dev intltool gtk+3-dev librsvg-dev gtk+-dev"
17 compile_rules() {
18 aclocal
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="gtk+"
28 }