|
|
@ -23,21 +23,22 @@ |
|
|
|
. $base/package/*/*/gnome-2.conf |
|
|
|
|
|
|
|
var_append confopt ' ' "--enable-gnome" |
|
|
|
var_append confopt ' ' "--with-builtin-plugins" |
|
|
|
var_append confopt ' ' "--enable-threads" |
|
|
|
|
|
|
|
abiword_main() { |
|
|
|
plver="`echo $desc_D | sed 's/.*abiword-plugins-\([0-9.-]*\)\..*/\1/'`" |
|
|
|
echo "Extracting abiword-plugins-$plver.tar.bz2 ($taropt) ... " |
|
|
|
tar $taropt $archdir/abiword-plugins-$plver.tar.bz2 |
|
|
|
#FIXME: PERL interface is currently buggy |
|
|
|
#var_append confopt ' ' "--enable-scripting" |
|
|
|
# That's a bug in abiword or a unexpected change in perl: |
|
|
|
#var_append CXX_WRAPPER_APPEND ' ' "-DNOT_PERL_5_8" |
|
|
|
|
|
|
|
abiword_main() { |
|
|
|
cd abi |
|
|
|
|
|
|
|
eval_config_command $( eval echo $confopt ) |
|
|
|
eval "$MAKE" ; eval "$MAKE install" |
|
|
|
|
|
|
|
cd ../abiword-plugins |
|
|
|
eval_config_command $( eval echo $confopt ) \ |
|
|
|
--with-abiword=$builddir/abiword-$ver/abi \ |
|
|
|
--enable-scripting \ |
|
|
|
--with-builtin-plugins |
|
|
|
eval_config_command $( eval echo $confopt ) |
|
|
|
eval "$MAKE" ; eval "$MAKE install" |
|
|
|
} |
|
|
|
|
|
|
|