wok diff evince-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents 129bb5b11a7e
children 7896f0694ef6
line diff
     1.1 --- a/evince-dev/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/evince-dev/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="evince-dev"
     1.7 -VERSION="2.30.3"
     1.8 +VERSION="2.32.0"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Evince developement headers files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -12,10 +12,10 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib/evince/2/backends
    1.17 +	mkdir -p $fs/usr/lib/evince/3/backends
    1.18  	
    1.19  	cp -a $_pkg/usr/include $fs/usr
    1.20  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/evince/2/backends/*.*a $fs/usr/lib/evince/2/backends
    1.22 +	cp -a $_pkg/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends
    1.23  	
    1.24  }