diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 19:20:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-20 19:20:46 +0000 |
commit | 52766d17c8094243ba5f199daf8cf5fc4fa2dbff (patch) | |
tree | 9534028e2a60ec514511aca4cdbe3e5c31884798 /textproc/stardict3/files | |
parent | ae2f723d585a695428847d33a90e02b25b54efcb (diff) |
Notes
Diffstat (limited to 'textproc/stardict3/files')
-rw-r--r-- | textproc/stardict3/files/patch-src::Makefile.in | 16 | ||||
-rw-r--r-- | textproc/stardict3/files/patch-src::docklet.h | 11 | ||||
-rw-r--r-- | textproc/stardict3/files/patch-src::mainwin.h | 11 | ||||
-rw-r--r-- | textproc/stardict3/files/patch-src::skin.h | 13 | ||||
-rw-r--r-- | textproc/stardict3/files/patch-src::stardict-application-server.cpp | 8 | ||||
-rw-r--r-- | textproc/stardict3/files/patch-src::tools::ec50.cpp | 11 |
6 files changed, 54 insertions, 16 deletions
diff --git a/textproc/stardict3/files/patch-src::Makefile.in b/textproc/stardict3/files/patch-src::Makefile.in deleted file mode 100644 index 42a5e57b8f19..000000000000 --- a/textproc/stardict3/files/patch-src::Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Thu Feb 19 08:17:29 2004 -+++ src/Makefile.in Sat May 15 17:09:46 2004 -@@ -193,12 +193,7 @@ - -DDATADIR=\""$(datadir)"\" \ - -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ - -DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -- -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" \ -- -DG_DISABLE_DEPRECATED \ -- -DGDK_DISABLE_DEPRECATED \ -- -DGTK_DISABLE_DEPRECATED \ -- -DGDK_PIXBUF_DISABLE_DEPRECATED \ -- -DGNOME_DISABLE_DEPRECATED -+ -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" - - - stardict_LDFLAGS = diff --git a/textproc/stardict3/files/patch-src::docklet.h b/textproc/stardict3/files/patch-src::docklet.h new file mode 100644 index 000000000000..b2f7c9634b1b --- /dev/null +++ b/textproc/stardict3/files/patch-src::docklet.h @@ -0,0 +1,11 @@ +--- src/docklet.h.orig Tue Sep 23 18:19:44 2003 ++++ src/docklet.h Tue Jan 18 02:20:01 2005 +@@ -7,7 +7,7 @@ + enum DockLetIconType { + DOCKLET_NORMAL_ICON, + DOCKLET_SCAN_ICON, +- DOCKLET_STOP_ICON, ++ DOCKLET_STOP_ICON + }; + + class DockLet{ diff --git a/textproc/stardict3/files/patch-src::mainwin.h b/textproc/stardict3/files/patch-src::mainwin.h new file mode 100644 index 000000000000..6f2d4d6a21ea --- /dev/null +++ b/textproc/stardict3/files/patch-src::mainwin.h @@ -0,0 +1,11 @@ +--- src/mainwin.h.orig Tue Sep 23 18:19:44 2003 ++++ src/mainwin.h Tue Jan 18 02:23:04 2005 +@@ -22,7 +22,7 @@ + TEXT_WIN_PATTERN_NOT_FOUND, + TEXT_WIN_TIPS, // when the word entry is empty,it will show tip + TEXT_WIN_INFO, +- TEXT_WIN_TREEDICT, ++ TEXT_WIN_TREEDICT + }; + + enum ListWinListWordType diff --git a/textproc/stardict3/files/patch-src::skin.h b/textproc/stardict3/files/patch-src::skin.h new file mode 100644 index 000000000000..d32d0e21cbc4 --- /dev/null +++ b/textproc/stardict3/files/patch-src::skin.h @@ -0,0 +1,13 @@ +--- src/skin.h.orig Tue Sep 23 21:53:47 2003 ++++ src/skin.h Tue Jan 18 02:21:27 2005 +@@ -8,8 +8,8 @@ + { + public: + GdkCursor *cursor; +- _Skin_cursor::_Skin_cursor(); +- _Skin_cursor::~_Skin_cursor(); ++ _Skin_cursor(); ++ ~_Skin_cursor(); + }; + + struct _Skin_pixbuf_1 diff --git a/textproc/stardict3/files/patch-src::stardict-application-server.cpp b/textproc/stardict3/files/patch-src::stardict-application-server.cpp new file mode 100644 index 000000000000..38f2b4416b05 --- /dev/null +++ b/textproc/stardict3/files/patch-src::stardict-application-server.cpp @@ -0,0 +1,8 @@ +--- src/stardict-application-server.cpp.orig Tue Sep 23 18:19:48 2003 ++++ src/stardict-application-server.cpp Tue Jan 18 02:25:54 2005 +@@ -117,4 +117,4 @@ + StardictApplicationServer, + GNOME_Stardict_Application, + BONOBO_TYPE_OBJECT, +- stardict_application_server); ++ stardict_application_server) diff --git a/textproc/stardict3/files/patch-src::tools::ec50.cpp b/textproc/stardict3/files/patch-src::tools::ec50.cpp new file mode 100644 index 000000000000..25e4f40bbfd5 --- /dev/null +++ b/textproc/stardict3/files/patch-src::tools::ec50.cpp @@ -0,0 +1,11 @@ +--- src/tools/ec50.cpp.orig Fri Oct 3 21:17:32 2003 ++++ src/tools/ec50.cpp Tue Jan 18 02:15:29 2005 +@@ -1115,7 +1115,7 @@ + + closeVari(); + closeFile(); +-}; ++} + + int + main(int argc,char * argv []) |