SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtk-theme-orion"

# SliTaz package receipt.

PACKAGE="gtk-theme-orion"
VERSION="1.5"
CATEGORY="customization"
SHORT_DESC="Orion 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://shimmerproject.org/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/shimmerproject/Orion/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*}/tags 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/Orion'
    mkdir -p $fs/$T
    cp -a \
        $src/gtk-2.0 \
        $src/gtk-3.0 \
        $src/index.theme \
        $fs/$T
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)