wok diff librsvg-dev/receipt @ rev 7213

Up: dbus-glib to 0.92.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 10 17:42:01 2010 +0000 (2010-11-10)
parents 4c50d54518b3
children 43e11f0a6527
line diff
     1.1 --- a/librsvg-dev/receipt	Thu Sep 16 14:02:55 2010 +0000
     1.2 +++ b/librsvg-dev/receipt	Wed Nov 10 17:42:01 2010 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="librsvg-dev"
     1.7 -VERSION="2.26.3"
     1.8 -CATEGORY="misc"
     1.9 +VERSION="2.32.0"
    1.10 +CATEGORY="development"
    1.11  SHORT_DESC="SVG Rendering Library dev files"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  DEPENDS="librsvg"
    1.14 @@ -18,9 +18,10 @@
    1.15  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17  	cp -a $_pkg/usr/lib/gtk-2.0 $fs/usr/lib
    1.18 +	cp -a $_pkg/usr/lib/gdk-pixbuf-2.0 $fs/usr/lib
    1.19  
    1.20  	# remove *.*a files
    1.21  	find $fs/usr/lib/gtk-2.0 -name "*.so*" -exec rm -f {} \;
    1.22 -
    1.23 +	find $fs/usr/lib/gdk-pixbuf-2.0 -name "*.so*" -exec rm -f {} \;
    1.24  }
    1.25