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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents d6378d455338
children d5aab818505e
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="https://github.com/shimmerproject/Orion"
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 }