diff options
-rw-r--r-- | recipes/abiword/abiword-embedded_2.5.2.bb | 13 | ||||
-rw-r--r-- | recipes/abiword/abiword-plugins_2.5.2.bb | 46 | ||||
-rw-r--r-- | recipes/abiword/abiword_2.5.2.bb | 10 |
3 files changed, 0 insertions, 69 deletions
diff --git a/recipes/abiword/abiword-embedded_2.5.2.bb b/recipes/abiword/abiword-embedded_2.5.2.bb deleted file mode 100644 index 459cc277ed..0000000000 --- a/recipes/abiword/abiword-embedded_2.5.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -require abiword-2.5.inc - -EXTRA_OECONF += "--enable-embedded" - -S = "${WORKDIR}/abiword-${PV}" - -RCONFLICTS_${PN} = "abiword" -RPROVIDES_${PN} += "abiword" - - - -SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b" -SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f" diff --git a/recipes/abiword/abiword-plugins_2.5.2.bb b/recipes/abiword/abiword-plugins_2.5.2.bb deleted file mode 100644 index ec905f9ddc..0000000000 --- a/recipes/abiword/abiword-plugins_2.5.2.bb +++ /dev/null @@ -1,46 +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_${PN} = "abiword" - -PR = "r2" - -DEFAULT_PREFERENCE = "1" - -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 \ - " - -inherit autotools - -PARALLEL_MAKE="" - -EXTRA_OECONF = " --without-libwmf \ - --without-inter7eps \ - --with-abiword=${WORKDIR}/abiword-${PV} \ - --with-boost=${STAGING_INCDIR}/../ \ - " - -PACKAGES_DYNAMIC = "abiword-plugin-*" - -python populate_packages_prepend () { - abiword_libdir = bb.data.expand('${libdir}/abiword-2.5/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.5/plugins/.debug" - - -SRC_URI[plugins.md5sum] = "0ad700d0cb6d176b39a191b16e3886c0" -SRC_URI[plugins.sha256sum] = "5714753ce1e89e72c2ba7e7d7d95546d9965a4e86bf76c060a8779b08fc2ae85" -SRC_URI[archive.md5sum] = "bbc9c124f8072875129bd67092f0fa0b" -SRC_URI[archive.sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f" diff --git a/recipes/abiword/abiword_2.5.2.bb b/recipes/abiword/abiword_2.5.2.bb deleted file mode 100644 index f4202aa4ad..0000000000 --- a/recipes/abiword/abiword_2.5.2.bb +++ /dev/null @@ -1,10 +0,0 @@ -require abiword-2.5.inc - -DEFAULT_PREFERENCE = "-1" - -PR = "r2" - -RCONFLICTS_${PN} = "abiword-embedded" - -SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b" -SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f" |