SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "murrine-svn-themes"

# SliTaz package receipt.

PACKAGE="murrine-svn-themes"
VERSION="0.6.2"
CATEGORY="customization"
SHORT_DESC="Some murrine themes"
MAINTAINER="jozee@slitaz.org"
LICENSE="LGPL3"
WEB_SITE="https://web.archive.org/web/20110726111048/http://www.cimitan.com/murrine/"
HOST_ARCH="any"

DEPENDS="gtk2-engine-murrine"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/themes
    tar -xzf stuff/murrine-themes.tar.gz -C $fs/usr/share/themes

    # Fix warnings:
    # .../gtkrx:*: Murrine configuration option "*" in no longer supported and
    # will be ignored.
    IFS=$'\n' # care about filenames with spaces
    for gtkrc in $(find $fs/usr/share/themes -name gtkrc); do
        sed -i 's|^[ \t]*gradients|#\0|' "$gtkrc"
        sed -i 's|^[ \t]*scrollbar_color|#\0|' "$gtkrc"
    done
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)