wok-next view oxygen-icons/receipt @ rev 21332

updated libvirt (4.3.0 -> 5.10.0)
author Hans-G?nter Theisgen
date Thu Dec 12 17:26:25 2019 +0100 (2019-12-12)
parents 0709fcf9b0d7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="oxygen-icons"
4 VERSION="4.8.3"
5 CATEGORY="customization"
6 SHORT_DESC="Oxygen icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://www.kde.org/"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.xz"
12 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/oxygen-icons/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/icons/oxygen
16 for size in 16 22 48; do
17 cp -a $src/${size}x$size $install/usr/share/icons/oxygen
18 done
19 cp -a $src/index.theme $install/usr/share/icons/oxygen
20 }
22 genpkg_rules() {
23 copy @std
24 }