wok view gtk-theme-albatross/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents ab91e46d5cbc
children 887b3b11683d
line source
1 # SliTaz package receipt.
3 PACKAGE="gtk-theme-albatross"
4 VERSION="1.7.4"
5 CATEGORY="misc"
6 SHORT_DESC="Albatross 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/albatross/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/shimmerproject/Albatross/archive/v$VERSION.tar.gz"
13 DEPENDS="gtk2-engine-murrine"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 patch -p1 -i $stuff/define-sizes.patch
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 T='/usr/share/themes/Albatross'
25 mkdir -p $fs/$T
26 cp -a \
27 $src/gtk-2.0 \
28 $src/gtk-3.0 \
29 $src/index.theme \
30 $fs/$T
31 }