[oe-commits] org.oe.dev abiword.inc: package up some more files

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


abiword.inc: package up some more files

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

#
# mt diff -r031c2e2e7b9310f4ceb6022992ccbcf5a6682447 -r4e999416fee4d9ef7de5f129aa3abcd9f00e6ccc
#
# 
# 
# patch "packages/abiword/abiword.inc"
#  from [adc34179a4980f0a952608ba44b64bc0ee556250]
#    to [4315d41978a704f10d3b9b448b8bd44ae582abfb]
# 
============================================================
--- packages/abiword/abiword.inc	adc34179a4980f0a952608ba44b64bc0ee556250
+++ packages/abiword/abiword.inc	4315d41978a704f10d3b9b448b8bd44ae582abfb
@@ -6,31 +6,32 @@ RDEPENDS    = "enchant glibc-gconv-ibm85
 DEPENDS     = "perl-native 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"
-PR="r1"
+PR = "r2"
 
 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 "
+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=""
+PARALLEL_MAKE = ""
 
 EXTRA_OECONF = "--disable-pspell --enable-enchant"
 
@@ -39,4 +40,10 @@ do_install_append() {
         mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
 }
 
+PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates "
 
+FILES_abiword-clipart 		+= "${datadir}/AbiSuite-2.4/clipart"
+FILES_abiword-icons 		+= "${datadir}/AbiSuite-2.4/icons"
+FILES_abiword-strings 		+= "${datadir}/AbiSuite-2.4/AbiWord/strings"
+FILES_abiword-systemprofiles 	+= "${datadir}/AbiSuite-2.4/AbiWord/system.profile*"
+FILES_abiword-templates 	+= "${datadir}/AbiSuite-2.4/templates"






More information about the Openembedded-commits mailing list