wok diff adwaita-icon-theme/receipt @ rev 24568
sokojs: add shrink.sh (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 26 16:37:15 2022 +0000 (2022-02-26) |
parents | 6831608a1b2a |
children | a66f312c374b |
line diff
1.1 --- a/adwaita-icon-theme/receipt Tue Sep 28 17:26:43 2021 +0000 1.2 +++ b/adwaita-icon-theme/receipt Sat Feb 26 16:37:15 2022 +0000 1.3 @@ -1,8 +1,8 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="adwaita-icon-theme" 1.7 -VERSION="3.34.3" 1.8 -SERIES="${VERSION%.*}" # first two numbers from version 1.9 +VERSION="41.0" 1.10 +SERIES="${VERSION%%.*}" # 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 MAINTAINER="al.bobylev@gmail.com" 1.14 @@ -34,6 +34,6 @@ 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 - cp -a $install/* $fs 1.19 - rm -r $fs/usr/share/pkgconfig 1.20 + cp -a $install/* $fs 1.21 + rm -r $fs/usr/share/pkgconfig 1.22 }