wok rev 24318
updated adwaita-icon-theme (3.34.3 -> 41.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jan 25 14:40:52 2022 +0100 (2022-01-25) |
parents | aeb61b86398a |
children | 7cfc423aaa00 |
files | adwaita-icon-theme/description.txt adwaita-icon-theme/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/adwaita-icon-theme/description.txt Tue Jan 25 14:40:52 2022 +0100 1.3 @@ -0,0 +1,3 @@ 1.4 +This package contains the default icon theme used by the GNOME desktop. 1.5 +The icons are used in many of the official GNOME applications like eog, 1.6 +Evince, system monitor, and many more.
2.1 --- a/adwaita-icon-theme/receipt Tue Jan 25 13:50:24 2022 +0100 2.2 +++ b/adwaita-icon-theme/receipt Tue Jan 25 14:40:52 2022 +0100 2.3 @@ -1,8 +1,8 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="adwaita-icon-theme" 2.7 -VERSION="3.34.3" 2.8 -SERIES="${VERSION%.*}" # first two numbers from version 2.9 +VERSION="41.0" 2.10 +SERIES="${VERSION%%.*}" # first two numbers from version 2.11 CATEGORY="customization" 2.12 SHORT_DESC="A collection of icons used at the basis for GNOME themes." 2.13 MAINTAINER="al.bobylev@gmail.com" 2.14 @@ -34,6 +34,6 @@ 2.15 # Rules to gen a SliTaz package suitable for Tazpkg. 2.16 genpkg_rules() 2.17 { 2.18 - cp -a $install/* $fs 2.19 - rm -r $fs/usr/share/pkgconfig 2.20 + cp -a $install/* $fs 2.21 + rm -r $fs/usr/share/pkgconfig 2.22 }