wok rev 23270

updated oxygen-icons (4.4.2 -> 5.68.0)
author Hans-G?nter Theisgen
date Sat Mar 28 13:40:00 2020 +0100 (2020-03-28)
parents 6c19de92f594
children 5b8b2ad6bf5e
files oxygen-icons/receipt
line diff
     1.1 --- a/oxygen-icons/receipt	Sat Mar 28 12:49:07 2020 +0100
     1.2 +++ b/oxygen-icons/receipt	Sat Mar 28 13:40:00 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"