# HG changeset patch # User Hans-G?nter Theisgen # Date 1643118052 -3600 # Node ID a273d5a1ae507063918d83bc51ee9f7aa823cb7f # Parent aeb61b86398a0b7883addcf216fe7a6502b99036 updated adwaita-icon-theme (3.34.3 -> 41.0) diff -r aeb61b86398a -r a273d5a1ae50 adwaita-icon-theme/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/adwaita-icon-theme/description.txt Tue Jan 25 14:40:52 2022 +0100 @@ -0,0 +1,3 @@ +This package contains the default icon theme used by the GNOME desktop. +The icons are used in many of the official GNOME applications like eog, +Evince, system monitor, and many more. diff -r aeb61b86398a -r a273d5a1ae50 adwaita-icon-theme/receipt --- a/adwaita-icon-theme/receipt Tue Jan 25 13:50:24 2022 +0100 +++ b/adwaita-icon-theme/receipt Tue Jan 25 14:40:52 2022 +0100 @@ -1,8 +1,8 @@ # SliTaz package receipt. PACKAGE="adwaita-icon-theme" -VERSION="3.34.3" -SERIES="${VERSION%.*}" # first two numbers from version +VERSION="41.0" +SERIES="${VERSION%%.*}" # first two numbers from version CATEGORY="customization" SHORT_DESC="A collection of icons used at the basis for GNOME themes." MAINTAINER="al.bobylev@gmail.com" @@ -34,6 +34,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs - rm -r $fs/usr/share/pkgconfig + cp -a $install/* $fs + rm -r $fs/usr/share/pkgconfig }