wok-next rev 20636

Fix "can't execute '/usr/bin/update-mime-database': No such file or directory"
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 27 15:12:17 2018 +0300 (2018-04-27)
parents 51c511afea38
children 5f2679c2abb7
files enlightenment/receipt enna/receipt libplayer/receipt oxine/receipt python-edje/receipt rage/receipt terminology/receipt xine-ui/receipt
line diff
     1.1 --- a/enlightenment/receipt	Fri Apr 27 13:59:14 2018 +0300
     1.2 +++ b/enlightenment/receipt	Fri Apr 27 15:12:17 2018 +0300
     1.3 @@ -14,9 +14,10 @@
     1.4  BUILD_DEPENDS_arm="eet-dev evas-dev ecore-dev eeze-dev emotion-dev efreet-dev \
     1.5  edbus-dev libelementary elementary-dev edje-dev ethumb-dev eio-dev \
     1.6  alsa-lib-dev xorg-xcb-util-keysyms-dev bluez-dev connman-dev pam-dev"
     1.7 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev eeze-dev emotion-dev efreet-dev \
     1.8 -edbus-dev libelementary elementary-dev edje-dev ethumb-dev eio-dev \
     1.9 -alsa-lib-dev xorg-xcb-util-keysyms-dev bluez-dev connman-dev pam-dev pm-utils"
    1.10 +BUILD_DEPENDS="shared-mime-info eet-dev evas-dev ecore-dev eeze-dev \
    1.11 +emotion-dev efreet-dev edbus-dev libelementary elementary-dev edje-dev \
    1.12 +ethumb-dev eio-dev alsa-lib-dev xorg-xcb-util-keysyms-dev bluez-dev \
    1.13 +connman-dev pam-dev pm-utils"
    1.14  SPLIT="enlightenment enlightenment-pam enlightenment-backgrounds"
    1.15  
    1.16  LOCALES="cs da de el es fr fr_CH hu it pl pt pt_BR ru sl sv zh_CN zh_TW"
     2.1 --- a/enna/receipt	Fri Apr 27 13:59:14 2018 +0300
     2.2 +++ b/enna/receipt	Fri Apr 27 15:12:17 2018 +0300
     2.3 @@ -14,10 +14,10 @@
     2.4  
     2.5  DEPENDS="eina eet ecore evas efreet edje edbus emotion ethumb elementary  \
     2.6  embryo libvalhalla libcurl xine-lib libexif alsa-lib libplayer xorg-libXrandr"
     2.7 -BUILD_DEPENDS="eina-dev eet-dev ecore-dev evas-dev efreet-dev edje-dev \
     2.8 -edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev eio-dev \
     2.9 -xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev libtool \
    2.10 -expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \
    2.11 +BUILD_DEPENDS="shared-mime-info eina-dev eet-dev ecore-dev evas-dev efreet-dev \
    2.12 +edje-dev edbus-dev emotion-dev ethumb-dev elementary-dev embryo-dev curl-dev \
    2.13 +eio-dev xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev libxml2-dev \
    2.14 +libtool expat-dev jpeg-dev glib-dev ffmpeg-dev libvalhalla-dev libelementary \
    2.15  xorg-libXrandr-dev ffmpeg-compat-dev eeze-dev lua-dev gettext"
    2.16  
    2.17  # Handle cross compilation
     3.1 --- a/libplayer/receipt	Fri Apr 27 13:59:14 2018 +0300
     3.2 +++ b/libplayer/receipt	Fri Apr 27 15:12:17 2018 +0300
     3.3 @@ -11,7 +11,7 @@
     3.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     3.5  WGET_URL="http://libplayer.geexbox.org/releases/$TARBALL"
     3.6  
     3.7 -BUILD_DEPENDS="xine-lib-dev"
     3.8 +BUILD_DEPENDS="shared-mime-info xine-lib-dev"
     3.9  SPLIT="libplayer-dev"
    3.10  
    3.11  compile_rules() {
     4.1 --- a/oxine/receipt	Fri Apr 27 13:59:14 2018 +0300
     4.2 +++ b/oxine/receipt	Fri Apr 27 15:12:17 2018 +0300
     4.3 @@ -11,7 +11,8 @@
     4.4  WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
     4.5  
     4.6  DEPENDS="libcdio xine-lib curl"
     4.7 -BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev xorg-libX11-dev xorg-libXtst-dev"
     4.8 +BUILD_DEPENDS="shared-mime-info libcdio-dev xine-lib-dev curl-dev \
     4.9 +xorg-libX11-dev xorg-libXtst-dev"
    4.10  
    4.11  # Rules to configure and make the package.
    4.12  compile_rules()
     5.1 --- a/python-edje/receipt	Fri Apr 27 13:59:14 2018 +0300
     5.2 +++ b/python-edje/receipt	Fri Apr 27 15:12:17 2018 +0300
     5.3 @@ -11,7 +11,7 @@
     5.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     5.5  WGET_URL="http://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
     5.6  
     5.7 -BUILD_DEPENDS="edje-dev python-evas-dev shared-mime-info \
     5.8 +BUILD_DEPENDS="shared-mime-info edje-dev python-evas-dev \
     5.9  python-cython autoconf automake git subversion libtool libxml2-dev"
    5.10  SPLIT="python-edje-dev"
    5.11  
     6.1 --- a/rage/receipt	Fri Apr 27 13:59:14 2018 +0300
     6.2 +++ b/rage/receipt	Fri Apr 27 15:12:17 2018 +0300
     6.3 @@ -13,8 +13,9 @@
     6.4  TAGS="mp3 ogg video e17 audio music"
     6.5  
     6.6  DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl"
     6.7 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \
     6.8 -emotion eina-dev curl-dev openssl-dev libtool jpeg-dev expat-dev glib-dev"
     6.9 +BUILD_DEPENDS="shared-mime-info eet-dev evas-dev ecore-dev embryo-dev edje-dev \
    6.10 +emotion-dev emotion eina-dev curl-dev openssl-dev libtool jpeg-dev expat-dev \
    6.11 +glib-dev"
    6.12  
    6.13  # Handle cross compilation
    6.14  case "$ARCH" in
     7.1 --- a/terminology/receipt	Fri Apr 27 13:59:14 2018 +0300
     7.2 +++ b/terminology/receipt	Fri Apr 27 15:12:17 2018 +0300
     7.3 @@ -12,7 +12,7 @@
     7.4  TAGS="e enlightenment terminal"
     7.5  
     7.6  DEPENDS="elementary ethumb"
     7.7 -BUILD_DEPENDS="elementary-dev ethumb-dev"
     7.8 +BUILD_DEPENDS="shared-mime-info elementary-dev ethumb-dev"
     7.9  
    7.10  # Rules to configure and make the package.
    7.11  compile_rules()
     8.1 --- a/xine-ui/receipt	Fri Apr 27 13:59:14 2018 +0300
     8.2 +++ b/xine-ui/receipt	Fri Apr 27 15:12:17 2018 +0300
     8.3 @@ -12,8 +12,8 @@
     8.4  WGET_URL="$SF_MIRROR/xine/$TARBALL"
     8.5  
     8.6  # Keep Xine small for Live system, we have MPlayer or VLC has big video player.
     8.7 -BUILD_DEPENDS="xine-lib-dev xorg-dev xorg-libXv-dev xorg-libXxf86vm-dev \
     8.8 -libpng16-dev libjpeg-turbo-dev xorg-libXScrnSaver-dev"
     8.9 +BUILD_DEPENDS="shared-mime-info xine-lib-dev xorg-dev xorg-libXv-dev \
    8.10 +xorg-libXxf86vm-dev libpng16-dev libjpeg-turbo-dev xorg-libXScrnSaver-dev"
    8.11  
    8.12  COOKOPTS="!menus" # Use a custom .desktop file
    8.13