summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-06-23 21:15:35 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-25 09:06:44 +0200
commitad36da04c87029a2c0517b015cb9c2d40a1a96d7 (patch)
treee5e3507f8e5a82956c62cfb653f143c3e1d7d280 /meta-gnome
parentf900bd8be72ed5347abeba1b6636d476aa7061d8 (diff)
downloadmeta-openembedded-ad36da04c87029a2c0517b015cb9c2d40a1a96d7.tar.gz
abiword: merge abiword-2.5.inc to abiword_2.8.6.bb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword-2.5.inc67
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb69
2 files changed, 68 insertions, 68 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc b/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc
deleted file mode 100644
index 9b5adcc74..000000000
--- a/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc
+++ /dev/null
@@ -1,67 +0,0 @@
1DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word"
2HOMEPAGE = "http://www.abiword.org"
3SECTION = "x11/office"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20"
6DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2"
7RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \
8 glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
9
10SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
11 file://fix.double.install.patch \
12"
13SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b"
14SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f"
15
16#want 2.x from 2.x.y for the installation directory
17SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
18
19FILES_${PN} += " \
20 ${datadir}/icons/* \
21 ${datadir}/abiword-${SHRT_VER}/glade \
22 ${datadir}/abiword-${SHRT_VER}/scripts \
23 ${datadir}/abiword-${SHRT_VER}/system.profile-en \
24 ${datadir}/abiword-${SHRT_VER}/system.profile-en_GB \
25 ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
26 ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
27 ${datadir}/abiword-${SHRT_VER}/templates/Employee-Directory.awt \
28 ${datadir}/abiword-${SHRT_VER}/templates/Business-Report.awt \
29 ${datadir}/abiword-${SHRT_VER}/templates/Fax-Coversheet.awt \
30 ${datadir}/abiword-${SHRT_VER}/templates/Resume.awt \
31 ${datadir}/abiword-${SHRT_VER}/templates/Two-Columns.awt \
32 ${datadir}/abiword-${SHRT_VER}/templates/Memo.awt \
33 ${datadir}/abiword-${SHRT_VER}/templates/Press-Release.awt "
34
35inherit autotools pkgconfig
36
37PARALLEL_MAKE = ""
38
39EXTRA_OECONF = " --disable-pspell \
40 --disable-spellcheck \
41 --disable-printing \
42 --disable-exports \
43 --with-sys-wv"
44
45# AbiWord configure.ac does not play nicely with autoreconf
46# so use the autogen.sh script that comes with AbiWord
47#
48do_configure() {
49 cd ${S}
50 export NOCONFIGURE="no"; ./autogen.sh
51 oe_runconf
52}
53
54
55do_install_append() {
56 install -d ${D}${datadir}/pixmaps/
57 mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
58 rmdir ${D}${datadir}/icons
59}
60
61PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates "
62
63FILES_abiword-clipart += "${datadir}/abiword-${SHRT_VER}/clipart"
64FILES_abiword-icons += "${datadir}/abiword-${SHRT_VER}/icons"
65FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/AbiWord/strings"
66FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/AbiWord/system.profile*"
67FILES_abiword-templates += "${datadir}/abiword-${SHRT_VER}/templates"
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
index ba0b97909..927c33af4 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb
@@ -1,4 +1,71 @@
1require abiword-2.5.inc 1DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word"
2HOMEPAGE = "http://www.abiword.org"
3SECTION = "x11/office"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20"
6DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2"
7RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \
8 glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
9
10SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
11 file://fix.double.install.patch \
12"
13SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b"
14SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f"
15
16#want 2.x from 2.x.y for the installation directory
17SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
18
19FILES_${PN} += " \
20 ${datadir}/icons/* \
21 ${datadir}/abiword-${SHRT_VER}/glade \
22 ${datadir}/abiword-${SHRT_VER}/scripts \
23 ${datadir}/abiword-${SHRT_VER}/system.profile-en \
24 ${datadir}/abiword-${SHRT_VER}/system.profile-en_GB \
25 ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
26 ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
27 ${datadir}/abiword-${SHRT_VER}/templates/Employee-Directory.awt \
28 ${datadir}/abiword-${SHRT_VER}/templates/Business-Report.awt \
29 ${datadir}/abiword-${SHRT_VER}/templates/Fax-Coversheet.awt \
30 ${datadir}/abiword-${SHRT_VER}/templates/Resume.awt \
31 ${datadir}/abiword-${SHRT_VER}/templates/Two-Columns.awt \
32 ${datadir}/abiword-${SHRT_VER}/templates/Memo.awt \
33 ${datadir}/abiword-${SHRT_VER}/templates/Press-Release.awt "
34
35inherit autotools pkgconfig
36
37PARALLEL_MAKE = ""
38
39EXTRA_OECONF = " --disable-pspell \
40 --disable-spellcheck \
41 --disable-printing \
42 --disable-exports \
43 --with-sys-wv"
44
45# AbiWord configure.ac does not play nicely with autoreconf
46# so use the autogen.sh script that comes with AbiWord
47#
48do_configure() {
49 cd ${S}
50 export NOCONFIGURE="no"; ./autogen.sh
51 oe_runconf
52}
53
54
55do_install_append() {
56 install -d ${D}${datadir}/pixmaps/
57 mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
58 rmdir ${D}${datadir}/icons
59}
60
61PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates "
62
63FILES_abiword-clipart += "${datadir}/abiword-${SHRT_VER}/clipart"
64FILES_abiword-icons += "${datadir}/abiword-${SHRT_VER}/icons"
65FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/AbiWord/strings"
66FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/AbiWord/system.profile*"
67FILES_abiword-templates += "${datadir}/abiword-${SHRT_VER}/templates"
68
2DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" 69DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio"
3RCONFLICTS_${PN} = "abiword-embedded" 70RCONFLICTS_${PN} = "abiword-embedded"
4 71