wok rev 1070

Add: grisbi, an another bank manager, fix: missing icon for Homebank and deps for Inkscape
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 15 23:12:44 2008 +0200 (2008-07-15)
parents 928caf808a53
children c9a3b5c12580
files grisbi/receipt grisbi/stuff/grisbi.desktop homebank/receipt inkscape/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grisbi/receipt	Tue Jul 15 23:12:44 2008 +0200
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="grisbi"
     1.7 +VERSION="0.5.9"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="Personnal bank manager"
    1.10 +MAINTAINER="Erjo <erjo@slitaz.org>"
    1.11 +DEPENDS=""
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://www.grisbi.org/index.fr.html"
    1.14 +WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/grisbi/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	./configure --prefix=/usr  $CONFIGURE_ARGS
    1.21 +	make
    1.22 +	make DESTDIR=$PWD/_pkg install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share \
    1.29 +	 $fs/usr/share/locale \
    1.30 +	 $fs/usr/applicatrions \
    1.31 +	 
    1.32 +
    1.33 +	cp -a $_pkg/usr/bin $fs/usr
    1.34 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.35 +	cp -a $_pkg/usr/share/mime-info $fs/usr/share
    1.36 +	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.37 +	cp -a $fs/usr/share/pixmaps/grisbi/grisbi.png $fs/usr/share/pixmaps 
    1.38 +	cp -a stuff/grisbi.desktop $fs/usr/applications 
    1.39 +
    1.40 +	strip -s $fs/usr/bin/* 
    1.41 +}
    1.42 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/grisbi/stuff/grisbi.desktop	Tue Jul 15 23:12:44 2008 +0200
     2.3 @@ -0,0 +1,15 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=Grisbi
     2.7 +Name[fr]=Grisbi
     2.8 +GenericName=Grisbi
     2.9 +GenericName[fr]=Grisbi
    2.10 +Comment=Personal finance manager
    2.11 +Comment[fr]=Gestionnaire de finance personnel
    2.12 +Exec=grisbi
    2.13 +Icon=grisbi.png
    2.14 +Terminal=false
    2.15 +Type=Application
    2.16 +Categories=Application;Office;
    2.17 +StartupNotify=true
    2.18 +MimeType=application/x-grisbi;
     3.1 --- a/homebank/receipt	Tue Jul 15 22:37:28 2008 +0200
     3.2 +++ b/homebank/receipt	Tue Jul 15 23:12:44 2008 +0200
     3.3 @@ -27,10 +27,13 @@
     3.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.5  genpkg_rules()
     3.6  {
     3.7 -	mkdir -p $fs/usr/share/homebank
     3.8 +	mkdir -p $fs/usr/share/homebank $fs/usr/share/pixmaps
     3.9 +	
    3.10  	cp -a $_pkg/usr/bin $fs/usr
    3.11  	cp -a $_pkg/usr/share/mime $fs/usr/share
    3.12  	cp -a $_pkg/usr/share/homebank/images $fs/usr/share/homebank
    3.13 +	#copying  homebank icon.
    3.14 +	cp -a "$_pkg/usr/share/icons/hicolor/48x48/apps/homebank.png" $fs/usr/share/pixmaps 
    3.15  	# Resize and export all SVG images to PNG.
    3.16  	cd $fs/usr/share/homebank/images
    3.17  	for img in *.svg
    3.18 @@ -39,4 +42,6 @@
    3.19  			--export-png=${img%.svg}.png $img
    3.20  	done
    3.21  	rm *.svg
    3.22 +	
    3.23 +	
    3.24  }
     4.1 --- a/inkscape/receipt	Tue Jul 15 22:37:28 2008 +0200
     4.2 +++ b/inkscape/receipt	Tue Jul 15 23:12:44 2008 +0200
     4.3 @@ -5,7 +5,7 @@
     4.4  CATEGORY="graphics"
     4.5  SHORT_DESC="Vector drawing application."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 -DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm libxml2 libpng popt"
     4.8 +DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm libxml2 libpng popt PyXML"
     4.9  BUILD_DEPENDS="gc-dev gtk+-dev libxslt-dev libsigc++-dev glibmm-dev gtkmm-dev popt-dev"
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WEB_SITE="http://www.inkscape.org/"