wok rev 4829

Up: mp (5.1.3) - Add desktop file
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 21 23:08:16 2010 +0100 (2010-01-21)
parents 7afec9d4a03e
children 1d8e4936f96b
files mp/receipt mp/stuff/mp.desktop mp/stuff/mp.png
line diff
     1.1 --- a/mp/receipt	Thu Jan 21 23:06:09 2010 +0100
     1.2 +++ b/mp/receipt	Thu Jan 21 23:08:16 2010 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mp"
     1.7 -VERSION="5.1.2"
     1.8 +VERSION="5.1.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A text editor for programmers"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12 -DEPENDS=""
    1.13 +DEPENDS="gtk+"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://triptico.com/software/mp.html"
    1.16  WGET_URL="http://triptico.com/download/$TARBALL"
    1.17 @@ -15,10 +15,11 @@
    1.18  {
    1.19  	cd $src
    1.20  	mkdir -p $PWD/_pkg/usr/bin
    1.21 -	./config.sh --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.23 -	make
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	./config.sh \
    1.26 +		--prefix=/usr \
    1.27 +		--without-qt4 \
    1.28 +		$CONFIGURE_ARGS
    1.29 +	make && make DESTDIR=$PWD/_pkg install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 @@ -27,6 +28,4 @@
    1.34  	mkdir -p $fs/usr/share
    1.35  	cp -a $_pkg/usr/bin $fs/usr
    1.36  	cp -a $_pkg/usr/share/mp-5 $fs/usr/share
    1.37 -	strip -s $fs/usr/bin/*
    1.38  }
    1.39 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mp/stuff/mp.desktop	Thu Jan 21 23:08:16 2010 +0100
     2.3 @@ -0,0 +1,10 @@
     2.4 +[Desktop Entry]
     2.5 +Type=Application
     2.6 +Encoding=UTF-8
     2.7 +Name=Minimum Profit Editor
     2.8 +Name[fr]=Editeur Minimum Profit
     2.9 +Exec=mp-5 %F
    2.10 +Icon=mp
    2.11 +Terminal=false
    2.12 +Categories=Development;GTK;Application;
    2.13 +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;
     3.1 Binary file mp/stuff/mp.png has changed