wok-stable diff abiword/receipt @ rev 2952
estickies, exhibit: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 08 16:49:05 2009 +0200 (2009-05-08) |
parents | e75b1d632d66 |
children | 2bbc0ef3f1d2 |
line diff
1.1 --- a/abiword/receipt Mon Mar 16 15:53:02 2009 +0000 1.2 +++ b/abiword/receipt Fri May 08 16:49:05 2009 +0200 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