wok view gtk-theme-bluebird/receipt @ rev 22901

updated gtk-theme-bluebird (1.2 -> 1.3)
author Hans-G?nter Theisgen
date Sun Feb 23 15:34:31 2020 +0100 (2020-02-23)
parents e3f377fbc5f0
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-bluebird"
4 VERSION="1.3"
5 CATEGORY="customization"
6 SHORT_DESC="A GTK+2 and GTK+3 theme from the Shimmer Project."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2 CC-BY-SA-3"
9 WEB_SITE="https://github.com/shimmerproject/Bluebird"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/shimmerproject/Bluebird/archive/v$VERSION.tar.gz"
14 DEPENDS="gtk2-engine-murrine"
16 HOST_ARCH="any"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 patch -p1 -i $stuff/define-sizes.patch
23 dos2unix $src/gtk-2.0/bars.rc
24 dos2unix $src/gtk-2.0/gtkrc
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 T='/usr/share/themes/Bluebird'
31 mkdir -p $fs/$T
33 cp -a $src/gtk-2.0 $fs/$T
34 cp -a $src/gtk-3.0 $fs/$T
35 }