wok diff thunar-dev/receipt @ rev 8234

Up: get-LibreOffice (v1.1.9 for stable v3.3.0) - will need fix for next release as this contains fix for incorrect archive packaging.
author Ben Arnold <ben@seawolfsanctuary.com>
date Thu Jan 27 07:36:43 2011 +0000 (2011-01-27)
parents 40741bb46d6f
children f62db0f06f1e
line diff
     1.1 --- a/thunar-dev/receipt	Fri Jul 16 08:03:52 2010 +0200
     1.2 +++ b/thunar-dev/receipt	Thu Jan 27 07:36:43 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="thunar-dev"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Thunar File Manager dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -16,10 +16,10 @@
    1.13  	
    1.14  	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.15  	
    1.16 -	mkdir -p $fs/usr/lib/thunarx-1
    1.17 +	mkdir -p $fs/usr/lib/thunarx-2
    1.18  	
    1.19  	cp -a $_pkg/usr/include $fs/usr
    1.20  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1
    1.23 +	cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
    1.24  }