wok rev 2782

Add Xfi and Xfw - Image viewer and Text editor (use Fox lib)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 27 21:14:05 2009 +0200 (2009-04-27)
parents add5a2914906
children f560002068fe
files xfi/receipt xfi/stuff/xfi.desktop xfw/receipt xfw/stuff/xfw.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfi/receipt	Mon Apr 27 21:14:05 2009 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfi"
     1.7 +VERSION="1.19.2"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="X File Image viewer using the Fox Toolkit."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="fox"
    1.12 +WANTED="xfe"
    1.13 +WEB_SITE="http://roland65.free.fr/xfe/"
    1.14 +LOCALE=""
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/bin
    1.20 +	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    1.21 +	copy_generic_files
    1.22 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xfi/stuff/xfi.desktop	Mon Apr 27 21:14:05 2009 +0200
     2.3 @@ -0,0 +1,8 @@
     2.4 +[Desktop Entry]
     2.5 +Encoding=UTF-8
     2.6 +Name=Xfi Images viewer
     2.7 +Name[fr]=Visionneur d'images Xfi
     2.8 +Exec=xfi %f
     2.9 +Icon=xfi.png
    2.10 +Type=Application
    2.11 +Categories=Application;Graphics;
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xfw/receipt	Mon Apr 27 21:14:05 2009 +0200
     3.3 @@ -0,0 +1,19 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="xfw"
     3.7 +VERSION="1.19.2"
     3.8 +CATEGORY="x-window"
     3.9 +SHORT_DESC="X File Writer - Text editor using the Fox Toolkit."
    3.10 +MAINTAINER="pankso@slitaz.org"
    3.11 +DEPENDS="fox"
    3.12 +WANTED="xfe"
    3.13 +WEB_SITE="http://roland65.free.fr/xfe/"
    3.14 +LOCALE=""
    3.15 +
    3.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    3.17 +genpkg_rules()
    3.18 +{
    3.19 +	mkdir -p $fs/usr/bin
    3.20 +	cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
    3.21 +	copy_generic_files
    3.22 +}
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xfw/stuff/xfw.desktop	Mon Apr 27 21:14:05 2009 +0200
     4.3 @@ -0,0 +1,9 @@
     4.4 +[Desktop Entry]
     4.5 +Encoding=UTF-8
     4.6 +Name=Xfw Text Editor
     4.7 +Name[fr]=Editeur de texte Xfw
     4.8 +Exec=xfw %f
     4.9 +Icon=xfw.png
    4.10 +Type=Application
    4.11 +MimeType=text/plain
    4.12 +Categories=Utility;TextEditor;