SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtk-theme-greybird"

# SliTaz package receipt.

PACKAGE="gtk-theme-greybird"
VERSION="1.6.2"
CATEGORY="customization"
SHORT_DESC="Greybird is GTK+2 and GTK+3 theme from the Shimmer Project"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL2 CC-BY-SA-3"
WEB_SITE="https://github.com/shimmerproject/Greybird"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/shimmerproject/Greybird/archive/v$VERSION.tar.gz"
HOST_ARCH="any"

DEPENDS="gtk2-engine-murrine"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    patch -p1 -i $stuff/define-sizes.patch
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    T='/usr/share/themes/Greybird'
    mkdir -p $fs/$T
    cp -a \
        $src/gtk-2.0 \
        $src/gtk-3.0 \
        $src/xfce-notify-4.0 \
        $src/xfce-notify-4.0_bright \
        $src/index.theme \
        $fs/$T
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)