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

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents c9a7a7b42a86
children
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-extra"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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 gtk3-dev librsvg-dev gtk2-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="gtk2"
28 }