wok-6.x diff oxygen-icons/receipt @ rev 23462
updated pymux (0.6 -> 0.14)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 04 17:32:52 2020 +0100 (2020-04-04) |
parents | 40fab26c175d |
children | 7c0170dd3ecc |
line diff
1.1 --- a/oxygen-icons/receipt Mon May 09 21:59:10 2016 +0300 1.2 +++ b/oxygen-icons/receipt Sat Apr 04 17:32:52 2020 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="oxygen-icons" 1.7 -VERSION="4.4.2" 1.8 +VERSION="5.68.0" 1.9 CATEGORY="customization" 1.10 -SHORT_DESC="Oxygen icon theme" 1.11 +SHORT_DESC="Oxygen icon theme." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="LGPL3" 1.14 -WEB_SITE="http://www.kde.org/" 1.15 -TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.16 -WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/$PACKAGE/$TARBALL" 1.17 +WEB_SITE="https://kde.org/" 1.18 + 1.19 +TARBALL="${PACKAGE}-${VERSION}.tar.xz" 1.20 +WGET_URL="https://download.kde.org/stable/frameworks/${VERSION%.*}/${PACKAGE}${VERSION%.*.*}-$VERSION.tar.xz" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/share/icons/oxygen 1.26 - for size in 16 22 32 48; do 1.27 - cp -a $src/${size}x$size $fs/usr/share/icons/oxygen 1.28 - done 1.29 - cp -a $src/index.theme $fs/usr/share/icons/oxygen 1.30 + 1.31 + for size in 16 22 32 48 1.32 + do 1.33 + cp -a $src/${size}x$size $fs/usr/share/icons/oxygen 1.34 + done 1.35 + cp -a $src/index.theme $fs/usr/share/icons/oxygen 1.36 } 1.37 1.38 qtfix="usr/share/icons/hicolor/index.theme"