diff options
Diffstat (limited to 'packages/abiword')
| -rw-r--r-- | packages/abiword/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/abiword/abiword-2.5.inc | 61 | ||||
| -rw-r--r-- | packages/abiword/abiword-embedded_2.4.5.bb | 12 | ||||
| -rw-r--r-- | packages/abiword/abiword-embedded_2.4.6.bb | 12 | ||||
| -rw-r--r-- | packages/abiword/abiword-plugins_2.4.5.bb | 26 | ||||
| -rw-r--r-- | packages/abiword/abiword-plugins_2.4.6.bb | 25 | ||||
| -rw-r--r-- | packages/abiword/abiword.inc | 49 | ||||
| -rw-r--r-- | packages/abiword/abiword_2.4.5.bb | 4 | ||||
| -rw-r--r-- | packages/abiword/abiword_2.4.6.bb | 4 | ||||
| -rw-r--r-- | packages/abiword/abiword_2.5.1.bb | 7 | ||||
| -rw-r--r-- | packages/abiword/files/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/abiword/files/abiword-plugin-pdf-poppler.patch | 11 | ||||
| -rwxr-xr-x | packages/abiword/files/cdump.pl | 32 |
13 files changed, 0 insertions, 243 deletions
diff --git a/packages/abiword/.mtn2git_empty b/packages/abiword/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/abiword/.mtn2git_empty +++ /dev/null diff --git a/packages/abiword/abiword-2.5.inc b/packages/abiword/abiword-2.5.inc deleted file mode 100644 index 3184be72b4..0000000000 --- a/packages/abiword/abiword-2.5.inc +++ /dev/null @@ -1,61 +0,0 @@ -DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word" -HOMEPAGE = "http://www.abiword.org"" -SECTION = "x11/office" -LICENSE = "GPLv2" -DEPENDS = "perl-native wv 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" - -SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" - -#want 2.x from 2.x.y for the installation directory -SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" - -FILES_${PN} += " \ - ${datadir}/icons/* \ - ${datadir}/AbiSuite-${SHRT_VER}/AbiWord/glade \ - ${datadir}/AbiSuite-${SHRT_VER}/AbiWord/scripts \ - ${datadir}/AbiSuite-${SHRT_VER}/AbiWord/system.profile-en \ - ${datadir}/AbiSuite-${SHRT_VER}/AbiWord/system.profile-en_GB \ -# ${datadir}/AbiSuite-${SHRT_VER}/templates/A4.awt \ -# ${datadir}/AbiSuite-${SHRT_VER}/templates/US-Letter.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/normal.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/normal.awt-en_GB \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Employee-Directory.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Business-Report.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Fax-Coversheet.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Resume.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Two-Columns.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Memo.awt \ - ${datadir}/AbiSuite-${SHRT_VER}/templates/Press-Release.awt " - -inherit autotools pkgconfig - -PARALLEL_MAKE = "" - -EXTRA_OECONF = " --disable-pspell \ - --enable-enchant \ - --with-sys-wv" - -# 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 -} - - -do_install_append() { - install -d ${D}${datadir}/pixmaps/ - mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ -} - -PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " - -FILES_abiword-clipart += "${datadir}/AbiSuite-${SHRT_VER}/clipart" -FILES_abiword-icons += "${datadir}/AbiSuite-${SHRT_VER}/icons" -FILES_abiword-strings += "${datadir}/AbiSuite-${SHRT_VER}/AbiWord/strings" -FILES_abiword-systemprofiles += "${datadir}/AbiSuite-${SHRT_VER}/AbiWord/system.profile*" -FILES_abiword-templates += "${datadir}/AbiSuite-${SHRT_VER}/templates" 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-embedded_2.4.6.bb b/packages/abiword/abiword-embedded_2.4.6.bb deleted file mode 100644 index 9381bbd8a7..0000000000 --- a/packages/abiword/abiword-embedded_2.4.6.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-plugins_2.4.6.bb b/packages/abiword/abiword-plugins_2.4.6.bb deleted file mode 100644 index 21ac8ea909..0000000000 --- a/packages/abiword/abiword-plugins_2.4.6.bb +++ /dev/null @@ -1,25 +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" - -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.inc b/packages/abiword/abiword.inc deleted file mode 100644 index 58f712aca9..0000000000 --- a/packages/abiword/abiword.inc +++ /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 = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2" -RDEPENDS = "enchant " -RDEPENDS_linux += "glibc-gconv-ibm850 glibc-gconv-cp1252 \ - glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" -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 " - -inherit autotools - -PARALLEL_MAKE = "" - -EXTRA_OECONF = "--disable-pspell --enable-enchant" - -do_install_append() { - install -d ${D}${datadir}/pixmaps/ - 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" 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" - diff --git a/packages/abiword/abiword_2.4.6.bb b/packages/abiword/abiword_2.4.6.bb deleted file mode 100644 index b97556b735..0000000000 --- a/packages/abiword/abiword_2.4.6.bb +++ /dev/null @@ -1,4 +0,0 @@ -require abiword.inc - -RCONFLICTS = "abiword-embedded" - diff --git a/packages/abiword/abiword_2.5.1.bb b/packages/abiword/abiword_2.5.1.bb deleted file mode 100644 index 66d8fae0ad..0000000000 --- a/packages/abiword/abiword_2.5.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -require abiword-2.5.inc - -DEFAULT_PREFERENCE = "-1" - -PR = "r0" - -RCONFLICTS = "abiword-embedded" diff --git a/packages/abiword/files/.mtn2git_empty b/packages/abiword/files/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/abiword/files/.mtn2git_empty +++ /dev/null diff --git a/packages/abiword/files/abiword-plugin-pdf-poppler.patch b/packages/abiword/files/abiword-plugin-pdf-poppler.patch deleted file mode 100644 index c8ef3256b8..0000000000 --- a/packages/abiword/files/abiword-plugin-pdf-poppler.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- abiword-2.4.4/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp.orig 2006-04-17 11:36:05.000000000 +0100 -+++ abiword-2.4.4/abiword-plugins/wp/impexp/pdf/xp/ie_imp_PDF.cpp 2006-04-17 11:37:00.000000000 +0100 -@@ -75,7 +75,7 @@ - UT_tmpnam(temporary_file); - - TextOutputDev *textOut = new TextOutputDev(temporary_file, gFalse, gFalse, gFalse); -- doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gTrue, gFalse); -+ doc->displayPages(textOut, 1, doc->getNumPages(), 72, 72, 0, gFalse, gTrue, gFalse); - delete textOut; - - IE_Imp_Text txt_imp(getDoc(), "UTF-8"); diff --git a/packages/abiword/files/cdump.pl b/packages/abiword/files/cdump.pl deleted file mode 100755 index 76f9c8841b..0000000000 --- a/packages/abiword/files/cdump.pl +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/perl - -# This script replace the cdump tool we used to build the ap_wp_Splash.cpp -# Because the cdump tool has to be run as a part of building the AW package, -# it breaks cross-compilation. A perl script seemed like a generic solution - - -if ($#ARGV != 1 ) -{ - print "Usage: $0 datafile arrayname $#ARGV $ARGV[0] $ARGV[1]\n"; - exit(-1); -} - -open FROM, "<$ARGV[0]" or die "Could not open file $ARGV[0]"; -binmode FROM; - -print "unsigned char $ARGV[1] [] = {\n"; - -while ($len = read(FROM, $buf, 16)) -{ - foreach(split(//,$buf)) - { - printf("0x%02x,", ord($_)); - } - - print "\n"; -} - - -printf "};\nunsigned long $ARGV[1]_sizeof = sizeof($ARGV[1]);\n"; - -close FROM;
\ No newline at end of file |
