[oe-commits] org.oe.dev abiword: update to 2.4.6

koen commit openembedded-commits at lists.openembedded.org
Tue Nov 7 13:08:50 UTC 2006


abiword: update to 2.4.6

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 031c2e2e7b9310f4ceb6022992ccbcf5a6682447
ViewMTN: http://monotone.openembedded.org/revision.psp?id=031c2e2e7b9310f4ceb6022992ccbcf5a6682447
Files:
1
packages/abiword/abiword-embedded_2.4.6.bb
packages/abiword/abiword-plugins_2.4.6.bb
packages/abiword/abiword_2.4.6.bb
Diffs:

#
# mt diff -r16db091b5912a507f2d1dbfde9c6cd2cdc56ea49 -r031c2e2e7b9310f4ceb6022992ccbcf5a6682447
#
# 
# 
# add_file "packages/abiword/abiword-embedded_2.4.6.bb"
#  content [73e306c5b9a823bdae9949fa5371e5d839740f32]
# 
# add_file "packages/abiword/abiword-plugins_2.4.6.bb"
#  content [e213a1c062faa35339a2cd6c81254a578fd7fdf6]
# 
# add_file "packages/abiword/abiword_2.4.6.bb"
#  content [d1696ced933ea66474159000ca8185bea26bf064]
# 
============================================================
--- packages/abiword/abiword-embedded_2.4.6.bb	73e306c5b9a823bdae9949fa5371e5d839740f32
+++ packages/abiword/abiword-embedded_2.4.6.bb	73e306c5b9a823bdae9949fa5371e5d839740f32
@@ -0,0 +1,12 @@
+require abiword.inc
+
+EXTRA_OECONF += "--enable-embedded"
+
+RCONFLICTS = "abiword"
+RPROVIDES += "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-plugins_2.4.6.bb	e213a1c062faa35339a2cd6c81254a578fd7fdf6
+++ packages/abiword/abiword-plugins_2.4.6.bb	e213a1c062faa35339a2cd6c81254a578fd7fdf6
@@ -0,0 +1,27 @@
+DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
+SECTION = "gnome/office"
+HOMEPAGE="http://www.abiword.org""
+LICENSE="GPLv2"
+
+DEPENDS     = "libwpd librsvg goffice poppler"
+PR="r0"
+
+SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
+           file://abiword-plugin-pdf-poppler.patch;patch=1;pnum=2"
+S = "${WORKDIR}/abiword-${PV}/abiword-plugins"
+RDEPENDS='abiword'
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--without-libwmf"
+
+PACKAGES_DYNAMIC = "abiword-plugin-*"
+
+python populate_packages_prepend () {
+	abiword_libdir = bb.data.expand('${libdir}/AbiWord-2.4/plugins', d)
+
+	do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
+}
+
============================================================
--- packages/abiword/abiword_2.4.6.bb	d1696ced933ea66474159000ca8185bea26bf064
+++ packages/abiword/abiword_2.4.6.bb	d1696ced933ea66474159000ca8185bea26bf064
@@ -0,0 +1,4 @@
+require abiword.inc
+
+RCONFLICTS = "abiword-embedded"
+






More information about the Openembedded-commits mailing list