[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: abiword: remove abiword. inc - it is of no use

git at git.openembedded.org git at git.openembedded.org
Mon Jul 8 08:30:22 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 519e7f1ccb9f6bdab2f37c1f4def75ed4e2a0fbc
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=519e7f1ccb9f6bdab2f37c1f4def75ed4e2a0fbc

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Jul  2 06:46:36 2013 +0000

abiword: remove abiword.inc - it is of no use

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/abiword/abiword.inc |   64 --------------------------
 1 files changed, 0 insertions(+), 64 deletions(-)

diff --git a/meta-gnome/recipes-gnome/abiword/abiword.inc b/meta-gnome/recipes-gnome/abiword/abiword.inc
deleted file mode 100644
index 39c590c..0000000
--- a/meta-gnome/recipes-gnome/abiword/abiword.inc
+++ /dev/null
@@ -1,64 +0,0 @@
-DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word"
-SECTION = "gnome/office"
-HOMEPAGE = "http://www.abiword.org""
-LICENSE = "GPLv2"
-
-DEPENDS     = "libgsf libglade libfribidi libxml2 wv"
-RRECOMMENDS_${PN}    = "glibc-gconv-ibm850 glibc-gconv-cp1252 \
-               glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-
-# Share this file between recipes that use cvs and that pull tarballs
-# (one day change this to differentiate automatically based on PV and set the
-# SRC_URI and S var directly)
-RELURI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"
-RELSRC = "${WORKDIR}/abiword-${PV}/abi"
-
-CVSURI = "cvs://anoncvs:anoncvs@anoncvs.abisource.com/cvsroot;module=abi"
-CVSSRC = "${WORKDIR}/abi"
-
-#want 2.x from 2.x.y for the installation directory
-SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
-
-FILES_${PN} += " \
-    ${datadir}/icons/* \
-    ${datadir}/mime-info \
-    ${datadir}/abiword-${SHRT_VER}/glade \
-    ${datadir}/abiword-${SHRT_VER}/system.profile-en \
-    ${datadir}/abiword-${SHRT_VER}/system.profile-en-GB \
-"
-
-#    ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
-#    ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
-
-inherit autotools pkgconfig
-
-PARALLEL_MAKE = ""
-
-# This is a minimalistic AbiWord build
-#
-# if you are planning to build plugins, make sure to comment out the
-# --disable-exports options
-
-EXTRA_OECONF = " --enable-embedded=poky    \
-    --disable-printing \
-    --with-sys-wv \
-    --disable-exports \
-    --disable-spellcheck"
-
-# TODO -- refactor this, so that instead of two strings and profiles
-# packages we have lots of locale packages, each with a set of strings and
-# a profile
-#
-PACKAGES += " abiword-strings abiword-systemprofiles"
-
-FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/strings"
-FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/system.profile*"
-
-# 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
-}



More information about the Openembedded-commits mailing list