wok rev 23507
joe, tig, udftools: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 11:10:51 2020 +0200 (2020-04-06) |
parents | 6459e4820526 |
children | 9f96be6e68d9 |
files | busybox/stuff/busybox-1.31.config joe/receipt python-cheetah/receipt tig/receipt udftools/receipt |
line diff
1.1 --- a/busybox/stuff/busybox-1.31.config Mon Apr 06 09:22:36 2020 +0100 1.2 +++ b/busybox/stuff/busybox-1.31.config Mon Apr 06 11:10:51 2020 +0200 1.3 @@ -631,7 +631,7 @@ 1.4 CONFIG_LOSETUP=y 1.5 CONFIG_LSPCI=y 1.6 CONFIG_LSUSB=y 1.7 -# CONFIG_MDEV is not set 1.8 +CONFIG_MDEV=y 1.9 # CONFIG_FEATURE_MDEV_CONF is not set 1.10 # CONFIG_FEATURE_MDEV_RENAME is not set 1.11 # CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set
2.1 --- a/joe/receipt Mon Apr 06 09:22:36 2020 +0100 2.2 +++ b/joe/receipt Mon Apr 06 11:10:51 2020 +0200 2.3 @@ -13,7 +13,7 @@ 2.4 WGET_URL="$SF_MIRROR/joe-editor/$TARBALL" 2.5 2.6 DEPENDS="ncursesw" 2.7 -BUILD_DEPENDS="ncursesw-dev" 2.8 +BUILD_DEPENDS="ncursesw-dev desktop-file-utils" 2.9 HOST_ARCH="i486 arm" 2.10 2.11 # Rules to configure and make the package.
3.1 --- a/python-cheetah/receipt Mon Apr 06 09:22:36 2020 +0100 3.2 +++ b/python-cheetah/receipt Mon Apr 06 11:10:51 2020 +0200 3.3 @@ -11,6 +11,7 @@ 3.4 3.5 SOURCE="Cheetah" 3.6 TARBALL="$SOURCE-$VERSION.tar.gz" 3.7 +WEB_SITE="https://pypi.org/project/Cheetah/" 3.8 WGET_URL="https://files.pythonhosted.org/packages/source/C/$SOURCE/$TARBALL" 3.9 3.10 DEPENDS="python"
4.1 --- a/tig/receipt Mon Apr 06 09:22:36 2020 +0100 4.2 +++ b/tig/receipt Mon Apr 06 11:10:51 2020 +0200 4.3 @@ -12,7 +12,7 @@ 4.4 WGET_URL="https://github.com/jonas/$PACKAGE/archive/$TARBALL" 4.5 4.6 DEPENDS="ncurses" 4.7 -BUILD_DEPENDS="autoconf ncurses-dev" 4.8 +BUILD_DEPENDS="libtool ncurses-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/udftools/receipt Mon Apr 06 09:22:36 2020 +0100 5.2 +++ b/udftools/receipt Mon Apr 06 11:10:51 2020 +0200 5.3 @@ -12,7 +12,7 @@ 5.4 WGET_URL="${WEB_SITE}archive/$VERSION.tar.gz" 5.5 5.6 DEPENDS="ncurses readline" 5.7 -BUILD_DEPENDS="autoconf bash file ncurses-dev readline-dev" 5.8 +BUILD_DEPENDS="libtool bash file ncurses-dev readline-dev udev-dev" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()