wok-4.x rev 2800
Abiword: enable printing, reduce size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Apr 28 15:16:32 2009 +0000 (2009-04-28) |
parents | bebfa19abc36 |
children | eb1a103df62a |
files | abiword/receipt |
line diff
1.1 --- a/abiword/receipt Tue Apr 28 15:14:43 2009 +0000 1.2 +++ b/abiword/receipt Tue Apr 28 15:16:32 2009 +0000 1.3 @@ -24,6 +24,7 @@ 1.4 --infodir=/usr/share/info \ 1.5 --mandir=/usr/share/man \ 1.6 --enable-extra-optimization \ 1.7 + --enable-printing \ 1.8 $CONFIGURE_ARGS 1.9 make 1.10 make DESTDIR=$PWD/_pkg install 1.11 @@ -38,5 +39,24 @@ 1.12 # Non standard pixmap 1.13 cp $_pkg/usr/share/icons/abiword_48.png \ 1.14 $fs/usr/share/pixmaps/abiword.png 1.15 + # Non-standard locale use : get english, spanish, french, german 1.16 + rm $fs/usr/share/abiword-*/strings/* 1.17 + rm $fs/usr/share/abiword-*/templates/* 1.18 + rm $fs/usr/share/abiword-*/system.pro* 1.19 + cp $_pkg/usr/share/abiword-*/strings/d* \ 1.20 + $_pkg/usr/share/abiword-*/strings/e* \ 1.21 + $_pkg/usr/share/abiword-*/strings/f* \ 1.22 + $fs/usr/share/abiword-*/strings/ 1.23 + cp $_pkg/usr/share/abiword-*/templates/normal.awt \ 1.24 + $_pkg/usr/share/abiword-*/templates/normal.awt-d* \ 1.25 + $_pkg/usr/share/abiword-*/templates/normal.awt-e* \ 1.26 + $_pkg/usr/share/abiword-*/templates/normal.awt-f* \ 1.27 + $fs/usr/share/abiword-*/templates/ 1.28 + cp $_pkg/usr/share/abiword-*/system.profile \ 1.29 + $_pkg/usr/share/abiword-*/system.profile-d* \ 1.30 + $_pkg/usr/share/abiword-*/system.profile-e* \ 1.31 + $_pkg/usr/share/abiword-*/system.profile-f* \ 1.32 + $fs/usr/share/abiword-*/ 1.33 + 1.34 } 1.35