[oe-commits] org.oe.oz354x abiword: add abiword/e from .dev

koen commit openembedded-commits at lists.openembedded.org
Mon Sep 4 10:08:04 UTC 2006


abiword: add abiword/e from .dev

Author: koen at openembedded.org
Branch: org.openembedded.oz354x
Revision: e9d53d00b3f6aa8ce50cfe088409c1b462015da2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e9d53d00b3f6aa8ce50cfe088409c1b462015da2
Files:
1
packages/abiword/abiword-plugins_2.4.4.bb
packages/abiword/abiword_2.4.2.bb
packages/abiword/abiword_2.4.4.bb
packages/abiword/abiword-embedded_2.4.5.bb
packages/abiword/abiword.inc
Diffs:

#
# mt diff -rd6ac6bfa9302e2f0ed978521c1ffbf4971a4547e -re9d53d00b3f6aa8ce50cfe088409c1b462015da2
#
# 
# 
# delete "packages/abiword/abiword-plugins_2.4.4.bb"
# 
# delete "packages/abiword/abiword_2.4.2.bb"
# 
# delete "packages/abiword/abiword_2.4.4.bb"
# 
# add_file "packages/abiword/abiword-embedded_2.4.5.bb"
#  content [5cde6ba7bb61843c359c2c5dc597631fe2a03fdd]
# 
# add_file "packages/abiword/abiword.inc"
#  content [a3d43d74f394d707719628b8ca7957c1ce859a3e]
# 
============================================================
--- packages/abiword/abiword-embedded_2.4.5.bb	5cde6ba7bb61843c359c2c5dc597631fe2a03fdd
+++ packages/abiword/abiword-embedded_2.4.5.bb	5cde6ba7bb61843c359c2c5dc597631fe2a03fdd
@@ -0,0 +1,11 @@
+require abiword.inc
+
+EXTRA_OECONF += "--enable-embedded"
+
+RCONFLICTS = "abiword"
+
+do_compile_prepend() {
+	cp ${S}/src/af/xap/unix/hildon/xap_EmbeddedFeatures.h ${S}/src/af/xap/unix/
+	cp ${S}/src/wp/ap/unix/hildon/ap_EmbeddedFeatures.h ${S}/src/wp/ap/unix/
+}
+
============================================================
--- packages/abiword/abiword.inc	a3d43d74f394d707719628b8ca7957c1ce859a3e
+++ packages/abiword/abiword.inc	a3d43d74f394d707719628b8ca7957c1ce859a3e
@@ -0,0 +1,43 @@
+DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
+SECTION = "gnome/office"
+HOMEPAGE="http://www.abiword.org""
+MAINTAINER="Koen Kooi <koen at linuxtogo.org>"
+LICENSE="GPLv2"
+
+DEPENDS     = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2"
+RDEPENDS    = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
+               glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
+PR="r1"
+
+SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"
+S = "${WORKDIR}/abiword-${PV}/abi"
+
+FILES_${PN} += " ${datadir}/icons/* \
+${datadir}/AbiSuite-2.4/AbiWord/glade \
+${datadir}/AbiSuite-2.4/AbiWord/scripts \
+${datadir}/AbiSuite-2.4/AbiWord/system.profile-en \
+${datadir}/AbiSuite-2.4/AbiWord/system.profile-en_GB \
+#${datadir}/AbiSuite-2.4/templates/A4.awt \
+#${datadir}/AbiSuite-2.4/templates/US-Letter.awt \
+${datadir}/AbiSuite-2.4/templates/normal.awt \
+${datadir}/AbiSuite-2.4/templates/normal.awt-en_GB \
+${datadir}/AbiSuite-2.4/templates/Employee-Directory.awt \
+${datadir}/AbiSuite-2.4/templates/Business-Report.awt \
+${datadir}/AbiSuite-2.4/templates/Fax-Coversheet.awt \
+${datadir}/AbiSuite-2.4/templates/Resume.awt \
+${datadir}/AbiSuite-2.4/templates/Two-Columns.awt \
+${datadir}/AbiSuite-2.4/templates/Memo.awt \
+${datadir}/AbiSuite-2.4/templates/Press-Release.awt "
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--disable-pspell --enable-enchant"
+
+do_install_append() {
+        install -d ${D}${datadir}/pixmaps/
+        mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
+}
+
+






More information about the Openembedded-commits mailing list