wok-6.x rev 19480
Add slitaz-icons-paper
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 01 04:07:59 2016 +0200 (2016-11-01) |
parents | 3498b49b1fc9 |
children | 5149b48c17cd |
files | slitaz-icons-faenza/receipt slitaz-icons-paper/receipt |
line diff
1.1 --- a/slitaz-icons-faenza/receipt Tue Nov 01 04:02:18 2016 +0200 1.2 +++ b/slitaz-icons-faenza/receipt Tue Nov 01 04:07:59 2016 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-icons-faenza" 1.7 -VERSION="1.3" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="customization" 1.10 SHORT_DESC="SliTaz icon set based on the Faenza icons" 1.11 MAINTAINER="al.bobylev@gmail.com"
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/slitaz-icons-paper/receipt Tue Nov 01 04:07:59 2016 +0200 2.3 @@ -0,0 +1,26 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="slitaz-icons-paper" 2.7 +VERSION="1.3.4" 2.8 +CATEGORY="customization" 2.9 +SHORT_DESC="SliTaz icon set based on the Paper icons" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="CC-BY-SA-4" 2.12 +WEB_SITE="http://www.slitaz.org/" 2.13 + 2.14 +WANTED="paper-icon-theme" 2.15 +BUILD_DEPENDS="make-slitaz-icons" 2.16 + 2.17 +# Rules to compile and makethe package. 2.18 +compile_rules() { 2.19 + mksit.sh \ 2.20 + -f $install/usr/share/icons/Paper \ 2.21 + -t $fs/usr/share/icons/SliTaz-Paper \ 2.22 + -opmax -nocolor 2.23 +} 2.24 + 2.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.26 +genpkg_rules() 2.27 +{ 2.28 + : 2.29 +}