wok-6.x diff slitaz-arm-rpi/receipt @ rev 16998
pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 11 01:56:38 2014 +0200 (2014-08-11) |
parents | 22077d5e9880 |
children | 3bda64f152c3 |
line diff
1.1 --- a/slitaz-arm-rpi/receipt Wed May 14 12:40:31 2014 +0200 1.2 +++ b/slitaz-arm-rpi/receipt Mon Aug 11 01:56:38 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-arm-rpi" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.3.0" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz Raspberry Pi: tools, CGI adm, configs and artwork." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -38,7 +38,9 @@ 1.13 arm*) 1.14 mkdir -p ${fs}/var/www/adm 1.15 cp -a ${src}/rpi/rootfs/* ${fs} 1.16 - for tool in tazberry piboot pileds raspicomm 1.17 + # Tools 1.18 + for tool in tazberry piboot pileds raspicomm piface pitft-setup \ 1.19 + pibrella piborg/piborg 1.20 do 1.21 cp -a ${src}/rpi/${tool} ${fs}/usr/sbin 1.22 done