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

Update libunwind, strace; pcmanfm-qt: update dependencies; shrink icu (less 2MB comparing to the *-full version); add awf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 22 21:52:02 2017 +0200 (2017-11-22)
parents 40fab26c175d
children d5aab818505e
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@16834 9 WEB_SITE="http://www.kde.org/"
al@16834 10
al@20317 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 }