diff options
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword-2.5.inc | 1 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc b/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc index 67a5ef4bf..9b5adcc74 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc +++ b/meta-gnome/recipes-gnome/abiword/abiword-2.5.inc | |||
@@ -55,6 +55,7 @@ do_configure() { | |||
55 | do_install_append() { | 55 | do_install_append() { |
56 | install -d ${D}${datadir}/pixmaps/ | 56 | install -d ${D}${datadir}/pixmaps/ |
57 | mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ | 57 | mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/ |
58 | rmdir ${D}${datadir}/icons | ||
58 | } | 59 | } |
59 | 60 | ||
60 | PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-templates " | 61 | PACKAGES += " abiword-clipart abiword-icons abiword-strings abiword-systemprofiles abiword-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 53a980eaa..ba0b97909 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | |||
@@ -2,7 +2,7 @@ require abiword-2.5.inc | |||
2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" | 2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" |
3 | RCONFLICTS_${PN} = "abiword-embedded" | 3 | RCONFLICTS_${PN} = "abiword-embedded" |
4 | 4 | ||
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ | 7 | SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ |
8 | file://autogen-common.sh \ | 8 | file://autogen-common.sh \ |
@@ -58,6 +58,8 @@ python populate_packages_prepend () { | |||
58 | bb.data.setVar('PACKAGES', ' '.join(packages), d) | 58 | bb.data.setVar('PACKAGES', ' '.join(packages), d) |
59 | } | 59 | } |
60 | 60 | ||
61 | FILES_${PN}-dev += "${libdir}/abiword-${SHRT_VER}/plugins/*.la" | 61 | # don't steal /usr/lib/libabiword-2.8.so from ${PN} |
62 | # in this case it's needed in ${PN} | ||
63 | FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/abiword*.la ${libdir}/abiword-${SHRT_VER}/plugins/*.la ${libdir}/libabiword*.la" | ||
62 | FILES_${PN}-dbg += "${libdir}/abiword-${SHRT_VER}/plugins/.debug" | 64 | FILES_${PN}-dbg += "${libdir}/abiword-${SHRT_VER}/plugins/.debug" |
63 | FILES_${PN}-doc += "${datadir}/abiword-*/readme*" | 65 | FILES_${PN}-doc += "${datadir}/abiword-*/readme*" |