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

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 887b3b11683d
children e3f377fbc5f0
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-bluebird"
4 VERSION="1.2"
5 CATEGORY="customization"
6 SHORT_DESC="Bluebird is 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="http://shimmerproject.org/our-projects/bluebird/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/shimmerproject/Bluebird/archive/v$VERSION.tar.gz"
12 HOST_ARCH="any"
14 DEPENDS="gtk2-engine-murrine"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch -p1 -i $stuff/define-sizes.patch
20 dos2unix $src/gtk-2.0/bars.rc
21 dos2unix $src/gtk-2.0/gtkrc
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 T='/usr/share/themes/Bluebird'
28 mkdir -p $fs/$T
29 cp -a \
30 $src/gtk-2.0 \
31 $src/gtk-3.0 \
32 $fs/$T
33 }