diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-07-13 13:56:25 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-07-13 13:56:25 +0000 |
commit | 7e9a99a2160aa41e90938d26769edfe62814bbce (patch) | |
tree | abe0807718a530749246f47766a1254fe7d5f5dc | |
parent | ec2fde5bb1cb1c372c6b742d78fe68eec25e5186 (diff) |
packages/abiword/abiword-*2.4.5.bb : remove old version
-rw-r--r-- | packages/abiword/abiword-embedded_2.4.5.bb | 12 | ||||
-rw-r--r-- | packages/abiword/abiword-plugins_2.4.5.bb | 26 | ||||
-rw-r--r-- | packages/abiword/abiword_2.4.5.bb | 4 |
3 files changed, 0 insertions, 42 deletions
diff --git a/packages/abiword/abiword-embedded_2.4.5.bb b/packages/abiword/abiword-embedded_2.4.5.bb deleted file mode 100644 index 9381bbd8a7..0000000000 --- a/packages/abiword/abiword-embedded_2.4.5.bb +++ /dev/null @@ -1,12 +0,0 @@ -require abiword.inc - -EXTRA_OECONF += "--enable-embedded" - -RCONFLICTS = "abiword" -RPROVIDES += "abiword" - -do_compile_prepend() { - cp ${S}/src/af/xap/unix/hildon/xap_EmbeddedFeatures.h ${S}/src/af/xap/unix/ - cp ${S}/src/wp/ap/unix/hildon/ap_EmbeddedFeatures.h ${S}/src/wp/ap/unix/ -} - diff --git a/packages/abiword/abiword-plugins_2.4.5.bb b/packages/abiword/abiword-plugins_2.4.5.bb deleted file mode 100644 index 0715026684..0000000000 --- a/packages/abiword/abiword-plugins_2.4.5.bb +++ /dev/null @@ -1,26 +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 = "libwpd librsvg goffice poppler" -RDEPENDS='abiword' -PR = "r1" - -SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ - file://abiword-plugin-pdf-poppler.patch;patch=1;pnum=2" -S = "${WORKDIR}/abiword-${PV}/abiword-plugins" - -inherit autotools - -PARALLEL_MAKE="" - -EXTRA_OECONF = "--without-libwmf" - -PACKAGES_DYNAMIC = "abiword-plugin-*" - -python populate_packages_prepend () { - abiword_libdir = bb.data.expand('${libdir}/AbiWord-2.4/plugins', d) - - do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='') -} - diff --git a/packages/abiword/abiword_2.4.5.bb b/packages/abiword/abiword_2.4.5.bb deleted file mode 100644 index b97556b735..0000000000 --- a/packages/abiword/abiword_2.4.5.bb +++ /dev/null @@ -1,4 +0,0 @@ -require abiword.inc - -RCONFLICTS = "abiword-embedded" - |