wok-next diff boost/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents a244e109372e
children f48456621a9d
line diff
     1.1 --- a/boost/receipt	Tue Aug 21 00:41:54 2018 +0300
     1.2 +++ b/boost/receipt	Tue Aug 21 05:42:25 2018 +0300
     1.3 @@ -16,11 +16,12 @@
     1.4  
     1.5  BUILD_DEPENDS="icu-dev zlib-dev bzip2-dev python-dev"
     1.6  b="boost"
     1.7 -SPLIT="$b-atomic $b-chrono $b-container $b-context $b-coroutine $b-date-time \
     1.8 -$b-fiber $b-filesystem $b-graph $b-iostreams $b-locale $b-log $b-math \
     1.9 -$b-math-tr1 $b-prg-exec-monitor $b-program-options $b-python $b-random \
    1.10 -$b-regex $b-serialization $b-signals $b-system $b-thread $b-timer \
    1.11 -$b-type-erasure $b-unit-test-framework $b-wave $b-wserialization $b-doc $b-dev"
    1.12 +SPLIT="$b-atomic $b-chrono $b-container $b-context $b-contract $b-coroutine \
    1.13 +$b-date-time $b-fiber $b-filesystem $b-graph $b-iostreams $b-locale $b-log \
    1.14 +$b-math $b-math-tr1 $b-prg-exec-monitor $b-program-options $b-python $b-random \
    1.15 +$b-regex $b-serialization $b-signals $b-stacktrace $b-system $b-thread \
    1.16 +$b-timer $b-type-erasure $b-unit-test-framework $b-wave $b-wserialization \
    1.17 +$b-dev"
    1.18  
    1.19  # About splitting: there's complex relationships between header files.
    1.20  # Previously, for example, the /usr/include/boost/chrono/* files were packed
    1.21 @@ -55,7 +56,9 @@
    1.22  genpkg_rules() {
    1.23  	DEPENDS=" "
    1.24  	case $PACKAGE in
    1.25 +		boost)					DEPENDS="$b-date-time $b-iostreams $b-regex $b-serialization $b-system $b-thread";;
    1.26  		*-chrono)				DEPENDS="$b-system";;
    1.27 +		*-contract)				DEPENDS="$b-system";;
    1.28  		*-coroutine)			DEPENDS="$b-chrono $b-context $b-system $b-thread";;
    1.29  		*-fiber)				DEPENDS="$b-context $b-filesystem $b-system";;
    1.30  		*-filesystem)			DEPENDS="$b-system";;
    1.31 @@ -76,14 +79,8 @@
    1.32  
    1.33  	case $PACKAGE in
    1.34  		boost)
    1.35 -			DEPENDS="$b-date-time $b-iostreams $b-regex $b-serialization \
    1.36 -			$b-system $b-thread"
    1.37  			CAT="meta|meta-package to install base modules"
    1.38  			;;
    1.39 -		*-doc)
    1.40 -			copy doc/
    1.41 -			CAT="doc|documentation"
    1.42 -			;;
    1.43  		boost-dev)
    1.44  			copy @dev @rm
    1.45  			;;