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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }