# HG changeset patch # User Aleksej Bobylev # Date 1524831137 -10800 # Node ID 9a488e19da38c94fdd7fa6bfa7453454a1303c78 # Parent 51c511afea38ceb0240843076a15061f26fc07e0 Fix "can't execute '/usr/bin/update-mime-database': No such file or directory" diff -r 51c511afea38 -r 9a488e19da38 enlightenment/receipt --- a/enlightenment/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/enlightenment/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -14,9 +14,10 @@ BUILD_DEPENDS_arm="eet-dev evas-dev ecore-dev eeze-dev emotion-dev efreet-dev \ edbus-dev libelementary elementary-dev edje-dev ethumb-dev eio-dev \ alsa-lib-dev xorg-xcb-util-keysyms-dev bluez-dev connman-dev pam-dev" -BUILD_DEPENDS="eet-dev evas-dev ecore-dev eeze-dev emotion-dev efreet-dev \ -edbus-dev libelementary elementary-dev edje-dev ethumb-dev eio-dev \ -alsa-lib-dev xorg-xcb-util-keysyms-dev bluez-dev connman-dev pam-dev pm-utils" +BUILD_DEPENDS="shared-mime-info eet-dev evas-dev ecore-dev eeze-dev \ +emotion-dev efreet-dev edbus-dev libelementary elementary-dev edje-dev \ +ethumb-dev eio-dev alsa-lib-dev xorg-xcb-util-keysyms-dev bluez-dev \ +connman-dev pam-dev pm-utils" SPLIT="enlightenment enlightenment-pam enlightenment-backgrounds" LOCALES="cs da de el es fr fr_CH hu it pl pt pt_BR ru sl sv zh_CN zh_TW" diff -r 51c511afea38 -r 9a488e19da38 enna/receipt --- a/enna/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/enna/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -14,10 +14,10 @@ DEPENDS="eina eet ecore evas efreet edje edbus emotion ethumb elementary \ embryo libvalhalla libcurl xine-lib libexif alsa-lib libplayer xorg-libXrandr" -BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev efreet-dev edje-dev \ -edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev eio-dev \ -xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev libtool \ -expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \ +BUILD_DEPENDS="shared-mime-info eina-dev eet-dev ecore-dev evas-dev efreet-dev \ +edje-dev edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev \ +eio-dev xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev \ +libtool expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \ xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev gettext" # Handle cross compilation diff -r 51c511afea38 -r 9a488e19da38 libplayer/receipt --- a/libplayer/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/libplayer/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://libplayer.geexbox.org/releases/$TARBALL" -BUILD_DEPENDS="xine-lib-dev" +BUILD_DEPENDS="shared-mime-info xine-lib-dev" SPLIT="libplayer-dev" compile_rules() { diff -r 51c511afea38 -r 9a488e19da38 oxine/receipt --- a/oxine/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/oxine/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -11,7 +11,8 @@ WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" DEPENDS="libcdio xine-lib curl" -BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev xorg-libX11-dev xorg-libXtst-dev" +BUILD_DEPENDS="shared-mime-info libcdio-dev xine-lib-dev curl-dev \ +xorg-libX11-dev xorg-libXtst-dev" # Rules to configure and make the package. compile_rules() diff -r 51c511afea38 -r 9a488e19da38 python-edje/receipt --- a/python-edje/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/python-edje/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL" -BUILD_DEPENDS="edje-dev python-evas-dev shared-mime-info \ +BUILD_DEPENDS="shared-mime-info edje-dev python-evas-dev \ python-cython autoconf automake git subversion libtool libxml2-dev" SPLIT="python-edje-dev" diff -r 51c511afea38 -r 9a488e19da38 rage/receipt --- a/rage/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/rage/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -13,8 +13,9 @@ TAGS="mp3 ogg video e17 audio music" DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl" -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \ -emotion eina-dev curl-dev openssl-dev libtool jpeg-dev expat-dev glib-dev" +BUILD_DEPENDS="shared-mime-info eet-dev evas-dev ecore-dev embryo-dev edje-dev \ +emotion-dev emotion eina-dev curl-dev openssl-dev libtool jpeg-dev expat-dev \ +glib-dev" # Handle cross compilation case "$ARCH" in diff -r 51c511afea38 -r 9a488e19da38 terminology/receipt --- a/terminology/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/terminology/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -12,7 +12,7 @@ TAGS="e enlightenment terminal" DEPENDS="elementary ethumb" -BUILD_DEPENDS="elementary-dev ethumb-dev" +BUILD_DEPENDS="shared-mime-info elementary-dev ethumb-dev" # Rules to configure and make the package. compile_rules() diff -r 51c511afea38 -r 9a488e19da38 xine-ui/receipt --- a/xine-ui/receipt Fri Apr 27 13:59:14 2018 +0300 +++ b/xine-ui/receipt Fri Apr 27 15:12:17 2018 +0300 @@ -12,8 +12,8 @@ WGET_URL="$SF_MIRROR/xine/$TARBALL" # Keep Xine small for Live system, we have MPlayer or VLC has big video player. -BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev \ -libpng16-dev libjpeg-turbo-dev xorg-libXScrnSaver-dev" +BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-dev xorg-libXv-dev \ +xorg-libXxf86vm-dev libpng16-dev libjpeg-turbo-dev xorg-libXScrnSaver-dev" COOKOPTS="!menus" # Use a custom .desktop file