wok-next diff gdk-pixbuf-dev/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents 5a7fe7de8486
children 037f0c9a320a
line diff
     1.1 --- a/gdk-pixbuf-dev/receipt	Sun Oct 10 12:08:08 2010 +0000
     1.2 +++ b/gdk-pixbuf-dev/receipt	Mon Oct 11 01:06:19 2010 +0000
     1.3 @@ -12,8 +12,9 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
     1.9  	cp -a $_pkg/usr/include $fs/usr
    1.10  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.11 +	cp -a $_pkg/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.*a $fs/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders
    1.12  }
    1.13