wok diff shared-mime-info/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 c8d763479cbc
children 533c0cab6960
line diff
     1.1 --- a/shared-mime-info/receipt	Tue Mar 25 22:51:54 2014 +0100
     1.2 +++ b/shared-mime-info/receipt	Wed Apr 09 14:57:01 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="shared-mime-info"
     1.7 -VERSION="0.91"
     1.8 +VERSION="1.3"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Core database of common types and the *update-mime-database*."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -9,11 +9,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info"
    1.15  WGET_URL="http://freedesktop.org/~hadess/$TARBALL"
    1.16 +HOST_ARCH="i486 arm"
    1.17  
    1.18 -CROSS_BUGS="Run the cross compiled update-mime-database on build host"
    1.19 -#HOST_ARCH="i486 arm"
    1.20 -
    1.21 -LOCALE=""
    1.22  DEPENDS="glib libxml2 zlib"
    1.23  BUILD_DEPENDS="perl-xml-parser glib-dev libxml2-dev intltool pkg-config"
    1.24  
    1.25 @@ -25,7 +22,7 @@
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -    patch -Np1 -i $stuff/pbm.patch
    1.30 +    #patch -Np1 -i $stuff/pbm.patch
    1.31      ./configure $CONFIGURE_ARGS &&
    1.32      make -j1 && make -j1 DESTDIR=$DESTDIR install
    1.33  }