[oe-commits] org.oe.dev gnumeric updated to version 1.8.2:

utx commit oe at amethyst.openembedded.net
Sun Apr 6 23:50:08 UTC 2008


gnumeric updated to version 1.8.2:
* new stable branch

Author: utx at openembedded.org
Branch: org.openembedded.dev
Revision: 69493b92a2920834730a30a06654f0c0b8e67c5f
ViewMTN: http://monotone.openembedded.org/revision/info/69493b92a2920834730a30a06654f0c0b8e67c5f
Files:
1
packages/gnumeric/gnumeric_1.6.3.bb
packages/gnumeric/gnumeric_1.8.2.bb
packages/gnumeric/files/remove-docs.patch
Diffs:

#
# mt diff -rd4c83cf5a95e8b8dadd457668745c3ebe1f84c41 -r69493b92a2920834730a30a06654f0c0b8e67c5f
#
#
#
# rename "packages/gnumeric/gnumeric_1.6.3.bb"
#     to "packages/gnumeric/gnumeric_1.8.2.bb"
# 
# patch "packages/gnumeric/files/remove-docs.patch"
#  from [0ac9e20e076f6c75ea79936763218fe84bc18b68]
#    to [2c8e420129b3ac4e052eb8e3a7482f191bfb6614]
# 
# patch "packages/gnumeric/gnumeric_1.8.2.bb"
#  from [56d6d168c121708269efaac30877ca421cd283b9]
#    to [ea49c85d73dfb41e834abf4ce6c61222c9e129a5]
#
============================================================
--- packages/gnumeric/files/remove-docs.patch	0ac9e20e076f6c75ea79936763218fe84bc18b68
+++ packages/gnumeric/files/remove-docs.patch	2c8e420129b3ac4e052eb8e3a7482f191bfb6614
@@ -1,8 +1,10 @@
---- gnumeric-1.5.2/Makefile.am.orig	2005-08-01 11:32:36.119921544 +0000
-+++ gnumeric-1.5.2/Makefile.am	2005-08-01 11:32:44.689618752 +0000
+Index: gnumeric-1.8.2/Makefile.am
+===================================================================
+--- gnumeric-1.8.2.orig/Makefile.am	2008-01-15 02:53:04.000000000 +0000
++++ gnumeric-1.8.2/Makefile.am	2008-04-01 22:44:44.000000000 +0000
 @@ -1,4 +1,4 @@
+-SUBDIRS = . po po-functions src plugins icons templates doc tools schemas test
++SUBDIRS = . po po-functions src plugins icons templates tools schemas test
+ 
+ XML_I18N_XML_KIND = --pass-through
+ 
--SUBDIRS = . po po-functions src plugins icons templates doc schemas
-+SUBDIRS = . po po-functions src plugins icons templates schemas
- if WITH_WIN32
-   SUBDIRS += tools
- endif
============================================================
--- packages/gnumeric/gnumeric_1.6.3.bb	56d6d168c121708269efaac30877ca421cd283b9
+++ packages/gnumeric/gnumeric_1.8.2.bb	ea49c85d73dfb41e834abf4ce6c61222c9e129a5
@@ -1,7 +1,7 @@ S = "${WORKDIR}/gnumeric-${PV}"
 LICENSE = "GPL"
 SECTION = "x11/utils"
 S = "${WORKDIR}/gnumeric-${PV}"
-DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui"
+DEPENDS = "libgsf gtk+ libxml2 goffice libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libgnomeprintui libbonoboui orbit2-native"
 DESCRIPTION = "Gnumeric spreadsheet for GNOME"
 
 PR = "r1"
@@ -14,9 +14,14 @@ PACKAGES_DYNAMIC = "gnumeric-plugin-*"
 
 PACKAGES_DYNAMIC = "gnumeric-plugin-*"
 
-FILES_${PN}-dbg += "${libdir}/gnumeric/1.6.3/plugins/*/.debug"
+FILES_${PN}-dbg += "${libdir}/gnumeric/1.8.2/plugins/*/.debug"
 FILES_gnumeric_append = " /usr/lib/libspreadsheet-${PV}.so "
 
+# We need native orbit-idl with target idl files. No way to say it in a clean way:
+do_configure_append () {
+	find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
+}
+
 python populate_packages_prepend () {
 	gnumeric_libdir = bb.data.expand('${libdir}/gnumeric/${PV}/plugins', d)
 






More information about the Openembedded-commits mailing list