[oe-commits] org.oe.oz354x abi 2.4.5: make use of .inc (from .dev)

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


abi 2.4.5: make use of .inc (from .dev)

Author: koen at openembedded.org
Branch: org.openembedded.oz354x
Revision: b2d99b8d7cdcf5f79e369fe917bd13b03401b4d4
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b2d99b8d7cdcf5f79e369fe917bd13b03401b4d4
Files:
1
packages/abiword/abiword_2.4.5.bb
Diffs:

#
# mt diff -r8dc8bd9277cbea7dc5650bab6f469629e64b335d -rb2d99b8d7cdcf5f79e369fe917bd13b03401b4d4
#
# 
# 
# patch "packages/abiword/abiword_2.4.5.bb"
#  from [649f2dd6b30eef8ceb6318b033fd21c5508c53f8]
#    to [d1696ced933ea66474159000ca8185bea26bf064]
# 
============================================================
--- packages/abiword/abiword_2.4.5.bb	649f2dd6b30eef8ceb6318b033fd21c5508c53f8
+++ packages/abiword/abiword_2.4.5.bb	d1696ced933ea66474159000ca8185bea26bf064
@@ -1,42 +1,4 @@
-DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
-HOMEPAGE="http://www.abiword.org""
-MAINTAINER="Koen Kooi <koen at handhelds.org>"
-LICENSE="GPLv2"
+require abiword.inc
 
-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="r0"
+RCONFLICTS = "abiword-embedded"
 
-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