summaryrefslogtreecommitdiffstats
path: root/x11/gnomepanel/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnomepanel/files')
-rw-r--r--x11/gnomepanel/files/patch-applets_clock_clock.c24
-rw-r--r--x11/gnomepanel/files/patch-config.h.in11
-rw-r--r--x11/gnomepanel/files/patch-configure11
-rw-r--r--x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in13
4 files changed, 0 insertions, 59 deletions
diff --git a/x11/gnomepanel/files/patch-applets_clock_clock.c b/x11/gnomepanel/files/patch-applets_clock_clock.c
deleted file mode 100644
index ccf5378b1..000000000
--- a/x11/gnomepanel/files/patch-applets_clock_clock.c
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in
deleted file mode 100644
index 8a59166a5..000000000
--- a/x11/gnomepanel/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure
deleted file mode 100644
index 732f3a860..000000000
--- a/x11/gnomepanel/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in
deleted file mode 100644
index b89c57317..000000000
--- a/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- 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"/>