wok-next annotate 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
rev   line source
al@19691 1 # SliTaz package receipt.
al@19691 2
al@19691 3 PACKAGE="gnome-themes-standard"
al@19691 4 VERSION="3.20.2"
al@19691 5 CATEGORY="customization"
al@19691 6 SHORT_DESC="Various components of the default GNOME theme"
al@19691 7 MAINTAINER="al.bobylev@gmail.com"
al@19691 8 LICENSE="LGPL2.1"
al@19691 9 WEB_SITE="https://github.com/GNOME/gnome-themes-standard"
al@19691 10
al@19691 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
al@19691 13
al@19691 14 DEPENDS="gtk+"
al@19691 15 BUILD_DEPENDS="automake glib-dev intltool gtk+3-dev librsvg-dev gtk+-dev"
al@19691 16
al@19691 17 # Rules to configure and make the package.
al@19691 18 compile_rules()
al@19691 19 {
al@19691 20 while read i; do patch -p1 -i $stuff/patches/$i; done < $stuff/patches/series
al@19691 21
al@19691 22 ./configure $CONFIGURE_ARGS && make && make install
al@19691 23 }
al@19691 24
al@19691 25 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19691 26 genpkg_rules()
al@19691 27 {
al@19783 28 copy icons/ themes/ *.so
al@19691 29 }