[oe-commits] org.oe.dev abiword-2.5.inc: add include file for abiword 2.5 series, based on the one present in Poky.

koen commit openembedded-commits at lists.openembedded.org
Mon Jan 15 12:28:18 UTC 2007


abiword-2.5.inc: add include file for abiword 2.5 series, based on the one present in Poky.
* abiword 2.5.0 is missing the perl cdump and doesn't compile, so that's why the actual recipe is missing

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f0c856ec94c13538d8ee4324ce8c4985a864dbc9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f0c856ec94c13538d8ee4324ce8c4985a864dbc9
Files:
1
packages/abiword/abiword-2.5.inc
Diffs:

#
# mt diff -r07e5640c78c1187f6e204cb6d85cdbe59d8495cc -rf0c856ec94c13538d8ee4324ce8c4985a864dbc9
#
# 
# 
# add_file "packages/abiword/abiword-2.5.inc"
#  content [e92f0ec8b8f0ba71d373f57f4d311567b856e377]
# 
============================================================
--- packages/abiword/abiword-2.5.inc	e92f0ec8b8f0ba71d373f57f4d311567b856e377
+++ packages/abiword/abiword-2.5.inc	e92f0ec8b8f0ba71d373f57f4d311567b856e377
@@ -0,0 +1,62 @@
+DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word"
+SECTION = "gnome/office"
+HOMEPAGE = "http://www.abiword.org""
+LICENSE = "GPLv2"
+
+DEPENDS     = "perl-native wv libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2"
+RDEPENDS    = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
+               glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
+
+SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"
+
+#want 2.x from 2.x.y for the installation directory
+SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
+
+FILES_${PN} += " \
+		${datadir}/icons/* \
+		${datadir}/AbiSuite-${SHRT_VER}/AbiWord/glade \
+		${datadir}/AbiSuite-${SHRT_VER}/AbiWord/scripts \
+		${datadir}/AbiSuite-${SHRT_VER}/AbiWord/system.profile-en \
+		${datadir}/AbiSuite-${SHRT_VER}/AbiWord/system.profile-en_GB \
+#		${datadir}/AbiSuite-${SHRT_VER}/templates/A4.awt \
+#		${datadir}/AbiSuite-${SHRT_VER}/templates/US-Letter.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/normal.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/normal.awt-en_GB \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Employee-Directory.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Business-Report.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Fax-Coversheet.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Resume.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Two-Columns.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Memo.awt \
+		${datadir}/AbiSuite-${SHRT_VER}/templates/Press-Release.awt "
+
+inherit autotools pkgconfig
+
+PARALLEL_MAKE = ""
+
+EXTRA_OECONF = " --disable-pspell \
+                 --enable-enchant \
+		 --with-sys-wv"
+
+# AbiWord configure.ac does not play nicely with autoreconf
+# so use the autogen.sh script that comes with AbiWord
+#
+do_configure() {
+        cd ${S}
+        export NOCONFIGURE="no"; ./autogen.sh
+        oe_runconf
+}
+
+
+do_install_append() {
+        install -d ${D}${datadir}/pixmaps/
+        mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
+}
+
+PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates "
+
+FILES_abiword-clipart 		+= "${datadir}/AbiSuite-${SHRT_VER}/clipart"
+FILES_abiword-icons 		+= "${datadir}/AbiSuite-${SHRT_VER}/icons"
+FILES_abiword-strings 		+= "${datadir}/AbiSuite-${SHRT_VER}/AbiWord/strings"
+FILES_abiword-systemprofiles 	+= "${datadir}/AbiSuite-${SHRT_VER}/AbiWord/system.profile*"
+FILES_abiword-templates 	+= "${datadir}/AbiSuite-${SHRT_VER}/templates"






More information about the Openembedded-commits mailing list