diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-25 22:29:07 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-25 22:29:07 +0800 |
commit | 90a854854f0c7d79b10d51d4ecfcde6ab3cdc082 (patch) | |
tree | 49277a0a6fd075b828166a42ed7c3d2aa345b1b1 /editors/gedit-plugins/files | |
parent | c71254a9ee2705b42f315f774f48773ee712b09d (diff) | |
download | marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.tar marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.tar.gz marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.tar.bz2 marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.tar.lz marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.tar.xz marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.tar.zst marcuscom-ports-90a854854f0c7d79b10d51d4ecfcde6ab3cdc082.zip |
Add gedit-plugins. Same version as is in the FreeBSD tree except it
patches configure to shut up about the gedit2 version. It builds and installs
fine after that.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1713 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit-plugins/files')
-rw-r--r-- | editors/gedit-plugins/files/patch-plugins::diff::diff.c | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/gedit-plugins/files/patch-plugins::diff::diff.c b/editors/gedit-plugins/files/patch-plugins::diff::diff.c new file mode 100644 index 000000000..6a2c8f114 --- /dev/null +++ b/editors/gedit-plugins/files/patch-plugins::diff::diff.c @@ -0,0 +1,30 @@ +--- plugins/diff/diff.c.orig Sat Oct 18 16:02:21 2003 ++++ plugins/diff/diff.c Sat Oct 18 16:05:51 2003 +@@ -56,7 +56,6 @@ + #include <gedit/gedit-mdi.h> + #include <gedit/gedit-output-window.h> + +- + #define DIFF_BASE_KEY "/apps/gedit-2/plugins/diff" + #define DIFF_LOCATION_KEY "/diff-program-location" + #define UNIFIED_FORMAT_KEY "/use-unified-format" +@@ -438,7 +437,7 @@ + + case GTK_RESPONSE_HELP: + /* FIXME: choose a better link id */ +- gnome_help_display ("gedit.xml", "gedit-use-plugins", &error); ++ gnome_help_display ("gedit.xml", "gedit-compare-files-plugin", &error); + + if (error != NULL) + { +@@ -959,7 +958,9 @@ + + temp = gedit_plugin_locate_program (DIFF_PROGRAM_NAME, + plugin_name, +- parent); ++ parent, ++ DIFF_BASE_KEY DIFF_LOCATION_KEY, ++ "gedit-compare-files-configure"); + + if (temp != NULL) + { |