wok-next view gnome-themes-standard/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 1bb2f73e5e1b
children d3444352a0af
line source
1 # SliTaz package receipt.
3 PACKAGE="gnome-themes-standard"
4 VERSION="3.20.2"
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"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
14 DEPENDS="gtk+"
15 BUILD_DEPENDS="automake glib-dev intltool gtk+3-dev librsvg-dev gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 while read i; do patch -p1 -i $stuff/patches/$i; done < $stuff/patches/series
22 ./configure $CONFIGURE_ARGS && make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy icons/ themes/ *.so
29 }