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

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents
children f463de72afe3
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 cook_copy_folders icons themes
29 cook_copy_files *.so
30 }