aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/abiword/abiword-plugins_2.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/abiword/abiword-plugins_2.6.0.bb')
-rw-r--r--recipes/abiword/abiword-plugins_2.6.0.bb49
1 files changed, 0 insertions, 49 deletions
diff --git a/recipes/abiword/abiword-plugins_2.6.0.bb b/recipes/abiword/abiword-plugins_2.6.0.bb
deleted file mode 100644
index 0c54b43441..0000000000
--- a/recipes/abiword/abiword-plugins_2.6.0.bb
+++ /dev/null
@@ -1,49 +0,0 @@
-DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word"
-HOMEPAGE = "http://www.abiword.org"
-SECTION = "x11/office"
-LICENSE = "GPLv2"
-DEPENDS = "boost loudmouth libwpd librsvg goffice poppler libglade"
-RDEPENDS = "abiword"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz;name=plugins \
- http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=archive \
- file://abiword-cxx-for-ld-fix.patch;patch=1 \
- "
-
-DEFAULT_PREFERENCE = "2"
-
-inherit autotools
-
-PARALLEL_MAKE=""
-
-# Ugly hack to find libstdc++
-export LD="${CXX}"
-
-EXTRA_OECONF = " --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"
-
-
-SRC_URI[plugins.md5sum] = "ebdc165d1b6c3c69f11148cf7841f257"
-SRC_URI[plugins.sha256sum] = "329521398105348ff466b90e1a7567574bd690639b048b6356ddc353d864b785"
-SRC_URI[archive.md5sum] = "d627a5d1061160c683f2257da498355b"
-SRC_URI[archive.sha256sum] = "35b1ced07bed8706a81c2c26c42bf95bdf7a4a9c1fba98935cc5ecb5c674f0bb"