diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/abiword | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/abiword/abiword-2.2.7/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/abiword/abiword-2.2.7/cdump-hack.patch | 11 | ||||
-rw-r--r-- | packages/abiword/abiword_2.0.14.bb | 49 |
4 files changed, 60 insertions, 0 deletions
diff --git a/packages/abiword/.mtn2git_empty b/packages/abiword/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/abiword/.mtn2git_empty diff --git a/packages/abiword/abiword-2.2.7/.mtn2git_empty b/packages/abiword/abiword-2.2.7/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/abiword/abiword-2.2.7/.mtn2git_empty diff --git a/packages/abiword/abiword-2.2.7/cdump-hack.patch b/packages/abiword/abiword-2.2.7/cdump-hack.patch index e69de29bb2..afe75287e5 100644 --- a/packages/abiword/abiword-2.2.7/cdump-hack.patch +++ b/packages/abiword/abiword-2.2.7/cdump-hack.patch @@ -0,0 +1,11 @@ +--- abi/src/wp/ap/xp/GNUmakefile.am.orig 2005-05-09 21:33:34.915201456 +0000 ++++ abi/src/wp/ap/xp/GNUmakefile.am 2005-05-09 21:33:49.341008400 +0000 +@@ -107,7 +107,7 @@ + ap_wp_sidebar.cpp + + CDUMP=$(top_srcdir)/src/tools/cdump/xp/cdump.c +-CDUMPAPP=$(top_builddir)/src/tools/cdump/xp/cdump ++CDUMPAPP=cdump + + ap_wp_splash.cpp: $(CDUMP) $(srcdir)/splash.png + $(CDUMPAPP) $(srcdir)/splash.png g_pngSplash > ap_wp_splash.cpp diff --git a/packages/abiword/abiword_2.0.14.bb b/packages/abiword/abiword_2.0.14.bb index e69de29bb2..d7b0ab507b 100644 --- a/packages/abiword/abiword_2.0.14.bb +++ b/packages/abiword/abiword_2.0.14.bb @@ -0,0 +1,49 @@ +DESCRIPTION = "AbiWord Word Processor" + +DEPENDS = "cdump-native libfribidi enchant jpeg libpng perl glibc" +RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ + glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" + +BROKEN =1 +inherit autotools + +PR = "r0" + +S = "${WORKDIR}/abiword-${PV}/abi" + +SRC_URI = "http://download.sourceforge.net/abiword/abiword-${PV}.tar.bz2" + +FILES_${PN} += " ${datadir}/icons/* \ +${datadir}/AbiSuite-2.0/AbiWord/glade \ +${datadir}/AbiSuite-2.0/AbiWord/scripts \ +${datadir}/AbiSuite-2.0/AbiWord/system.profile-en \ +${datadir}/AbiSuite-2.0/AbiWord/system.profile-en_GB \ +#${datadir}/AbiSuite-2.0/templates/A4.awt \ +#${datadir}/AbiSuite-2.0/templates/US-Letter.awt \ +${datadir}/AbiSuite-2.0/templates/normal.awt \ +${datadir}/AbiSuite-2.0/templates/normal.awt-en_GB \ +${datadir}/AbiSuite-2.0/templates/Employee-Directory.awt \ +${datadir}/AbiSuite-2.0/templates/Business-Report.awt \ +${datadir}/AbiSuite-2.0/templates/Fax-Coversheet.awt \ +${datadir}/AbiSuite-2.0/templates/Resume.awt \ +${datadir}/AbiSuite-2.0/templates/Two-Columns.awt \ +${datadir}/AbiSuite-2.0/templates/Memo.awt \ +${datadir}/AbiSuite-2.0/templates/Press-Release.awt" + +#abiword needs this native tool +export BUILD_CDUMPTOOL=${STAGING_BINDIR}/cdump + +PARALLEL_MAKE="" + +do_configure () { + cd ${S} + ./autogen.sh + ./configure --prefix=/usr --host=${TARGET_SYS} --disable-pspell --enable-enchant +# --enable-debug +} + +do_install_append() { + install -d ${D}${datadir}/pixmaps/ + mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ +} + |