
Receipt for package "shiki-colors"
# SliTaz package receipt. PACKAGE="shiki-colors" VERSION="4.6_8689d1d" CATEGORY="misc" SHORT_DESC="Multi-colored suite of Clearlooks 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="gtk-clearlooks" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - $WEB_SITE/commits/master 2>/dev/null | \ sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # 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" mkdir -p $j cp -a $src/$PACKAGE/Shiki-$i/gtk-2.0 $j done find $install -type f -exec chmod 644 \{\} \; } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)