# HG changeset patch # User Antoine Bodin # Date 1279645126 -7200 # Node ID 19c3786ca47d7fee59b4d450704bd11b68269f22 # Parent dd10257da40a2fc9cfbb26fd4d333d74ef8d4584 Up: fotoxx 10.7 diff -r dd10257da40a -r 19c3786ca47d fotoxx/receipt --- a/fotoxx/receipt Tue Jul 20 18:58:07 2010 +0200 +++ b/fotoxx/receipt Tue Jul 20 18:58:46 2010 +0200 @@ -1,15 +1,12 @@ # SliTaz package receipt. -# 6.3 Higher version supports RAW Images and depends upon freeimage ufraw -# optional deps: exiv2 -# Lets drop RAW Image HAndling PACKAGE="fotoxx" -VERSION="5.10.5" +VERSION="10.7" CATEGORY="graphics" SHORT_DESC="lightweight image editor" MAINTAINER="jozee@slitaz.org" -DEPENDS="gtk+ gcc-lib-base" -BUILD_DEPENDS="gtk+-dev" -SUGGESTED="exiv2 printoxx" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev freeimage freeimage-dev xdg-utils" +SUGGESTED="exiftool ufraw printoxx" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://kornelix.squarespace.com/fotoxx" WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL" @@ -31,6 +28,6 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE #non-standard locale path - cp -a $_pkg/usr/share/$PACKAGE/locales/fr $fs/usr/share/$PACKAGE/locales/ + cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/ cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications } diff -r dd10257da40a -r 19c3786ca47d fotoxx/stuff/fotoxx.desktop --- a/fotoxx/stuff/fotoxx.desktop Tue Jul 20 18:58:07 2010 +0200 +++ b/fotoxx/stuff/fotoxx.desktop Tue Jul 20 18:58:46 2010 +0200 @@ -6,5 +6,5 @@ Type=Application Icon=gpicview.png Categories=GTK;Graphics;2DGraphics;Viewer; -MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png; +MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff