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

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
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 }