wok-next rev 19671
Update some build dependencies
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 18 17:36:09 2017 +0200 (2017-03-18) |
parents | 58556ca016f4 |
children | abf832a4c2a4 |
files | chess3d/receipt dbus-glib/receipt sundown/receipt sylfilter/receipt terminator/receipt thermald/receipt wget/receipt |
line diff
1.1 --- a/chess3d/receipt Sat Mar 18 15:28:43 2017 +0200 1.2 +++ b/chess3d/receipt Sat Mar 18 17:36:09 2017 +0200 1.3 @@ -20,7 +20,7 @@ 1.4 unlzma -c $TARBALL | tar xf - 1.5 mv $PACKAGE-$VERSION/* . 1.6 fi 1.7 - mkdir arts d_img img 1.8 + mkdir -p arts d_img img 1.9 for i in C0_Toledo.htm c0_pgn.js c0_chess.js ; do 1.10 [ -s $i ] && continue 1.11 wget ${WEB_SITE}$i || return 1 1.12 @@ -76,4 +76,3 @@ 1.13 Comment=3d chess game 1.14 EOT 1.15 } 1.16 -
2.1 --- a/dbus-glib/receipt Sat Mar 18 15:28:43 2017 +0200 2.2 +++ b/dbus-glib/receipt Sat Mar 18 17:36:09 2017 +0200 2.3 @@ -12,7 +12,8 @@ 2.4 HOST_ARCH="i486 arm" 2.5 2.6 DEPENDS="dbus libgio expat" 2.7 -BUILD_DEPENDS="dbus-dev glib-dev libgio-dev expat-dev pkg-config gettext" 2.8 +BUILD_DEPENDS="dbus-dev glib-dev libgio-dev expat-dev pkg-config gettext \ 2.9 +gtk-doc" 2.10 2.11 # Handle cross compilation. Host pkg-config/gettext are used 2.12 case "$ARCH" in
3.1 --- a/sundown/receipt Sat Mar 18 15:28:43 2017 +0200 3.2 +++ b/sundown/receipt Sat Mar 18 17:36:09 2017 +0200 3.3 @@ -19,7 +19,10 @@ 3.4 { 3.5 #sed -i 's|O3|Os|' $src/Makefile 3.6 patch -p1 -i $stuff/sundown.options.patch 3.7 + sed -i 's|-Wl||' Makefile 3.8 + 3.9 make 3.10 + 3.11 mkdir -p $install/usr/bin 3.12 cp -a $src/sundown $install/usr/bin 3.13 }
4.1 --- a/sylfilter/receipt Sat Mar 18 15:28:43 2017 +0200 4.2 +++ b/sylfilter/receipt Sat Mar 18 17:36:09 2017 +0200 4.3 @@ -12,7 +12,7 @@ 4.4 TAGS="mail email filter spam" 4.5 4.6 DEPENDS="sqlite" 4.7 -BUILD_DEPENDS="sqlite-dev" 4.8 +BUILD_DEPENDS="sqlite-dev gfortran glib-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/terminator/receipt Sat Mar 18 15:28:43 2017 +0200 5.2 +++ b/terminator/receipt Sat Mar 18 17:36:09 2017 +0200 5.3 @@ -11,7 +11,7 @@ 5.4 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL" 5.5 5.6 DEPENDS="python pygtk notify-python" 5.7 -BUILD_DEPENDS="wget python-dev" 5.8 +BUILD_DEPENDS="python-dev gettext intltool" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/thermald/receipt Sat Mar 18 15:28:43 2017 +0200 6.2 +++ b/thermald/receipt Sat Mar 18 17:36:09 2017 +0200 6.3 @@ -11,7 +11,7 @@ 6.4 WGET_URL="https://github.com/01org/thermal_daemon/archive/v$VERSION.tar.gz" 6.5 6.6 DEPENDS="dbus dbus-glib" 6.7 -BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2 wget automake" 6.8 +BUILD_DEPENDS="dbus-dev dbus-glib-dev libxml2-dev automake" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/wget/receipt Sat Mar 18 15:28:43 2017 +0200 7.2 +++ b/wget/receipt Sat Mar 18 17:36:09 2017 +0200 7.3 @@ -13,7 +13,8 @@ 7.4 CONFIG_FILES="/etc/wgetrc" 7.5 7.6 DEPENDS="libssl libidn pcre util-linux-uuid zlib" 7.7 -BUILD_DEPENDS="openssl-dev libidn-dev flex util-linux-uuid-dev" 7.8 +BUILD_DEPENDS="openssl-dev libidn-dev flex util-linux-uuid-dev gettext \ 7.9 +zlib-dev perl pcre-dev" 7.10 7.11 # Handle cross compilation 7.12 case "$ARCH" in