gedit

Differences between revisions 1 and 2
Revision 1 as of 2010-09-02 16:16:34
Size: 328
Editor: 69
Comment: Add initial notes
Revision 2 as of 2010-09-03 03:03:34
Size: 648
Editor: 69
Comment: add patch
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:

== Patch ==

{{{
--- gedit-2.30.3.orig/configure.ac 2010-07-17 02:20:45.481463497 +0200
+++ gedit-2.30.3/configure.ac 2010-07-17 02:20:59.029469305 +0200
@@ -320,6 +320,7 @@
    test "$os_win32" = "no"; then
  PKG_CHECK_MODULES(EGG_SMCLIENT, [
   sm >= 1.0.0
+ ice
  ])
 else
  EGG_SMCLIENT_CFLAGS=
}}}

gedit-2.30.3

Patch

--- gedit-2.30.3.orig/configure.ac      2010-07-17 02:20:45.481463497 +0200
+++ gedit-2.30.3/configure.ac   2010-07-17 02:20:59.029469305 +0200
@@ -320,6 +320,7 @@
    test "$os_win32" = "no"; then
        PKG_CHECK_MODULES(EGG_SMCLIENT, [
                sm >= 1.0.0
+               ice
        ])
 else
        EGG_SMCLIENT_CFLAGS=

RobSavoye/GoldFixes/gedit (last edited 2010-09-03 03:03:34 by 69)