wok diff scite/receipt @ rev 4830

Up: scite (2.01) - Add desktop file and remove html files
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 21 23:09:20 2010 +0100 (2010-01-21)
parents 0b02072d7f48
children 4897058add72
line diff
     1.1 --- a/scite/receipt	Mon Mar 16 22:38:09 2009 +0000
     1.2 +++ b/scite/receipt	Thu Jan 21 23:09:20 2010 +0100
     1.3 @@ -1,10 +1,10 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="scite"
     1.7 -VERSION="1.77"
     1.8 -SHORT_VERSION="177"
     1.9 +VERSION="2.01"
    1.10 +SHORT_VERSION="201"
    1.11  CATEGORY="utilities"
    1.12 -SHORT_DESC="A free editor with syntax highlighting and source code editing features."
    1.13 +SHORT_DESC="Editor with syntax highlighting and source code editing features."
    1.14  MAINTAINER="rcx@zoominternet.net"
    1.15  DEPENDS="gtk+ xorg-libXdamage"
    1.16  BUILD_DEPENDS="gtk+-dev"
    1.17 @@ -34,6 +34,9 @@
    1.18  	# Desktop file and icon
    1.19  	cp $WOK/$PACKAGE/scite/gtk/SciTE.desktop $fs/usr/share/applications
    1.20  	cp $WOK/$PACKAGE/scite/gtk/Sci48M.png $fs/usr/share/pixmaps
    1.21 +	# Save space ~100kb
    1.22 +	rm $fs/usr/share/scite/*.html
    1.23 +	rm $fs/usr/share/scite/*.png
    1.24  }
    1.25  
    1.26  clean_wok()