wok diff pcmanfm/receipt @ rev 16581

ARM: add jack-audio-connection-kit, portaudio and espeak
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 04:42:11 2014 +0200 (2014-05-04)
parents 6aa2abac7209
children 3e67ad4646f6
line diff
     1.1 --- a/pcmanfm/receipt	Fri Jan 03 11:59:56 2014 +0100
     1.2 +++ b/pcmanfm/receipt	Sun May 04 04:42:11 2014 +0200
     1.3 @@ -1,28 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcmanfm"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Light and easy to use file manager."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://pcmanfm.sourceforge.net/"
    1.16  WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
    1.17 +HOST_ARCH="i486 arm"
    1.18  
    1.19 +SUGGESTED="gvfs"
    1.20  DEPENDS="glibc-base glib libgio util-linux-uuid libxcb xcb-util expat \
    1.21 -zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm gvfs"
    1.22 -BUILD_DEPENDS="gtk+-dev shared-mime-info intltool dbus-glib-dev dbus-dev \
    1.23 -startup-notification-dev libxcb-dev xcb-util-dev libfm-dev menu-cache-dev \
    1.24 -expat-dev"
    1.25 +zlib fontconfig freetype gtk+ startup-notification dbus dbus-glib libfm"
    1.26 +BUILD_DEPENDS="gtk+-dev dbus-glib-dev dbus-dev startup-notification-dev \
    1.27 +libxcb-dev xcb-util-dev libfm-dev menu-cache-dev expat-dev"
    1.28 +
    1.29 +# Handle cross compilation.
    1.30 +case "$ARCH" in
    1.31 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS shared-mime-info intltool gvfs-dev" ;;
    1.32 +esac
    1.33  
    1.34  # Rules to configure and make the package.
    1.35  compile_rules()
    1.36  {
    1.37  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.38  	export LDFLAGS="-Wl,--copy-dt-needed-entries"
    1.39 -
    1.40 -	cd $src
    1.41 +	
    1.42  	./configure $CONFIGURE_ARGS &&
    1.43  	make && make install
    1.44  }