wok-next annotate gnome-themes-standard/receipt @ rev 21427

updated qt4 (4.8.6 -> 4.8.7)
author Hans-G?nter Theisgen
date Tue May 05 08:11:24 2020 +0100 (2020-05-05)
parents c9a7a7b42a86
children
rev   line source
al@20573 1 # SliTaz package receipt v2.
al@19691 2
al@19691 3 PACKAGE="gnome-themes-standard"
al@20573 4 VERSION="3.22.3"
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@20972 9 WEB_SITE="https://github.com/GNOME/gnome-themes-extra"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/gnome-themes-standard.html"
al@19691 11
al@19691 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
al@19691 14
al@21017 15 BUILD_DEPENDS="automake glib-dev intltool gtk3-dev librsvg-dev gtk2-dev"
al@19691 16
al@20573 17 compile_rules() {
al@20629 18 aclocal
al@20573 19 ./configure $CONFIGURE_ARGS &&
al@20573 20 fix libtool &&
al@20573 21 make &&
al@20573 22 make install
al@19691 23 }
al@19691 24
al@20573 25 genpkg_rules() {
al@20573 26 copy @std
al@21017 27 DEPENDS="gtk2"
al@19691 28 }