wok diff fotoxx/receipt @ rev 5931

Add: libwapcaplet, libwapcaplet-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 30 16:51:43 2010 +0200 (2010-07-30)
parents 9f19aee613be
children c74549e8caca
line diff
     1.1 --- a/fotoxx/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/fotoxx/receipt	Fri Jul 30 16:51:43 2010 +0200
     1.3 @@ -1,15 +1,12 @@
     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 -# Lets drop RAW Image HAndling
     1.8  PACKAGE="fotoxx"
     1.9 -VERSION="5.10.5"
    1.10 +VERSION="10.7"
    1.11  CATEGORY="graphics"
    1.12  SHORT_DESC="lightweight image editor"
    1.13  MAINTAINER="jozee@slitaz.org"
    1.14 -DEPENDS="gtk+ gcc-lib-base"
    1.15 -BUILD_DEPENDS="gtk+-dev"
    1.16 -SUGGESTED="exiv2 printoxx"
    1.17 +DEPENDS="gtk+"
    1.18 +BUILD_DEPENDS="gtk+-dev freeimage freeimage-dev xdg-utils"
    1.19 +SUGGESTED="exiftool ufraw printoxx"
    1.20  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21  WEB_SITE="http://kornelix.squarespace.com/fotoxx" 
    1.22  WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
    1.23 @@ -31,6 +28,6 @@
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    1.26  	#non-standard locale path
    1.27 -	cp -a $_pkg/usr/share/$PACKAGE/locales/fr $fs/usr/share/$PACKAGE/locales/
    1.28 +	cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/
    1.29  	cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
    1.30  }