wok diff shared-mime-info/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents fdc520591ac1
children 5ea0ce1cecc0
line diff
     1.1 --- a/shared-mime-info/receipt	Fri Mar 13 14:48:54 2020 +0100
     1.2 +++ b/shared-mime-info/receipt	Sun Aug 16 10:22:39 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="shared-mime-info"
     1.7 -VERSION="1.14"
     1.8 +VERSION="1.15"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Core database of common types and the *update-mime-database*."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -10,10 +10,11 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/freedesktop/xdg-$PACKAGE/archive/Release-${VERSION/./-}.tar.gz"
    1.16 -HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="glib"
    1.19 -BUILD_DEPENDS="bash intltool itstool automake"
    1.20 +BUILD_DEPENDS="autoconf automake bash intltool itstool"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Handle cross compilation. Host perl/intltool are used
    1.25  case "$ARCH" in
    1.26 @@ -25,7 +26,9 @@
    1.27  {
    1.28  	#patch -Np1 -i $stuff/pbm.patch
    1.29  
    1.30 -	sed -i '1d' ./autogen.sh &&
    1.31 +	# remove #!/bin/sh from autogen.sh, since bash is required:
    1.32 +	sed -i '1d' ./autogen.sh
    1.33 +
    1.34  	bash -c ./autogen.sh &&
    1.35  	./configure $CONFIGURE_ARGS &&
    1.36  	make -j1 &&