SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "shiki-colors-murrine"

# SliTaz package receipt.

PACKAGE="shiki-colors-murrine"
VERSION="4.6_8689d1d"
CATEGORY="misc"
SHORT_DESC="Multi-colored suite of Murrine themes"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2"
WEB_SITE="https://github.com/gnome-colors/gnome-colors"
TARBALL="gnome-colors-${VERSION#*_}.tar.gz"
WGET_URL="https://github.com/gnome-colors/gnome-colors/archive/${VERSION#*_}.tar.gz"
HOST_ARCH="any"

DEPENDS="gtk2-engine-murrine"
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
}

# Rules to configure and make the package.
compile_rules()
{
    for i in Brave Dust Human Illustrious Noble Wine Wise; do
        j="$install/usr/share/themes/Shiki-$i-murrine"
        mkdir -p $j
        cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j
        sed -i 's|^[ \t]*gradients|#\0|' $j/gtk-2.0/gtkrc
    done

    find $install -type f -exec chmod 644 \{\} \;
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/* $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)