wok annotate sandfive-theme/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 887b3b11683d
children 03ccd15b9fa1
rev   line source
al@16782 1 # SliTaz package receipt.
al@16782 2
al@16782 3 PACKAGE="sandfive-theme"
al@16782 4 VERSION="1.0"
al@19126 5 CATEGORY="customization"
al@16782 6 SHORT_DESC="SliTaz Sand Five theme for GTK+2 and Openbox"
al@16782 7 MAINTAINER="holkfoor@gmail.com"
al@16782 8 LICENSE="PublicDomain"
al@16782 9 WEB_SITE="http://elegantspider.blogspot.com.br/2014/06/slitaz-sand-five-theme.html"
al@19114 10 HOST_ARCH="any"
al@16782 11
al@19112 12 DEPENDS="gtk2-engine-murrine openbox"
al@16782 13
al@16782 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16782 15 genpkg_rules()
al@16782 16 {
al@16782 17 mkdir -p $fs/usr/share/themes
al@16782 18 cp -a stuff/* $fs/usr/share/themes
al@16782 19 }