diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-19 04:22:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-19 04:22:34 +0800 |
commit | 35a8144acd7b80af8215f35a5c4ab0608b0fba19 (patch) | |
tree | 4bf284a96f189e52573a9a4c0c0f2b840b8e73b2 /x11/gnome-panel/files | |
parent | 8dfc865c44b768059d7f8a3f1a20e2f1a035d476 (diff) | |
download | marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.tar marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.tar.gz marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.tar.bz2 marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.tar.lz marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.tar.xz marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.tar.zst marcuscom-ports-35a8144acd7b80af8215f35a5c4ab0608b0fba19.zip |
- Readd gnomepanel at 2.11.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3989 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel/files')
-rw-r--r-- | x11/gnome-panel/files/patch-applets_clock_clock.c | 24 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-config.h.in | 11 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in | 13 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-po_ja.po | 20 |
5 files changed, 79 insertions, 0 deletions
diff --git a/x11/gnome-panel/files/patch-applets_clock_clock.c b/x11/gnome-panel/files/patch-applets_clock_clock.c new file mode 100644 index 000000000..ccf5378b1 --- /dev/null +++ b/x11/gnome-panel/files/patch-applets_clock_clock.c @@ -0,0 +1,24 @@ +--- applets/clock/clock.c.orig Tue Jan 13 11:55:58 2004 ++++ applets/clock/clock.c Wed Jan 14 15:43:39 2004 +@@ -47,7 +47,9 @@ + #include <dirent.h> + #include <string.h> + #include <time.h> ++#ifdef HAVE_LANGINFO_H + #include <langinfo.h> ++#endif + + #include <panel-applet.h> + #include <panel-applet-gconf.h> +@@ -539,7 +541,11 @@ + { + const char *am; + ++#ifdef HAVE_LANGINFO_H + am = nl_langinfo (AM_STR); ++#else ++ am = "AM"; ++#endif + return (am[0] == '\0') ? CLOCK_FORMAT_24 : CLOCK_FORMAT_12; + } + diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in new file mode 100644 index 000000000..8a59166a5 --- /dev/null +++ b/x11/gnome-panel/files/patch-config.h.in @@ -0,0 +1,11 @@ +--- config.h.in.orig Thu Jan 2 19:50:41 2003 ++++ config.h.in Mon Jan 6 13:11:12 2003 +@@ -96,6 +96,8 @@ + /* Define to 1 if you have the <stdlib.h> header file. */ + #undef HAVE_STDLIB_H + ++#undef HAVE_LANGINFO_H ++ + /* Define to 1 if you have the <strings.h> header file. */ + #undef HAVE_STRINGS_H + diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure new file mode 100644 index 000000000..732f3a860 --- /dev/null +++ b/x11/gnome-panel/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Jan 14 15:54:42 2004 ++++ configure Wed Jan 14 15:55:13 2004 +@@ -5536,7 +5536,7 @@ + + + for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ +- inttypes.h stdint.h unistd.h ++ inttypes.h stdint.h unistd.h langinfo.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + echo "$as_me:$LINENO: checking for $ac_header" >&5 diff --git a/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in new file mode 100644 index 000000000..6bf983a72 --- /dev/null +++ b/x11/gnome-panel/files/patch-gnome-panel::GNOME_Panel.server.in @@ -0,0 +1,13 @@ + +$FreeBSD: ports/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in,v 1.6 2005/03/12 10:39:16 marcus Exp $ + +--- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1 ++++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11 +@@ -1,6 +1,6 @@ + <oaf_info> + +-<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2"> ++<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/> + <item value="IDL:Bonobo/Unknown:1.0"/> diff --git a/x11/gnome-panel/files/patch-po_ja.po b/x11/gnome-panel/files/patch-po_ja.po new file mode 100644 index 000000000..1d3343b41 --- /dev/null +++ b/x11/gnome-panel/files/patch-po_ja.po @@ -0,0 +1,20 @@ +--- po/ja.po.orig Mon Mar 7 23:15:19 2005 ++++ po/ja.po Fri Apr 8 14:12:28 2005 +@@ -105,7 +105,7 @@ + #. + #: ../applets/clock/clock.c:281 + msgid "%a %b %e" +-msgstr "%b%e日 (%a)" ++msgstr "%B%e日 (%a)" + + #. translators: reverse the order of these arguments + #. * if the time should come before the +@@ -138,7 +138,7 @@ + #. we will display the start date in the most abbreviated way possible. + #: ../applets/clock/clock.c:591 + msgid "%b %d" +-msgstr "%b%e日" ++msgstr "%B%e日" + + #: ../applets/clock/clock.c:890 + msgid "Tasks" |