wok-current 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 | f666056b4ad7 |
children | e1a68e5d0646 |
files | scite/receipt scite/stuff/SciTE.desktop |
line diff
1.1 --- a/scite/receipt Thu Jan 21 23:08:16 2010 +0100 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()
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/scite/stuff/SciTE.desktop Thu Jan 21 23:09:20 2010 +0100 2.3 @@ -0,0 +1,11 @@ 2.4 +[Desktop Entry] 2.5 +Type=Application 2.6 +Encoding=UTF-8 2.7 +Name=SciTE Code Editor 2.8 +Name[fr]=Editeur de code SciTE 2.9 +Exec=SciTE %F 2.10 +Icon=Sci48M.png 2.11 +Terminal=false 2.12 +StartupNotify=true 2.13 +Categories=TextEditor;Development;GTK;Application; 2.14 +MimeType=text/plain;text/x-chdr;text/x-csrc;text/x-c++hdr;text/x-c++src;text/x-java;text/x-dsrc;text/x-pascal;text/x-perl;text/x-python;application/x-php;application/x-httpd-php*;application/xml;text/html;text/css;text/x-sql;text/x-diff;