[oe-commits] org.oe.dev abiword, abiword-plugins: update to 2.6.4

koen commit oe at amethyst.openembedded.net
Sun Jul 13 17:52:34 UTC 2008


abiword, abiword-plugins: update to 2.6.4

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 964c681a84c5571ba63549014db4942cfa327c08
ViewMTN: http://monotone.openembedded.org/revision/info/964c681a84c5571ba63549014db4942cfa327c08
Files:
1
packages/abiword/abiword-plugins_2.6.4.bb
packages/abiword/abiword_2.6.4.bb
Diffs:

#
# mt diff -rb639cdcd3a5ec92891fd473c2d394b25a71fd952 -r964c681a84c5571ba63549014db4942cfa327c08
#
#
#
# add_file "packages/abiword/abiword-plugins_2.6.4.bb"
#  content [d1fd52759d17edfde1c883a1c63346c786ba9807]
# 
# add_file "packages/abiword/abiword_2.6.4.bb"
#  content [c206e4f1553666d98b19e12fbdb0b78763839f22]
#
============================================================
--- packages/abiword/abiword-plugins_2.6.4.bb	d1fd52759d17edfde1c883a1c63346c786ba9807
+++ packages/abiword/abiword-plugins_2.6.4.bb	d1fd52759d17edfde1c883a1c63346c786ba9807
@@ -0,0 +1,45 @@
+DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
+HOMEPAGE = "http://www.abiword.org"
+SECTION = "x11/office"
+LICENSE = "GPLv2"
+DEPENDS = "asio boost loudmouth libwpd librsvg goffice poppler libglade"
+RDEPENDS = "abiword"
+
+SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz \
+           http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
+#           file://abiword-cxx-for-ld-fix.patch;patch=1 \
+	   "
+
+DEFAULT_PREFERENCE = "2"
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+#export LDFLAGS += " -lstdc++ "
+
+EXTRA_OECONF = " --enable-shared=yes \
+                 --enable-static \
+		 --without-libwmf \
+                 --without-inter7eps \
+		 --with-abiword=${WORKDIR}/abiword-${PV} \
+		 --with-boost=${STAGING_DIR_HOST} \ 
+		 --with-boost-thread=boost_thread-mt \
+               "
+
+PACKAGES_DYNAMIC = "abiword-plugin-*"
+
+python populate_packages_prepend () {
+	abiword_libdir    = bb.data.expand('${libdir}/abiword-2.6/plugins', d)
+	do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
+        do_split_packages(d, abiword_libdir, '^libAbi(.*)\.la$', 'abiword-plugin-%s-dev', 'Abiword plugin for %s', extra_depends='')
+}
+
+
+PACKAGES =+ "abiword-plugin-collab-glade"
+
+FILES_abiword-plugin-collab-glade += "${datadir}"
+RDEPENDS_abiword-plugin-collab-glade = "abiword-plugin-collab"
+
+FILES_${PN}-dbg += "${libdir}/abiword-2.6/plugins/.debug"
+
============================================================
--- packages/abiword/abiword_2.6.4.bb	c206e4f1553666d98b19e12fbdb0b78763839f22
+++ packages/abiword/abiword_2.6.4.bb	c206e4f1553666d98b19e12fbdb0b78763839f22
@@ -0,0 +1,10 @@
+require abiword-2.5.inc
+
+PR = "r1"
+
+RCONFLICTS = "abiword-embedded"
+
+FILES_${PN} 			+= "${datadir}/mime-info"
+FILES_abiword-strings           += "${datadir}/abiword-${SHRT_VER}/strings"
+FILES_abiword-systemprofiles    += "${datadir}/abiword-${SHRT_VER}/system.profile*"
+






More information about the Openembedded-commits mailing list