wok-next diff libfm/receipt @ rev 16315

ARM: add/up vala (0.24.0) + shared-mime-info (hope it will fix some gtk crash)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 14:57:01 2014 +0200 (2014-04-09)
parents 8139105f9285
children 03d5ff1ebd83
line diff
     1.1 --- a/libfm/receipt	Sat Apr 05 23:47:33 2014 +0200
     1.2 +++ b/libfm/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -12,24 +12,24 @@
     1.4  HOST_ARCH="i486 arm"
     1.5  
     1.6  DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \
     1.7 -zlib fontconfig freetype gtk+ atk cairo pango pixman menu-cache"
     1.8 +zlib fontconfig freetype gtk+ atk cairo pango pixman menu-cache <
     1.9 +shared-mime-info"
    1.10  BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
    1.11 -libxcb-dev xcb-util-dev menu-cache-dev expat-dev libgio-dev"
    1.12 +libxcb-dev xcb-util-dev menu-cache-dev expat-dev libgio-dev \
    1.13 +shared-mime-info-dev"
    1.14  
    1.15  # hand SliTaz arch and cross compilation
    1.16  case "$SLITAZ_ARCH" in
    1.17 -	i?86) DEPENDS="$DEPENDS gamin shared-mime-info"
    1.18 +	i?86) DEPENDS="$DEPENDS gamin"
    1.19  esac
    1.20  
    1.21  case "$ARCH" in
    1.22 -	i?86) BUILD_DEPENDS="$BUILD_DEPENDS shared-mime-info-dev intltool \
    1.23 -		gamin-dev vala"
    1.24 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool gamin-dev vala"
    1.25  esac
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31  	./configure \
    1.32  		--sysconfdir=/etc \
    1.33  		$CONFIGURE_ARGS &&