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

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
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 }