wok-current rev 2727
Add: fotoxx image editor
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Apr 24 07:31:54 2009 +0000 (2009-04-24) |
parents | e9042e5ad4b6 |
children | 59a5050b39da |
files | fotoxx/receipt fotoxx/stuff/fotoxx.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fotoxx/receipt Fri Apr 24 07:31:54 2009 +0000 1.3 @@ -0,0 +1,38 @@ 1.4 +# SliTaz package receipt. 1.5 +# 6.3 Higher version supports RAW Images and depends upon freeimage ufraw 1.6 +# optional deps: exiv2 1.7 +# we drop RAW Image HAndling till ufraw is compiled 1.8 +PACKAGE="fotoxx" 1.9 +VERSION="5.10.5" 1.10 +CATEGORY="graphics" 1.11 +SHORT_DESC="lightweight image editor" 1.12 +MAINTAINER="jozee@slitaz.org" 1.13 +DEPENDS="gtk+ " 1.14 +BUILD_DEPENDS="gtk+-dev" 1.15 +SUGGESTED="exiv2" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 +WEB_SITE="http://kornelix.squarespace.com/fotoxx" 1.18 +WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" 1.19 + 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + cd $src 1.25 + export PREFIX=/usr make 1.26 + make DESTDIR=$PWD/_pkg install 1.27 + 1.28 +} 1.29 + 1.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 +genpkg_rules() 1.32 +{ 1.33 + mkdir -p $fs/usr/bin 1.34 + mkdir -p $fs/usr/share/fotoxx 1.35 + mkdir -p $fs/usr/share/applications 1.36 + cp -a $_pkg/usr/bin $fs/usr 1.37 + cp -a $_pkg/usr/share/fotoxx/icons $fs/usr/share/fotoxx 1.38 + cp -a stuff/fotoxx.desktop $fs/usr/share/applications 1.39 + 1.40 + 1.41 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/fotoxx/stuff/fotoxx.desktop Fri Apr 24 07:31:54 2009 +0000 2.3 @@ -0,0 +1,11 @@ 2.4 +[Desktop Entry] 2.5 +Name=Fotoxx Editor 2.6 +Comment=A f 2.7 +ast GTK+ Image Editor 2.8 +Exec=fotoxx %f 2.9 +Terminal=false 2.10 +Type=Application 2.11 +Icon=gpicview.png 2.12 +Categories=GTK;Graphics;2DGraphics;Viewer; 2.13 +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png; 2.14 +