wok-6.x rev 23643
updated shared-mime-info and shared-mime-info-dev (1.14 -> 1.15)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 11:07:55 2020 +0100 (2020-04-20) |
parents | d8948f13ff31 |
children | 8efe024dc99f |
files | shared-mime-info-dev/receipt shared-mime-info/receipt |
line diff
1.1 --- a/shared-mime-info-dev/receipt Mon Apr 20 10:45:27 2020 +0100 1.2 +++ b/shared-mime-info-dev/receipt Mon Apr 20 11:07:55 2020 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="shared-mime-info-dev" 1.7 -VERSION="1.14" 1.8 +VERSION="1.15" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Freedesktop shared-mime-info - development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" 1.14 +WEB_SITE="https://freedesktop.org/wiki/Software/shared-mime-info" 1.15 1.16 +DEPENDS="shared-mime-info pkg-config" 1.17 WANTED="shared-mime-info" 1.18 -DEPENDS="shared-mime-info pkg-config" 1.19 1.20 HOST_ARCH="i486 arm" 1.21 1.22 @@ -17,6 +17,5 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/share/pkgconfig $fs/usr/lib 1.27 + cp -a $install/usr/share/pkgconfig $fs/usr/lib 1.28 } 1.29 -
2.1 --- a/shared-mime-info/receipt Mon Apr 20 10:45:27 2020 +0100 2.2 +++ b/shared-mime-info/receipt Mon Apr 20 11:07:55 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="shared-mime-info" 2.7 -VERSION="1.14" 2.8 +VERSION="1.15" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Core database of common types and the *update-mime-database*." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -10,10 +10,11 @@ 2.13 2.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.15 WGET_URL="https://github.com/freedesktop/xdg-$PACKAGE/archive/Release-${VERSION/./-}.tar.gz" 2.16 -HOST_ARCH="i486 arm" 2.17 2.18 DEPENDS="glib" 2.19 -BUILD_DEPENDS="bash intltool itstool automake" 2.20 +BUILD_DEPENDS="autoconf automake bash intltool itstool" 2.21 + 2.22 +HOST_ARCH="i486 arm" 2.23 2.24 # Handle cross compilation. Host perl/intltool are used 2.25 case "$ARCH" in 2.26 @@ -25,7 +26,9 @@ 2.27 { 2.28 #patch -Np1 -i $stuff/pbm.patch 2.29 2.30 - sed -i '1d' ./autogen.sh && 2.31 + # remove #!/bin/sh from autogen.sh, since bash is required: 2.32 + sed -i '1d' ./autogen.sh 2.33 + 2.34 bash -c ./autogen.sh && 2.35 ./configure $CONFIGURE_ARGS && 2.36 make -j1 &&