aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnumeric/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-01-10 15:07:46 +0800
committermarcus <marcus@FreeBSD.org>2008-01-10 15:07:46 +0800
commit3aa75d7177796bb9d23153d705ed5f70e72f32a7 (patch)
tree421ff0dcd7a8b18095c362c18fb99e26cdc092b9 /math/gnumeric/files
parent6a27b6fe2a695b49cf8e8dcfbf88bb5b05e1ab88 (diff)
downloadfreebsd-ports-gnome-3aa75d7177796bb9d23153d705ed5f70e72f32a7.tar.gz
freebsd-ports-gnome-3aa75d7177796bb9d23153d705ed5f70e72f32a7.tar.zst
freebsd-ports-gnome-3aa75d7177796bb9d23153d705ed5f70e72f32a7.zip
Update to 1.8.0.
Diffstat (limited to 'math/gnumeric/files')
-rw-r--r--math/gnumeric/files/gnumeric-C.omf72
-rw-r--r--math/gnumeric/files/patch-src_wbc-gtk-edit.c13
2 files changed, 72 insertions, 13 deletions
diff --git a/math/gnumeric/files/gnumeric-C.omf b/math/gnumeric/files/gnumeric-C.omf
new file mode 100644
index 000000000000..a18da047fffb
--- /dev/null
+++ b/math/gnumeric/files/gnumeric-C.omf
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd">
+<omf>
+ <resource>
+ <creator>
+ miguel@gnome.org (Miguel de Icaza)
+ </creator>
+ <maintainer>
+ jody@gnome.org (Jody Goldberg)
+ </maintainer>
+ <contributor>
+ acuster@gmail.com (Adrian Custer)
+ </contributor>
+ <contributor>
+ mrproper@ximian.com (Kevin Breit)
+ </contributor>
+ <contributor>
+ aguelzow@taliesin.ca (Andreas Guelzow)
+ </contributor>
+ <contributor>
+ aaron@ximian.com (Aaron Weber)
+ </contributor>
+ <contributor>
+ tommydal@ihug.com.au (Thomas Canty)
+ </contributor>
+ <contributor>
+ kirillov@math.sunysb.edu (Alexander Kirillov)
+ </contributor>
+ <contributor>
+ k_wayne@linuxpower.org (Wayne Schuller)
+ </contributor>
+ <contributor>
+ jiivonen@hutcs.cs.hut.fi (Jukka-Pekka Iivonen)
+ </contributor>
+ <contributor>
+ adrian@gimp.or (Adrian Likins)
+ </contributor>
+
+ <title>
+ The Gnumeric Manual, version 1.8.
+ </title>
+
+ <date>
+ 2007-12-20
+ </date>
+
+ <version identifier="1.7" date="2007-10-27"
+ description="Updated for 1.8"/>
+ <version identifier="1.3" date="2004-12-09"
+ description="Updated for 1.4"/>
+
+ <subject category="GNOME|Applications|Office"/>
+
+ <description>
+ This is the user's manual for Gnumeric, a GNOME spreadsheet.
+ </description>
+
+ <type>
+ User's Guide
+ </type>
+
+ <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.2//EN"/>
+ <identifier url="gnumeric.xml"/>
+ <language code="C"/>
+ <relation seriesid="c5e3db84-64c3-11d6-85a3-a3e50590e6d1"/>
+ <rights type="GNU FDL" license.version="1.1"
+ license="http://www.gnu.org/licenses/fdl.html"
+ holder="Miguel de Icaza, Jody Goldberg, Thomas Canty,
+ Jukka-Pekka Iivonen, Andreas J. Guelzow, Wayne Schuller,
+ Adrian Custer, Kevin Breit, Aaron Weber, Alexander Kirillov"/>
+ </resource>
+</omf>
diff --git a/math/gnumeric/files/patch-src_wbc-gtk-edit.c b/math/gnumeric/files/patch-src_wbc-gtk-edit.c
deleted file mode 100644
index fb3b8b2f4cea..000000000000
--- a/math/gnumeric/files/patch-src_wbc-gtk-edit.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/wbc-gtk-edit.c.orig 2007-09-16 17:17:41.000000000 -0400
-+++ src/wbc-gtk-edit.c 2007-09-16 17:18:37.000000000 -0400
-@@ -887,8 +887,10 @@ wbcg_edit_start (WBCGtk *wbcg,
- GOFormat *new_fmt;
- int mbd;
-
-+#ifndef WITH_GOFFICE_0_4
- mbd = go_format_month_before_day (fmt);
- if (mbd < 0)
-+#endif
- mbd = go_locale_month_before_day ();
-
- fstr = g_string_new (mbd ? "m/d/yyyy" : "d/m/yyyy");