wok diff adwaita-icon-theme/receipt @ rev 23361
updated perl-locale-gettext (1.05 -> 1.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 10:54:06 2020 +0100 (2020-03-31) |
parents | 40fab26c175d |
children | 6831608a1b2a |
line diff
1.1 --- a/adwaita-icon-theme/receipt Mon May 09 21:59:10 2016 +0300 1.2 +++ b/adwaita-icon-theme/receipt Tue Mar 31 10:54:06 2020 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="adwaita-icon-theme" 1.7 -VERSION="3.20" 1.8 -SERIES="3.20" # first two numbers from version 1.9 +VERSION="3.34.3" 1.10 +SERIES="3.34" # first two numbers from version 1.11 CATEGORY="customization" 1.12 -SHORT_DESC="A collection of icons used at the basis for GNOME themes" 1.13 +SHORT_DESC="A collection of icons used at the basis for GNOME themes." 1.14 MAINTAINER="al.bobylev@gmail.com" 1.15 LICENSE="LGPL3 CC-BY-SA-3" 1.16 WEB_SITE="https://github.com/GNOME/adwaita-icon-theme" 1.17 + 1.18 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.19 WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 1.20 1.21 @@ -17,10 +18,11 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - ./configure \ 1.26 - --prefix=/usr \ 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 $CONFIGURE_ARGS && 1.30 - make && make install 1.31 + make && 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.