wok-next view slim-theme-esperanza/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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-esperanza"
4 VERSION="20150602"
5 CATEGORY="customization"
6 SHORT_DESC="Esperanza - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download" # missing
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk"
14 COOKOPTS="!pngquant"
16 compile_rules() {
17 theme="$install/usr/share/slim/themes/Esperanza"
18 mkdir -p $theme
19 cp -r $src/* $theme
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="slim"
25 TAGS="hackdorte slim"
26 }
28 post_install() {
29 chroot "$1/" slim-theme -s Esperanza
30 }
32 pre_remove() {
33 chroot "$1/" slim-theme -f Esperanza
34 }