wok-next annotate oxygen-icons/receipt @ rev 21627

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