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

Fix "No icons" in some Qt4 apps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jul 19 18:22:43 2014 +0200 (2014-07-19)
parents eaed0faf063c
children e3f377fbc5f0
rev   line source
pankso@385 1 # SliTaz package receipt.
pankso@385 2
pankso@385 3 PACKAGE="hicolor-icon-theme"
slaxemulator@6264 4 VERSION="0.12"
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"
pankso@385 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@385 10 WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme"
pankso@385 11 WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL"
pankso@16247 12 HOST_ARCH="i486 arm"
pankso@385 13
pankso@385 14 # Rules to configure and make the package.
pankso@385 15 compile_rules()
pankso@385 16 {
pankso@16247 17 ./configure $CONFIGURE_ARGS &&
pankso@16247 18 make && make DESTDIR=$DESTDIR install
pankso@385 19 }
pankso@385 20
pankso@385 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@385 22 genpkg_rules()
pankso@385 23 {
pankso@385 24 mkdir -p $fs/usr/share/icons/hicolor
pascal@15600 25 cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor
pascal@15600 26 cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor
psychomaniak@16930 27 sed -i 5i\ 'Inherits=SliTaz' $fs/usr/share/icons/hicolor/index.theme
pankso@385 28 }