# HG changeset patch # User Rohit Joshi # Date 1240931792 0 # Node ID b292c68175adf23bd8b496b441c01e29bb0fc216 # Parent bebfa19abc361eb5bed13df7b5ca824a9a895a4b Abiword: enable printing, reduce size diff -r bebfa19abc36 -r b292c68175ad abiword/receipt --- a/abiword/receipt Tue Apr 28 15:14:43 2009 +0000 +++ b/abiword/receipt Tue Apr 28 15:16:32 2009 +0000 @@ -24,6 +24,7 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-extra-optimization \ + --enable-printing \ $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install @@ -38,5 +39,24 @@ # Non standard pixmap cp $_pkg/usr/share/icons/abiword_48.png \ $fs/usr/share/pixmaps/abiword.png + # Non-standard locale use : get english, spanish, french, german + rm $fs/usr/share/abiword-*/strings/* + rm $fs/usr/share/abiword-*/templates/* + rm $fs/usr/share/abiword-*/system.pro* + cp $_pkg/usr/share/abiword-*/strings/d* \ + $_pkg/usr/share/abiword-*/strings/e* \ + $_pkg/usr/share/abiword-*/strings/f* \ + $fs/usr/share/abiword-*/strings/ + cp $_pkg/usr/share/abiword-*/templates/normal.awt \ + $_pkg/usr/share/abiword-*/templates/normal.awt-d* \ + $_pkg/usr/share/abiword-*/templates/normal.awt-e* \ + $_pkg/usr/share/abiword-*/templates/normal.awt-f* \ + $fs/usr/share/abiword-*/templates/ + cp $_pkg/usr/share/abiword-*/system.profile \ + $_pkg/usr/share/abiword-*/system.profile-d* \ + $_pkg/usr/share/abiword-*/system.profile-e* \ + $_pkg/usr/share/abiword-*/system.profile-f* \ + $fs/usr/share/abiword-*/ + }