# HG changeset patch # User Christophe Lincoln # Date 1264111760 -3600 # Node ID 1d8e4936f96b70f5d3a543133229d5ab7651239a # Parent f666056b4ad761b601ef24f903197fa9a8adce55 Up: scite (2.01) - Add desktop file and remove html files diff -r f666056b4ad7 -r 1d8e4936f96b scite/receipt --- a/scite/receipt Thu Jan 21 23:08:16 2010 +0100 +++ b/scite/receipt Thu Jan 21 23:09:20 2010 +0100 @@ -1,10 +1,10 @@ # SliTaz package receipt. PACKAGE="scite" -VERSION="1.77" -SHORT_VERSION="177" +VERSION="2.01" +SHORT_VERSION="201" CATEGORY="utilities" -SHORT_DESC="A free editor with syntax highlighting and source code editing features." +SHORT_DESC="Editor with syntax highlighting and source code editing features." MAINTAINER="rcx@zoominternet.net" DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="gtk+-dev" @@ -34,6 +34,9 @@ # Desktop file and icon cp $WOK/$PACKAGE/scite/gtk/SciTE.desktop $fs/usr/share/applications cp $WOK/$PACKAGE/scite/gtk/Sci48M.png $fs/usr/share/pixmaps + # Save space ~100kb + rm $fs/usr/share/scite/*.html + rm $fs/usr/share/scite/*.png } clean_wok() diff -r f666056b4ad7 -r 1d8e4936f96b scite/stuff/SciTE.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scite/stuff/SciTE.desktop Thu Jan 21 23:09:20 2010 +0100 @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=SciTE Code Editor +Name[fr]=Editeur de code SciTE +Exec=SciTE %F +Icon=Sci48M.png +Terminal=false +StartupNotify=true +Categories=TextEditor;Development;GTK;Application; +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;