wok diff fotoxx/receipt @ rev 7615

Added xorg-dev-proto to xorg-server-dev depends. Needs xorg-dev-proto for pkg-config to work with xorg-server-dev.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 11 21:51:57 2010 +0000 (2010-12-11)
parents d338889de859
children 5ee8cb35f6b2
line diff
     1.1 --- a/fotoxx/receipt	Thu Dec 02 00:40:52 2010 +0100
     1.2 +++ b/fotoxx/receipt	Sat Dec 11 21:51:57 2010 +0000
     1.3 @@ -1,6 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="fotoxx"
     1.7 -VERSION="10.12"
     1.8 +VERSION="10.12.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="lightweight image editor"
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 @@ -18,16 +19,14 @@
    1.13     	cd $src
    1.14  	export PREFIX=/usr make
    1.15  	make DESTDIR=$PWD/_pkg install
    1.16 -	
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -    mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales  $fs/usr/share/applications 
    1.23 +	mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales
    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/* $fs/usr/share/$PACKAGE/locales/
    1.28 -	cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
    1.29  }