wok rev 2935

fotoxx: fix non-standard locales path; add printoxx to SUGGESTED
author Rohit Joshi <jozee@slitaz.org>
date Thu May 07 09:40:45 2009 +0000 (2009-05-07)
parents 5540c19e30d0
children ec31ce5febc9
files fotoxx/receipt
line diff
     1.1 --- a/fotoxx/receipt	Thu May 07 09:13:43 2009 +0000
     1.2 +++ b/fotoxx/receipt	Thu May 07 09:40:45 2009 +0000
     1.3 @@ -1,7 +1,7 @@
     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 +# Lets drop RAW Image HAndling
     1.9  PACKAGE="fotoxx"
    1.10  VERSION="5.10.5"
    1.11  CATEGORY="graphics"
    1.12 @@ -9,11 +9,11 @@
    1.13  MAINTAINER="jozee@slitaz.org"
    1.14  DEPENDS="gtk+ "
    1.15  BUILD_DEPENDS="gtk+-dev"
    1.16 -SUGGESTED="exiv2"
    1.17 +SUGGESTED="exiv2 printoxx"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WEB_SITE="http://kornelix.squarespace.com/fotoxx" 
    1.20  WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
    1.21 -
    1.22 +TAGS="image editor photo jpeg jpg bmp png gif"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -27,12 +27,10 @@
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.28  genpkg_rules()
    1.29  {
    1.30 -    mkdir -p $fs/usr/bin
    1.31 -    mkdir -p $fs/usr/share/fotoxx  
    1.32 -	mkdir -p $fs/usr/share/applications 
    1.33 +    mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales  $fs/usr/share/applications 
    1.34  	cp -a $_pkg/usr/bin $fs/usr
    1.35 -	cp -a $_pkg/usr/share/fotoxx/icons $fs/usr/share/fotoxx 
    1.36 -	cp -a stuff/fotoxx.desktop $fs/usr/share/applications
    1.37 -	
    1.38 -
    1.39 +	cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
    1.40 +	#non-standard locale path
    1.41 +	cp -a $_pkg/usr/share/$PACKAGE/locales/fr $fs/usr/share/$PACKAGE/locales/
    1.42 +	cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
    1.43  }