SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gtk-theme-arc"

# SliTaz package receipt.

PACKAGE="gtk-theme-arc"
VERSION="20170302"
CATEGORY="customization"
SHORT_DESC="A flat theme with transparent elements."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL3"
WEB_SITE="https://github.com/horst3180/arc-theme"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"

DEPENDS="gtk2-engine-murrine"
BUILD_DEPENDS="autoconf automake gtk+3-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh            \
        --prefix=/usr        \
        --disable-cinnamon    \
        --disable-gnome-shell    \
        --disable-unity &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/*    $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)