summaryrefslogtreecommitdiff
path: root/editors/gedit
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 10:39:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 10:39:38 +0000
commit190418a078b1eb7ea3c5d38a08bdab3cbd422086 (patch)
treebb336ccecde7052d26d3d8d8c97238744a373aad /editors/gedit
parentUpdate to 6300d. (diff)
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
Notes
Notes: svn path=/head/; revision=130972
Diffstat (limited to 'editors/gedit')
-rw-r--r--editors/gedit/Makefile10
-rw-r--r--editors/gedit/distinfo4
-rw-r--r--editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c13
-rw-r--r--editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c18
-rw-r--r--editors/gedit/pkg-plist5
5 files changed, 41 insertions, 9 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 5170f104b1fa..ca0ae8b1291e 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gedit
-PORTVERSION= 2.8.3
+PORTVERSION= 2.10.0
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -23,16 +23,16 @@ INSTALLS_OMF= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=15
-USE_GNOME= gnomeprefix gnomehack intlhack gnomehier \
+USE_GNOME= gnomeprefix gnomehack intlhack \
libgnomeprintui libgnomeui eel2 gtksourceview desktopfileutils
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="2.8"
+PLIST_SUB= VERSION="2.10"
MAN1= gedit.1
GCONF_SCHEMAS= gedit.schemas
post-install:
- @-update-desktop-database > /dev/null
+ @-update-desktop-database
.include <bsd.port.mk>
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo
index dafbcd5a161f..7d546ded534c 100644
--- a/editors/gedit/distinfo
+++ b/editors/gedit/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gedit-2.8.3.tar.bz2) = 091b399294b8f5f9598da00c05868e23
-SIZE (gnome2/gedit-2.8.3.tar.bz2) = 2539284
+MD5 (gnome2/gedit-2.10.0.tar.bz2) = 933f551489ca8303a07f3cd0c42d5881
+SIZE (gnome2/gedit-2.10.0.tar.bz2) = 3097584
diff --git a/editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c b/editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c
new file mode 100644
index 000000000000..5110fb708c4f
--- /dev/null
+++ b/editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c
@@ -0,0 +1,13 @@
+--- plugins/spell/gedit-spell-checker.c.orig Wed Dec 1 20:03:36 2004
++++ plugins/spell/gedit-spell-checker.c Wed Dec 1 20:03:59 2004
+@@ -319,9 +319,9 @@
+ static const GeditLanguage*
+ get_language_from_abrev (const gchar *abrev)
+ {
++ const GSList *langs;
+ g_return_val_if_fail (abrev != NULL, NULL);
+
+- const GSList *langs;
+ langs = gedit_spell_checker_get_available_languages ();
+
+ while (langs != NULL)
diff --git a/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c b/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c
new file mode 100644
index 000000000000..81f704d8c5c9
--- /dev/null
+++ b/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c
@@ -0,0 +1,18 @@
+--- plugins/taglist/gedit-taglist-plugin-parser.c.orig Wed Jan 26 19:28:35 2005
++++ plugins/taglist/gedit-taglist-plugin-parser.c Wed Jan 26 19:28:58 2005
+@@ -276,12 +276,13 @@
+ else
+ {
+ const char * const *langs_pointer;
++ gchar* lang;
+ gint i;
++ gint cur_lanking = 1;
+
+ langs_pointer = g_get_language_names ();
+
+- gchar* lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang");
+- gint cur_lanking = 1;
++ lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang");
+
+ /*
+ * When found a new TagGroup, append the best
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist
index fe65e82adfb8..d3732cae1da8 100644
--- a/editors/gedit/pkg-plist
+++ b/editors/gedit/pkg-plist
@@ -5,6 +5,7 @@ include/gedit-%%VERSION%%/gedit/bonobo-mdi.h
include/gedit-%%VERSION%%/gedit/gedit-convert.h
include/gedit-%%VERSION%%/gedit/gedit-debug.h
include/gedit-%%VERSION%%/gedit/gedit-document.h
+include/gedit-%%VERSION%%/gedit/gedit-encodings-option-menu.h
include/gedit-%%VERSION%%/gedit/gedit-encodings.h
include/gedit-%%VERSION%%/gedit/gedit-file.h
include/gedit-%%VERSION%%/gedit/gedit-mdi-child.h
@@ -26,7 +27,6 @@ include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-util.h
include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-bonobo.h
include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-gtk.h
include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view.h
-lib/bonobo/libgedit-control.so
lib/gedit-2/plugins/changecase.gedit-plugin
lib/gedit-2/plugins/docinfo.gedit-plugin
lib/gedit-2/plugins/indent.gedit-plugin
@@ -34,12 +34,14 @@ lib/gedit-2/plugins/libchangecase.so
lib/gedit-2/plugins/libdocinfo.so
lib/gedit-2/plugins/libindent.so
lib/gedit-2/plugins/libsample.so
+lib/gedit-2/plugins/libsavecopy.so
lib/gedit-2/plugins/libshell_output.so
lib/gedit-2/plugins/libsort.so
lib/gedit-2/plugins/libspell.so
lib/gedit-2/plugins/libtaglist.so
lib/gedit-2/plugins/libtime.so
lib/gedit-2/plugins/sample.gedit-plugin
+lib/gedit-2/plugins/savecopy.gedit-plugin
lib/gedit-2/plugins/shell_output.gedit-plugin
lib/gedit-2/plugins/sort.gedit-plugin
lib/gedit-2/plugins/spell.gedit-plugin
@@ -68,7 +70,6 @@ share/gnome/gedit-2/taglist/HTML.tags
share/gnome/gedit-2/taglist/Latex.tags
share/gnome/gedit-2/taglist/XSLT.tags
share/gnome/gedit-2/ui/gedit-ui.xml
-share/gnome/gnome-2.0/ui/gedit-viewer-ui.xml
share/gnome/help/gedit/C/figures/gedit_format_bold.png
share/gnome/help/gedit/C/figures/gedit_format_italic.png
share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png