# HG changeset patch # User Christophe Lincoln # Date 1264111696 -3600 # Node ID f666056b4ad761b601ef24f903197fa9a8adce55 # Parent 7afec9d4a03e4f74ab5c94bac947ffb0fe575f48 Up: mp (5.1.3) - Add desktop file diff -r 7afec9d4a03e -r f666056b4ad7 mp/receipt --- a/mp/receipt Thu Jan 21 23:06:09 2010 +0100 +++ b/mp/receipt Thu Jan 21 23:08:16 2010 +0100 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="mp" -VERSION="5.1.2" +VERSION="5.1.3" CATEGORY="development" SHORT_DESC="A text editor for programmers" MAINTAINER="allan316@gmail.com" -DEPENDS="" +DEPENDS="gtk+" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://triptico.com/software/mp.html" WGET_URL="http://triptico.com/download/$TARBALL" @@ -15,10 +15,11 @@ { cd $src mkdir -p $PWD/_pkg/usr/bin - ./config.sh --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + ./config.sh \ + --prefix=/usr \ + --without-qt4 \ + $CONFIGURE_ARGS + make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -27,6 +28,4 @@ mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/mp-5 $fs/usr/share - strip -s $fs/usr/bin/* } - diff -r 7afec9d4a03e -r f666056b4ad7 mp/stuff/mp.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mp/stuff/mp.desktop Thu Jan 21 23:08:16 2010 +0100 @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=Minimum Profit Editor +Name[fr]=Editeur Minimum Profit +Exec=mp-5 %F +Icon=mp +Terminal=false +Categories=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; diff -r 7afec9d4a03e -r f666056b4ad7 mp/stuff/mp.png Binary file mp/stuff/mp.png has changed