Browse Source

Juergen Sawinski:


			
			
				rocklinux
			
			
		
Juergen "George" Sawinski 20 years ago
parent
commit
9fa945fdd7
2 changed files with 11 additions and 11 deletions
  1. +9
    -8
      package/gnome2/abiword/abiword.conf
  2. +2
    -3
      package/gnome2/abiword/abiword.desc

+ 9
- 8
package/gnome2/abiword/abiword.conf

@ -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"
}

+ 2
- 3
package/gnome2/abiword/abiword.desc

@ -37,8 +37,7 @@
[L] GPL
[S] Stable
[V] 2.0.6
[V] 2.0.9
[P] X -----5---9 208.900
[D] 2879504186 abiword-2.0.6.tar.bz2 http://dl.sourceforge.net/sourceforge/abiword/
[D] 1825519634 abiword-plugins-2.0.1-2.tar.bz2 http://dl.sourceforge.net/sourceforge/abiword/
[D] 4149917204 abiword-2.0.9.tar.bz2 http://dl.sourceforge.net/sourceforge/abiword/

Loading…
Cancel
Save