wok-next annotate 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
rev   line source
al@20473 1 # SliTaz package receipt v2.
al@19083 2
al@19083 3 PACKAGE="gtk-theme-orion"
al@19083 4 VERSION="1.5"
al@19126 5 CATEGORY="customization"
al@19083 6 SHORT_DESC="Orion is GTK+2 and GTK+3 theme from the Shimmer Project"
al@19083 7 MAINTAINER="al.bobylev@gmail.com"
al@19083 8 LICENSE="GPL2 CC-BY-SA-3"
al@20663 9 WEB_SITE="https://github.com/shimmerproject/Orion"
al@20473 10
al@19083 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19083 12 WGET_URL="https://github.com/shimmerproject/Orion/archive/v$VERSION.tar.gz"
al@19083 13
al@20473 14 compile_rules() {
al@19083 15 T='/usr/share/themes/Orion'
al@20473 16 mkdir -p $install/$T
al@19083 17 cp -a \
al@19083 18 $src/gtk-2.0 \
al@19083 19 $src/gtk-3.0 \
al@19083 20 $src/index.theme \
al@20473 21 $install/$T
al@19083 22 }
al@20473 23
al@20473 24 genpkg_rules() {
al@20473 25 copy @std
al@20473 26 DEPENDS="gtk2-engine-murrine"
al@20473 27 }