wok-6.x diff scite/receipt @ rev 23792
updated zbar and zbar-dev (0.23 -> 0.23.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 22 08:05:29 2020 +0100 (2020-05-22) |
parents | 4de7333f0ac9 |
children | e919c5a2742d |
line diff
1.1 --- a/scite/receipt Thu Oct 03 10:00:59 2019 +0100 1.2 +++ b/scite/receipt Fri May 22 08:05:29 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scite" 1.7 -VERSION="4.2.0" 1.8 +VERSION="4.3.2" 1.9 CATEGORY="utilities" 1.10 TAGS="text-editor" 1.11 SHORT_DESC="Editor with syntax highlighting and source code editing features." 1.12 @@ -44,9 +44,9 @@ 1.13 mkdir -p $fs/usr/share/applications 1.14 mkdir -p $fs/usr/share/pixmaps 1.15 1.16 - cp -a $install/usr $fs 1.17 + cp -a $install/usr $fs 1.18 1.19 # Save space ~100kB 1.20 - rm $fs/usr/share/scite/*.html 1.21 - rm $fs/usr/share/scite/*.png 1.22 + rm $fs/usr/share/scite/*.html 1.23 + rm $fs/usr/share/scite/*.png 1.24 }