wok-next view slim-theme-robotic/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents 0a411c8beacd
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-robotic"
4 VERSION="1.0-20130609"
5 CATEGORY="customization"
6 SHORT_DESC="Robotic - theme for SLiM"
7 MAINTAINER="holkfoor@gmail.com"
8 LICENSE="CC-BY"
9 WEB_SITE="http://www.slitaz.org/"
11 COOKOPTS="!pngquant"
13 compile_rules() {
14 theme="$install/usr/share/slim/themes/robotic"
15 mkdir -p $theme
16 cp -r $stuff/* $theme
17 }
19 genpkg_rules() {
20 copy @std
21 DEPENDS="slim slitaz-configs-base"
22 }
24 post_install() {
25 chroot "$1/" slim-theme -srobotic
26 }
28 pre_remove() {
29 chroot "$1/" slim-theme -frobotic
30 }