diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-23 21:15:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-25 09:06:44 +0200 |
commit | ad36da04c87029a2c0517b015cb9c2d40a1a96d7 (patch) | |
tree | e5e3507f8e5a82956c62cfb653f143c3e1d7d280 /meta-gnome | |
parent | f900bd8be72ed5347abeba1b6636d476aa7061d8 (diff) | |
download | meta-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.inc | 67 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 69 |
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 @@ | |||
1 | DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word" | ||
2 | HOMEPAGE = "http://www.abiword.org" | ||
3 | SECTION = "x11/office" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20" | ||
6 | DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2" | ||
7 | RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ | ||
8 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" | ||
9 | |||
10 | SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ | ||
11 | file://fix.double.install.patch \ | ||
12 | " | ||
13 | SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b" | ||
14 | SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f" | ||
15 | |||
16 | #want 2.x from 2.x.y for the installation directory | ||
17 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | ||
18 | |||
19 | FILES_${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 | |||
35 | inherit autotools pkgconfig | ||
36 | |||
37 | PARALLEL_MAKE = "" | ||
38 | |||
39 | EXTRA_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 | # | ||
48 | do_configure() { | ||
49 | cd ${S} | ||
50 | export NOCONFIGURE="no"; ./autogen.sh | ||
51 | oe_runconf | ||
52 | } | ||
53 | |||
54 | |||
55 | do_install_append() { | ||
56 | install -d ${D}${datadir}/pixmaps/ | ||
57 | mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ | ||
58 | rmdir ${D}${datadir}/icons | ||
59 | } | ||
60 | |||
61 | PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " | ||
62 | |||
63 | FILES_abiword-clipart += "${datadir}/abiword-${SHRT_VER}/clipart" | ||
64 | FILES_abiword-icons += "${datadir}/abiword-${SHRT_VER}/icons" | ||
65 | FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/AbiWord/strings" | ||
66 | FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/AbiWord/system.profile*" | ||
67 | FILES_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 @@ | |||
1 | require abiword-2.5.inc | 1 | DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word" |
2 | HOMEPAGE = "http://www.abiword.org" | ||
3 | SECTION = "x11/office" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20" | ||
6 | DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2" | ||
7 | RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ | ||
8 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" | ||
9 | |||
10 | SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ | ||
11 | file://fix.double.install.patch \ | ||
12 | " | ||
13 | SRC_URI[md5sum] = "bbc9c124f8072875129bd67092f0fa0b" | ||
14 | SRC_URI[sha256sum] = "db34eeb5457fb7572fc76ec2a73cdb4f7a67307e7468b6c4bde820b58c598b3f" | ||
15 | |||
16 | #want 2.x from 2.x.y for the installation directory | ||
17 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | ||
18 | |||
19 | FILES_${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 | |||
35 | inherit autotools pkgconfig | ||
36 | |||
37 | PARALLEL_MAKE = "" | ||
38 | |||
39 | EXTRA_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 | # | ||
48 | do_configure() { | ||
49 | cd ${S} | ||
50 | export NOCONFIGURE="no"; ./autogen.sh | ||
51 | oe_runconf | ||
52 | } | ||
53 | |||
54 | |||
55 | do_install_append() { | ||
56 | install -d ${D}${datadir}/pixmaps/ | ||
57 | mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ | ||
58 | rmdir ${D}${datadir}/icons | ||
59 | } | ||
60 | |||
61 | PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " | ||
62 | |||
63 | FILES_abiword-clipart += "${datadir}/abiword-${SHRT_VER}/clipart" | ||
64 | FILES_abiword-icons += "${datadir}/abiword-${SHRT_VER}/icons" | ||
65 | FILES_abiword-strings += "${datadir}/abiword-${SHRT_VER}/AbiWord/strings" | ||
66 | FILES_abiword-systemprofiles += "${datadir}/abiword-${SHRT_VER}/AbiWord/system.profile*" | ||
67 | FILES_abiword-templates += "${datadir}/abiword-${SHRT_VER}/templates" | ||
68 | |||
2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" | 69 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" |
3 | RCONFLICTS_${PN} = "abiword-embedded" | 70 | RCONFLICTS_${PN} = "abiword-embedded" |
4 | 71 | ||