wok rev 16141

ARM: add enlightenment
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 26 09:44:30 2014 +0100 (2014-03-26)
parents 3a5c3f109749
children 6dd6cd7dcfba
files edbus-dev/receipt edbus/receipt edje-dev/receipt edje/receipt eeze-dev/receipt eeze/receipt efreet-dev/receipt efreet/receipt eio-dev/receipt eio/receipt elementary-dev/receipt elementary/receipt emotion-dev/receipt emotion/receipt enlightenment-backgrounds/receipt enlightenment-pam/receipt enlightenment/receipt ethumb-dev/receipt ethumb/receipt libelementary/receipt terminology/receipt
line diff
     1.1 --- a/edbus-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
     1.2 +++ b/edbus-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  WANTED="edbus"
     1.5  SOURCE="e_dbus"
     1.6  WEB_SITE="http://www.enlightenment.org/"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="ecore-dev dbus-dev pkg-config"
    1.10  
     2.1 --- a/edbus/receipt	Wed Mar 26 09:11:44 2014 +0100
     2.2 +++ b/edbus/receipt	Wed Mar 26 09:44:30 2014 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="edbus"
     2.7 -VERSION="1.7.9"
     2.8 +VERSION="1.7.10"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="EFL Dbus wrapping and glue layer library. "
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12 @@ -11,6 +11,7 @@
    2.13  WEB_SITE="http://www.enlightenment.org/"
    2.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    2.15  TAGS="e enlightenment efl"
    2.16 +HOST_ARCH="i486 arm"
    2.17  
    2.18  DEPENDS="ecore dbus"
    2.19  BUILD_DEPENDS="ecore-dev dbus-dev"
    2.20 @@ -18,10 +19,8 @@
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	CFLAGS="$CFLAGS -fvisibility=hidden"
    2.25 -	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    2.26 -	export LDFLAGS
    2.27 -
    2.28 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
    2.29 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
    2.30  	./configure --disable-doc $CONFIGURE_ARGS &&
    2.31  	make $MAKEFILE && make install
    2.32  }
     3.1 --- a/edje-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
     3.2 +++ b/edje-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
     3.3 @@ -1,13 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="edje-dev"
     3.7 -VERSION="1.7.9"
     3.8 +VERSION="1.7.10"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="EFL Abstract GUI layout and animation object library - Devel files."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  LICENSE="GPL2 BSD"
    3.13  WANTED="edje"
    3.14  WEB_SITE="http://www.enlightenment.org/"
    3.15 +HOST_ARCH="i486 arm"
    3.16  
    3.17  DEPENDS="embryo-dev ecore-dev lua-dev pkg-config"
    3.18  
     4.1 --- a/edje/receipt	Wed Mar 26 09:11:44 2014 +0100
     4.2 +++ b/edje/receipt	Wed Mar 26 09:44:30 2014 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="edje"
     4.7 -VERSION="1.7.9"
     4.8 +VERSION="1.7.10"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="EFL Abstract GUI layout and animation object library."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12 @@ -10,6 +10,7 @@
    4.13  WEB_SITE="http://www.enlightenment.org/"
    4.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    4.15  TAGS="e enlightenment efl"
    4.16 +HOST_ARCH="i486 arm"
    4.17  
    4.18  DEPENDS="embryo ecore lua"
    4.19  BUILD_DEPENDS="embryo-dev ecore-dev lua-dev"
    4.20 @@ -17,10 +18,17 @@
    4.21  # Rules to configure and make the package.
    4.22  compile_rules()
    4.23  {
    4.24 -	CFLAGS="$CFLAGS -fvisibility=hidden"
    4.25 -	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    4.26 -	export LDFLAGS
    4.27 -
    4.28 +	# Fix libe*.la to use shared libs in sysroot
    4.29 +	case "$ARCH" in
    4.30 +		arm)
    4.31 +			sed -i s"#libdir=.*#libdir='/cross/$ARCH/sysroot/usr/lib'#" \
    4.32 +				/usr/lib/libecore_*.la \
    4.33 +				/usr/lib/libeina.la \
    4.34 +				/usr/lib/libevas.la \
    4.35 +				/usr/lib/libeet.la ;;
    4.36 +	esac
    4.37 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
    4.38 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
    4.39  	./configure --disable-doc $CONFIGURE_ARGS &&
    4.40  	make $MAKEFILE && make install
    4.41  }
     5.1 --- a/eeze-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
     5.2 +++ b/eeze-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
     5.3 @@ -8,6 +8,7 @@
     5.4  LICENSE="BSD"
     5.5  WANTED="eeze"
     5.6  WEB_SITE="http://www.enlightenment.org/"
     5.7 +HOST_ARCH="i486 arm"
     5.8  
     5.9  DEPENDS="ecore-dev udev-dev pkg-config"
    5.10  
     6.1 --- a/eeze/receipt	Wed Mar 26 09:11:44 2014 +0100
     6.2 +++ b/eeze/receipt	Wed Mar 26 09:44:30 2014 +0100
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="eeze"
     6.7 -VERSION="1.7.9"
     6.8 +VERSION="1.7.10"
     6.9  CATEGORY="x-window"
    6.10  SHORT_DESC="EFL Device abstraction library."
    6.11  MAINTAINER="pankso@slitaz.org"
    6.12 @@ -10,6 +10,7 @@
    6.13  WEB_SITE="http://www.enlightenment.org/"
    6.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    6.15  TAGS="e enlightenment efl"
    6.16 +HOST_ARCH="i486 arm"
    6.17  
    6.18  DEPENDS="ecore udev"
    6.19  BUILD_DEPENDS="ecore-dev udev-dev"
     7.1 --- a/efreet-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
     7.2 +++ b/efreet-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
     7.3 @@ -8,6 +8,7 @@
     7.4  LICENSE="BSD"
     7.5  WANTED="efreet"
     7.6  WEB_SITE="http://www.enlightenment.org/"
     7.7 +HOST_ARCH="i486 arm"
     7.8  
     7.9  DEPENDS="ecore-dev pkg-config"
    7.10  
     8.1 --- a/efreet/receipt	Wed Mar 26 09:11:44 2014 +0100
     8.2 +++ b/efreet/receipt	Wed Mar 26 09:44:30 2014 +0100
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="efreet"
     8.7 -VERSION="1.7.9"
     8.8 +VERSION="1.7.10"
     8.9  CATEGORY="base-system"
    8.10  SHORT_DESC="EFL library for handling of freedesktop.org specs."
    8.11  MAINTAINER="pankso@slitaz.org"
    8.12 @@ -10,6 +10,7 @@
    8.13  WEB_SITE="http://www.enlightenment.org/"
    8.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    8.15  TAGS="e enlightenment efl"
    8.16 +HOST_ARCH="i486 arm"
    8.17  
    8.18  DEPENDS="ecore"
    8.19  BUILD_DEPENDS="ecore-dev"
    8.20 @@ -17,10 +18,8 @@
    8.21  # Rules to configure and make the package.
    8.22  compile_rules()
    8.23  {
    8.24 -	CFLAGS="$CFLAGS -fvisibility=hidden"
    8.25 -	LDFLAGS="$LDFLAGS -fvisibility=hidden"
    8.26 -	export LDFLAGS
    8.27 -
    8.28 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
    8.29 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
    8.30  	./configure --disable-doc $CONFIGURE_ARGS &&
    8.31  	make $MAKEFLAGS && make install
    8.32  }
     9.1 --- a/eio-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
     9.2 +++ b/eio-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
     9.3 @@ -1,13 +1,14 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="eio-dev"
     9.7 -VERSION="1.7.9"
     9.8 +VERSION="1.7.10"
     9.9  CATEGORY="development"
    9.10  SHORT_DESC="EFL Async I/O library - Devel files."
    9.11  MAINTAINER="pankso@slitaz.org"
    9.12  LICENSE="LGPL2.1"
    9.13  WANTED="eio"
    9.14  WEB_SITE="http://www.enlightenment.org/"
    9.15 +HOST_ARCH="i486 arm"
    9.16  
    9.17  DEPENDS="ecore-dev pkg-config"
    9.18  
    10.1 --- a/eio/receipt	Wed Mar 26 09:11:44 2014 +0100
    10.2 +++ b/eio/receipt	Wed Mar 26 09:44:30 2014 +0100
    10.3 @@ -1,7 +1,7 @@
    10.4  # SliTaz package receipt.
    10.5  
    10.6  PACKAGE="eio"
    10.7 -VERSION="1.7.9"
    10.8 +VERSION="1.7.10"
    10.9  CATEGORY="base-system"
   10.10  SHORT_DESC="EFL Async I/O library."
   10.11  MAINTAINER="pankso@slitaz.org"
   10.12 @@ -10,6 +10,7 @@
   10.13  WEB_SITE="http://www.enlightenment.org/"
   10.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   10.15  TAGS="e enlightenment efl"
   10.16 +HOST_ARCH="i486 arm"
   10.17  
   10.18  DEPENDS="ecore"
   10.19  BUILD_DEPENDS="ecore-dev"
    11.1 --- a/elementary-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
    11.2 +++ b/elementary-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
    11.3 @@ -1,25 +1,28 @@
    11.4  # SliTaz package receipt.
    11.5  
    11.6  PACKAGE="elementary-dev"
    11.7 -VERSION="1.7.9"
    11.8 +VERSION="1.7.10"
    11.9  CATEGORY="development"
   11.10  SHORT_DESC="EFL full regular widget set - Devel files."
   11.11  MAINTAINER="pankso@slitaz.org"
   11.12  LICENSE="LGPL2.1"
   11.13  WANTED="elementary"
   11.14  WEB_SITE="http://www.enlightenment.org/"
   11.15 +HOST_ARCH="i486 arm"
   11.16  
   11.17  DEPENDS="efreet-dev emotion-dev ethumb-dev elementary pkg-config"
   11.18  
   11.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   11.20  genpkg_rules()
   11.21  {
   11.22 -	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
   11.23 -	mkdir -p $fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
   11.24 +	case "$ARCH" in
   11.25 +		i?86) edje_mods="/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0" ;;
   11.26 +		arm) edje_mods="/usr/lib/edje/modules/elm/linux-gnueabi-arm-1.0.0" ;;
   11.27 +	esac
   11.28 +	mkdir -p ${fs}${edje_mods}
   11.29  	cp -a $install/usr/include $fs/usr
   11.30  	cp -a $install/usr/lib/*.*a $fs/usr/lib
   11.31 -	cp -a $install/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.la \
   11.32 -		$fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
   11.33 +	cp -a ${install}${edje_mods}/module.la ${fs}${edje_mods}
   11.34  	cp -a $install/usr/lib/elementary $fs/usr/lib
   11.35  	rm -f $fs/usr/lib/elementary/modules/*/*/*.so
   11.36  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   11.37 @@ -27,6 +30,6 @@
   11.38  	mkdir -p $fs/usr/bin
   11.39  	cp -a $install/usr/bin/* $fs/usr/bin
   11.40  	mkdir -p $fs/usr/share/pixmaps
   11.41 -	cp -a $install/usr/share2/applications $fs/usr/share
   11.42 -	cp -a $install/usr/share2/icons/* $fs/usr/share/pixmaps
   11.43 +	cp -a $install/usr/share/applications $fs/usr/share
   11.44 +	cp -a $install/usr/share/icons/* $fs/usr/share/pixmaps
   11.45  }
    12.1 --- a/elementary/receipt	Wed Mar 26 09:11:44 2014 +0100
    12.2 +++ b/elementary/receipt	Wed Mar 26 09:44:30 2014 +0100
    12.3 @@ -1,7 +1,7 @@
    12.4  # SliTaz package receipt.
    12.5  
    12.6  PACKAGE="elementary"
    12.7 -VERSION="1.7.9"
    12.8 +VERSION="1.7.10"
    12.9  CATEGORY="x-window"
   12.10  SHORT_DESC="EFL full regular widget set."
   12.11  MAINTAINER="pankso@slitaz.org"
   12.12 @@ -10,18 +10,19 @@
   12.13  WEB_SITE="http://www.enlightenment.org/"
   12.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   12.15  TAGS="e enlightenment efl"
   12.16 +HOST_ARCH="i486 arm"
   12.17  
   12.18 +GENERIC_MENUS="no"
   12.19 +RELATED="elementary libelementary"
   12.20  DEPENDS="efreet emotion ethumb libelementary"
   12.21  BUILD_DEPENDS="efreet-dev emotion-dev ethumb-dev"
   12.22  
   12.23  # Rules to configure and make the package.
   12.24  compile_rules()
   12.25  {
   12.26 -	CFLAGS="$CFLAGS -fvisibility=hidden"
   12.27 -	LDFLAGS="$LDFLAGS -fvisibility=hidden"
   12.28 -	export LDFLAGS
   12.29 -
   12.30 -	./configure --datadir=/usr/share2 $CONFIGURE_ARGS &&
   12.31 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
   12.32 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
   12.33 +	./configure --datadir=/usr/share $CONFIGURE_ARGS &&
   12.34  	make $MAKEFLAGS && make install
   12.35  }
   12.36  
   12.37 @@ -29,15 +30,13 @@
   12.38  genpkg_rules()
   12.39  {
   12.40  	# lib
   12.41 -	mkdir -p $fs/usr/lib
   12.42 +	mkdir -p $fs/usr/lib $fs/usr/share
   12.43  	cp -a $install/usr/lib/edje	$fs/usr/lib
   12.44  	cp -a $install/usr/lib/elementary $fs/usr/lib
   12.45  	rm -f $fs/usr/lib/*/modules/*/*/*.la
   12.46  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   12.47  	# Package: libelementary
   12.48  	rm -f $fs/usr/lib/libelementary.so.*
   12.49 -	# share
   12.50 -	# /usr/share2: to not automatically install /usr/share/applications
   12.51 -	mkdir -p $fs/usr/share
   12.52 -	cp -a $install/usr/share2/elementary $fs/usr/share
   12.53 +	# share 
   12.54 +	cp -a $install/usr/share/elementary $fs/usr/share
   12.55  }
    13.1 --- a/emotion-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
    13.2 +++ b/emotion-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
    13.3 @@ -1,13 +1,14 @@
    13.4  # SliTaz package receipt.
    13.5  
    13.6  PACKAGE="emotion-dev"
    13.7 -VERSION="1.7.9"
    13.8 +VERSION="1.7.10"
    13.9  CATEGORY="development"
   13.10  SHORT_DESC="EFL video and audio codec playback library - Devel files."
   13.11  MAINTAINER="pankso@slitaz.org"
   13.12  LICENSE="BSD"
   13.13  WANTED="emotion"
   13.14  WEB_SITE="http://www.enlightenment.org/"
   13.15 +HOST_ARCH="i486 arm"
   13.16  
   13.17  DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev pkg-config"
   13.18  OPTIONAL_DEPENDS="gstreamer-dev gst-plugins-base-dev"
   13.19 @@ -15,12 +16,14 @@
   13.20  # Rules to gen a SliTaz package suitable for Tazpkg.
   13.21  genpkg_rules()
   13.22  {
   13.23 -	mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 \
   13.24 -		$fs/usr/lib/emotion
   13.25 +	case "$ARCH" in
   13.26 +		i?86) edje_mods="/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0" ;;
   13.27 +		arm) edje_mods="/usr/lib/edje/modules/emotion/linux-gnueabi-arm-1.0.0" ;;
   13.28 +	esac
   13.29 +	mkdir -p $fs/usr/lib/emotion ${fs}${edje_mods}
   13.30  	cp -a $install/usr/include $fs/usr
   13.31  	cp -a $install/usr/lib/*.*a $fs/usr/lib
   13.32  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   13.33  	cp -a $install/usr/lib/emotion/*.*a $fs/usr/lib/emotion
   13.34 -	cp -a $install/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.*a \
   13.35 -		$fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
   13.36 +	cp -a ${install}${edje_mods}/*.*a ${fs}${edje_mods}
   13.37  }
    14.1 --- a/emotion/receipt	Wed Mar 26 09:11:44 2014 +0100
    14.2 +++ b/emotion/receipt	Wed Mar 26 09:44:30 2014 +0100
    14.3 @@ -1,7 +1,7 @@
    14.4  # SliTaz package receipt.
    14.5  
    14.6  PACKAGE="emotion"
    14.7 -VERSION="1.7.9"
    14.8 +VERSION="1.7.10"
    14.9  CATEGORY="x-window"
   14.10  SHORT_DESC="EFL video and audio codec playback library."
   14.11  MAINTAINER="pankso@slitaz.org"
   14.12 @@ -10,19 +10,22 @@
   14.13  WEB_SITE="http://www.enlightenment.org/"
   14.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   14.15  TAGS="e enlightenment efl"
   14.16 +HOST_ARCH="i486 arm"
   14.17  
   14.18  DEPENDS="edje eio eeze xine-lib"
   14.19 -BUILD_DEPENDS="edje-dev eio-dev eeze-dev
   14.20 -xine-lib-dev"
   14.21 +BUILD_DEPENDS="edje-dev eio-dev eeze-dev xine-lib-dev"
   14.22  OPTIONAL_DEPENDS="gstreamer-dev gst-plugins-base-dev"
   14.23  
   14.24 +# Handle cross compilation
   14.25 +case "$ARCH" in
   14.26 +	arm) BUILD_DEPENDS="edje-dev eio-dev eeze-dev" ;;
   14.27 +esac
   14.28 +
   14.29  # Rules to configure and make the package.
   14.30  compile_rules()
   14.31  {
   14.32 -	CFLAGS="$CFLAGS -fvisibility=hidden"
   14.33 -	LDFLAGS="$LDFLAGS -fvisibility=hidden"
   14.34 -	export LDFLAGS
   14.35 -
   14.36 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
   14.37 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
   14.38  	./configure \
   14.39  		--disable-doc \
   14.40  		--enable-emotion-test \
   14.41 @@ -33,12 +36,14 @@
   14.42  # Rules to gen a SliTaz package suitable for Tazpkg.
   14.43  genpkg_rules()
   14.44  {
   14.45 -	mkdir -p $fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0 \
   14.46 -		$fs/usr/lib/emotion
   14.47 +	case "$ARCH" in
   14.48 +		i?86) edje_mods="/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0" ;;
   14.49 +		arm) edje_mods="/usr/lib/edje/modules/emotion/linux-gnueabi-arm-1.0.0" ;;
   14.50 +	esac
   14.51 +	mkdir -p $fs/usr/lib/emotion ${fs}${edje_mods}
   14.52  	cp -a $install/usr/bin $fs/usr
   14.53  	cp -a $install/usr/share $fs/usr
   14.54  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   14.55  	cp -a $install/usr/lib/emotion/*.so $fs/usr/lib/emotion
   14.56 -	cp -a $install/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0/*.so \
   14.57 -		$fs/usr/lib/edje/modules/emotion/linux-gnu-i486-1.0.0
   14.58 +	cp -a ${install}${edje_mods}/*.so ${fs}${edje_mods}
   14.59  }
    15.1 --- a/enlightenment-backgrounds/receipt	Wed Mar 26 09:11:44 2014 +0100
    15.2 +++ b/enlightenment-backgrounds/receipt	Wed Mar 26 09:44:30 2014 +0100
    15.3 @@ -1,13 +1,14 @@
    15.4  # SliTaz package receipt.
    15.5  
    15.6  PACKAGE="enlightenment-backgrounds"
    15.7 -VERSION="0.17.5"
    15.8 +VERSION="0.17.6"
    15.9  CATEGORY="x-window"
   15.10  SHORT_DESC="Additional backgrounds for Enlightenment."
   15.11  MAINTAINER="domcox@slitaz.org"
   15.12  LICENSE="BSD"
   15.13  WANTED="enlightenment"
   15.14  WEB_SITE="http://www.enlightenment.org/"
   15.15 +HOST_ARCH="i486 arm"
   15.16  
   15.17  DEPENDS=""
   15.18  
    16.1 --- a/enlightenment-pam/receipt	Wed Mar 26 09:11:44 2014 +0100
    16.2 +++ b/enlightenment-pam/receipt	Wed Mar 26 09:44:30 2014 +0100
    16.3 @@ -2,7 +2,7 @@
    16.4  
    16.5  PACKAGE="enlightenment-pam"
    16.6  SOURCE="enlightenment"
    16.7 -VERSION="0.17.5"
    16.8 +VERSION="0.17.6"
    16.9  CATEGORY="x-window"
   16.10  SHORT_DESC="Enlightenment window manager (E17) with PAM, Bluez and connman support."
   16.11  MAINTAINER="pankso@slitaz.org"
    17.1 --- a/enlightenment/receipt	Wed Mar 26 09:11:44 2014 +0100
    17.2 +++ b/enlightenment/receipt	Wed Mar 26 09:44:30 2014 +0100
    17.3 @@ -1,7 +1,7 @@
    17.4  # SliTaz package receipt.
    17.5  
    17.6  PACKAGE="enlightenment"
    17.7 -VERSION="0.17.5"
    17.8 +VERSION="0.17.6"
    17.9  CATEGORY="x-window"
   17.10  SHORT_DESC="Enlightenment window manager (E17)."
   17.11  MAINTAINER="pankso@slitaz.org"
   17.12 @@ -10,18 +10,22 @@
   17.13  WEB_SITE="http://www.enlightenment.org/"
   17.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   17.15  TAGS="e enlightenment wm window-manager"
   17.16 +HOST_ARCH="i486 arm"
   17.17 +
   17.18  LOCALES="da de es fr fr_CH it pt_BR ru zh_CN zh_TW"
   17.19 +DEPENDS="emotion efreet edbus alsa-lib xcb-util-keysyms"
   17.20 +BUILD_DEPENDS="emotion-dev efreet-dev edbus-dev alsa-lib-dev \
   17.21 +xcb-util-keysyms-dev"
   17.22  
   17.23 -DEPENDS="emotion efreet edbus alsa-lib xcb-util-keysyms"
   17.24 -BUILD_DEPENDS="emotion-dev efreet-dev edbus-dev
   17.25 -alsa-lib-dev pm-utils xcb-util-keysyms-dev"
   17.26 +case "$ARCH" in
   17.27 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS pm-utils" ;;
   17.28 +esac
   17.29  
   17.30  # Rules to configure and make the package.
   17.31  compile_rules()
   17.32  {
   17.33 -	CFLAGS="$CFLAGS -fvisibility=hidden"
   17.34 -	LDFLAGS="$LDFLAGS -fvisibility=hidden"
   17.35 -	export LDFLAGS
   17.36 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
   17.37 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
   17.38  	./configure \
   17.39  		--sysconfdir=/etc \
   17.40  		--disable-connman \
    18.1 --- a/ethumb-dev/receipt	Wed Mar 26 09:11:44 2014 +0100
    18.2 +++ b/ethumb-dev/receipt	Wed Mar 26 09:44:30 2014 +0100
    18.3 @@ -8,6 +8,7 @@
    18.4  LICENSE="LGPL2.1"
    18.5  WANTED="ethumb"
    18.6  WEB_SITE="http://www.enlightenment.org/"
    18.7 +HOST_ARCH="i486 arm"
    18.8  
    18.9  DEPENDS="emotion-dev edbus-dev libexif-dev pkg-config"
   18.10  
    19.1 --- a/ethumb/receipt	Wed Mar 26 09:11:44 2014 +0100
    19.2 +++ b/ethumb/receipt	Wed Mar 26 09:44:30 2014 +0100
    19.3 @@ -1,7 +1,7 @@
    19.4  # SliTaz package receipt.
    19.5  
    19.6  PACKAGE="ethumb"
    19.7 -VERSION="1.7.9"
    19.8 +VERSION="1.7.10"
    19.9  CATEGORY="graphics"
   19.10  SHORT_DESC="EFL Thumbnail generation library."
   19.11  MAINTAINER="pankso@slitaz.org"
   19.12 @@ -10,6 +10,7 @@
   19.13  WEB_SITE="http://www.enlightenment.org/"
   19.14  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   19.15  TAGS="e enlightenment efl"
   19.16 +HOST_ARCH="i486 arm"
   19.17  
   19.18  DEPENDS="emotion edbus libexif"
   19.19  BUILD_DEPENDS="emotion-dev edbus-dev libexif-dev"
    20.1 --- a/libelementary/receipt	Wed Mar 26 09:11:44 2014 +0100
    20.2 +++ b/libelementary/receipt	Wed Mar 26 09:44:30 2014 +0100
    20.3 @@ -1,13 +1,14 @@
    20.4  # SliTaz package receipt.
    20.5  
    20.6  PACKAGE="libelementary"
    20.7 -VERSION="1.7.9"
    20.8 +VERSION="1.7.10"
    20.9  CATEGORY="development"
   20.10  SHORT_DESC="Elementary library."
   20.11  MAINTAINER="pankso@slitaz.org"
   20.12  LICENSE="LGPL2.1"
   20.13  WANTED="elementary"
   20.14  WEB_SITE="http://www.enlightenment.org/"
   20.15 +HOST_ARCH="i486 arm"
   20.16  
   20.17  DEPENDS="xorg-libXp xorg-libXss jpeg fribidi fontconfig edbus efreet \
   20.18  glib eina"
    21.1 --- a/terminology/receipt	Wed Mar 26 09:11:44 2014 +0100
    21.2 +++ b/terminology/receipt	Wed Mar 26 09:44:30 2014 +0100
    21.3 @@ -1,22 +1,25 @@
    21.4  # SliTaz package receipt.
    21.5  
    21.6  PACKAGE="terminology"
    21.7 -VERSION="0.3.0-3"
    21.8 +VERSION="0.3.0"
    21.9  CATEGORY="base-system"
   21.10  SHORT_DESC="Terminology is a terminal emulator with innovative features."
   21.11  MAINTAINER="domcox@slitaz.org"
   21.12  LICENSE="GPL"
   21.13  WEB_SITE="http://www.enlightenment.org/"
   21.14 -TARBALL="$PACKAGE-${VERSION%-*}.tar.gz"
   21.15 +TARBALL="$PACKAGE-${VERSION}.tar.bz2"
   21.16  WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
   21.17  TAGS="e enlightenment terminal"
   21.18 +#HOST_ARCH="i486 arm"
   21.19  
   21.20 -DEPENDS="elementary"
   21.21 -BUILD_DEPENDS="elementary-dev"
   21.22 +DEPENDS="elementary ethumb"
   21.23 +BUILD_DEPENDS="elementary-dev ethumb-dev"
   21.24  
   21.25  # Rules to configure and make the package.
   21.26  compile_rules()
   21.27  {
   21.28 +	export CFLAGS="$CFLAGS -fvisibility=hidden"
   21.29 +	export LDFLAGS="$LDFLAGS -fvisibility=hidden"
   21.30  	./configure \
   21.31  		-with-maximum-log-level=1 \
   21.32  		$CONFIGURE_ARGS &&