
Receipt for package "gtk-theme-bluebird"
# SliTaz package receipt. PACKAGE="gtk-theme-bluebird" VERSION="1.3" CATEGORY="customization" SHORT_DESC="A 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/Bluebird" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/shimmerproject/Bluebird/archive/v$VERSION.tar.gz" DEPENDS="gtk2-engine-murrine" HOST_ARCH="any" # 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 dos2unix $src/gtk-2.0/bars.rc dos2unix $src/gtk-2.0/gtkrc } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { T='/usr/share/themes/Bluebird' mkdir -p $fs/$T cp -a $src/gtk-2.0 $fs/$T cp -a $src/gtk-3.0 $fs/$T }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)