diff options
-rw-r--r-- | editors/gedit2/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit2/distinfo | 2 | ||||
-rw-r--r-- | editors/gedit2/files/patch-configure | 33 | ||||
-rw-r--r-- | editors/gedit2/files/patch-gedit_gedit-mdi-child.c | 21 | ||||
-rw-r--r-- | editors/gedit2/pkg-plist | 1 |
5 files changed, 33 insertions, 26 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 956fe409d..e9d2c74f8 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gedit2 -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo index 3ad6091dc..b5c77b6ca 100644 --- a/editors/gedit2/distinfo +++ b/editors/gedit2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gedit-2.5.0.tar.bz2) = e9a059a11ebcdf86be75f69c4a75019b +MD5 (gnome2/gedit-2.5.3.tar.bz2) = e6f24e886979c11e4c9dbe147c33af76 diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure index 3cba7464f..bfb9764c8 100644 --- a/editors/gedit2/files/patch-configure +++ b/editors/gedit2/files/patch-configure @@ -1,6 +1,33 @@ ---- configure.orig Tue Dec 17 05:27:57 2002 -+++ configure Sun Dec 22 17:31:25 2002 -@@ -10758,17 +10759,17 @@ +--- configure.orig Thu Jan 15 13:50:59 2004 ++++ configure Thu Jan 15 15:10:20 2004 +@@ -21254,7 +21254,9 @@ + if eval "test \"\${$as_ac_var+set}\" = set"; then + echo $ECHO_N "(cached) $ECHO_C" >&6 + else +- cat >conftest.$ac_ext <<_ACEOF ++ ac_check_lib_save_LIBS=$LIBS ++LIBS="-lintl $LIBS" ++cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ + _ACEOF +@@ -21318,6 +21320,7 @@ + eval "$as_ac_var=no" + fi + rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext ++LIBS=$ac_check_lib_save_LIBS + fi + echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 + echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 +@@ -21325,6 +21328,7 @@ + cat >>confdefs.h <<_ACEOF + #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 + _ACEOF ++ LIBS="-lintl $LIBS" + + else + { { echo "$as_me:$LINENO: error: ngettext function is required to build gedit." >&5 +@@ -21359,17 +21363,17 @@ if test "x${prefix}" = "xNONE"; then cat >>confdefs.h <<_ACEOF diff --git a/editors/gedit2/files/patch-gedit_gedit-mdi-child.c b/editors/gedit2/files/patch-gedit_gedit-mdi-child.c deleted file mode 100644 index 90475607b..000000000 --- a/editors/gedit2/files/patch-gedit_gedit-mdi-child.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gedit/gedit-mdi-child.c.orig Wed Jan 14 17:16:40 2004 -+++ gedit/gedit-mdi-child.c Wed Jan 14 17:18:00 2004 -@@ -37,7 +37,7 @@ - #include <libgnomevfs/gnome-vfs.h> - #include <libgnomevfs/gnome-vfs-mime-utils.h> - #include <libgnomevfs/gnome-vfs-mime-handlers.h> --#include <eel/eel-input-event-box.h> -+#include <gtk/gtkeventbox.h> - - #include <bonobo/bonobo-i18n.h> - -@@ -751,7 +751,8 @@ - &w, &h); - - /* create our layout/event boxes */ -- event_box = eel_input_event_box_new(); -+ event_box = gtk_event_box_new(); -+ gtk_event_box_set_visible_window (GTK_EVENT_BOX (event_box), FALSE); - event_hbox = gtk_hbox_new (FALSE, 0); - hbox = gtk_hbox_new (FALSE, 0); - diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist index 32e52dc66..5f6c4e0ba 100644 --- a/editors/gedit2/pkg-plist +++ b/editors/gedit2/pkg-plist @@ -183,6 +183,7 @@ share/locale/ga/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/he/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/hi/LC_MESSAGES/gedit-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gedit-%%VERSION%%.mo share/locale/ja/LC_MESSAGES/gedit-%%VERSION%%.mo |