wok annotate hicolor-icon-theme/receipt @ rev 21806

Up vlc (3.0.6) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 19:53:59 2019 +0200 (2019-08-15)
parents e3f377fbc5f0
children 3cdc90c472a2
rev   line source
pankso@385 1 # SliTaz package receipt.
pankso@385 2
pankso@385 3 PACKAGE="hicolor-icon-theme"
Hans-G?nter@21035 4 VERSION="0.17"
pascal@745 5 CATEGORY="misc"
pankso@385 6 SHORT_DESC="Icon theme that all icon themes automatically inherit from."
pankso@385 7 MAINTAINER="pankso@slitaz.org"
pascal@15600 8 LICENSE="GPL2"
pascal@20673 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/icon-theme/"
Hans-G?nter@21035 10
Hans-G?nter@21035 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21035 12 WGET_URL="https://icon-theme.freedesktop.org/releases/$TARBALL"
Hans-G?nter@21035 13
pankso@16247 14 HOST_ARCH="i486 arm"
pankso@385 15
pankso@385 16 # Rules to configure and make the package.
pankso@385 17 compile_rules()
pankso@385 18 {
pankso@16247 19 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21035 20 make -j 1 &&
Hans-G?nter@21035 21 make DESTDIR=$DESTDIR install
pankso@385 22 }
pankso@385 23
pankso@385 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 25 genpkg_rules()
pankso@385 26 {
pankso@385 27 mkdir -p $fs/usr/share/icons/hicolor
Hans-G?nter@21035 28
Hans-G?nter@21035 29 cp $install/usr/share/icons/hicolor/index.theme \
Hans-G?nter@21035 30 $fs/usr/share/icons/hicolor
Hans-G?nter@21035 31 cp -a $install/usr/share/icons/hicolor/24x24 \
Hans-G?nter@21035 32 $fs/usr/share/icons/hicolor
Hans-G?nter@21035 33
psychomaniak@16930 34 sed -i 5i\ 'Inherits=SliTaz' $fs/usr/share/icons/hicolor/index.theme
pankso@385 35 }