wok-next view gtk-theme-orion/receipt @ rev 20661

Unification of the patch system
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 21:12:00 2018 +0300 (2018-05-10)
parents e1c0edabdcb2
children 214739968ed7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtk-theme-orion"
4 VERSION="1.5"
5 CATEGORY="customization"
6 SHORT_DESC="Orion 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/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz"
14 compile_rules() {
15 T='/usr/share/themes/Orion'
16 mkdir -p $install/$T
17 cp -a \
18 $src/gtk-2.0 \
19 $src/gtk-3.0 \
20 $src/index.theme \
21 $install/$T
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="gtk2-engine-murrine"
27 }