SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mist-icon-theme"

# SliTaz package receipt.

PACKAGE="mist-icon-theme"
VERSION="1-X"
CATEGORY="customization"
SHORT_DESC="Classic light-blue variation of the GNOME icon theme"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="LGPL"
WEB_SITE="https://xfce-look.org/content/show.php/Mist?content=148172"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL"

DEPENDS="gnome-icon-theme"
BUILD_DEPENDS="wget"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    iconpath=usr/share/icons/mist
    mkdir -p $fs/$iconpath
    cp -a $src/* $fs/$iconpath
    rm -rf $fs/$iconpath/256x256
}

qtfix="usr/share/icons/hicolor/index.theme"

post_install()
{
    sed '/Inherits=/s|=.*$|=mist|' -i "$1/$qtfix"
}

pre_remove()
{
    sed '/Inherits=/s|=.*$|=SliTaz|' -i "$1/$qtfix"
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)