# HG changeset patch # User Hans-G?nter Theisgen # Date 1577464182 -3600 # Node ID 4945e60887991485e803680f54878fe3c6dd02a1 # Parent e45302e3b0d0a37b0be4ce63022a58d5e4505ba8 updated adwaita-icon-theme (3.20 -> 3.34.3) diff -r e45302e3b0d0 -r 4945e6088799 adwaita-icon-theme/receipt --- a/adwaita-icon-theme/receipt Fri Dec 27 17:19:30 2019 +0100 +++ b/adwaita-icon-theme/receipt Fri Dec 27 17:29:42 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="adwaita-icon-theme" -VERSION="3.20" -SERIES="3.20" # first two numbers from version +VERSION="3.34.3" +SERIES="3.34" # first two numbers from version CATEGORY="customization" -SHORT_DESC="A collection of icons used at the basis for GNOME themes" +SHORT_DESC="A collection of icons used at the basis for GNOME themes." MAINTAINER="al.bobylev@gmail.com" LICENSE="LGPL3 CC-BY-SA-3" WEB_SITE="https://github.com/GNOME/adwaita-icon-theme" + TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" @@ -17,10 +18,11 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ + ./configure \ + --prefix=/usr \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.