From 0b42143dea1a55d0f1f6d09704bbc131e1b633ed Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 12 Mar 2005 10:39:38 +0000 Subject: 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! --- x11-toolkits/libgnomeui/Makefile | 4 +- x11-toolkits/libgnomeui/distinfo | 4 +- x11-toolkits/libgnomeui/files/patch-Makefile.in | 11 --- .../libgnomeui/files/patch-libgnomeui_Makefile.in | 11 --- .../libgnomeui/files/patch-libgnomeui_gnome-ice.c | 20 ----- x11-toolkits/libgnomeui/pkg-plist | 97 ++++++++++++++++++++-- 6 files changed, 96 insertions(+), 51 deletions(-) delete mode 100644 x11-toolkits/libgnomeui/files/patch-Makefile.in delete mode 100644 x11-toolkits/libgnomeui/files/patch-libgnomeui_Makefile.in delete mode 100644 x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-ice.c (limited to 'x11-toolkits/libgnomeui') diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index 549943b07f98..12540b3a053c 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libgnomeui -PORTVERSION= 2.8.1 +PORTVERSION= 2.10.0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/x11-toolkits/libgnomeui/distinfo b/x11-toolkits/libgnomeui/distinfo index fa9a97112ccf..f12a6a3dc0f1 100644 --- a/x11-toolkits/libgnomeui/distinfo +++ b/x11-toolkits/libgnomeui/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libgnomeui-2.8.1.tar.bz2) = d46a2b34bdfbc1b36464176fa8bef03c -SIZE (gnome2/libgnomeui-2.8.1.tar.bz2) = 1456239 +MD5 (gnome2/libgnomeui-2.10.0.tar.bz2) = e17c0d97e5f240513ac2d36268d696ed +SIZE (gnome2/libgnomeui-2.10.0.tar.bz2) = 1652481 diff --git a/x11-toolkits/libgnomeui/files/patch-Makefile.in b/x11-toolkits/libgnomeui/files/patch-Makefile.in deleted file mode 100644 index 045ff7f723b0..000000000000 --- a/x11-toolkits/libgnomeui/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Mar 22 00:31:40 2004 -+++ Makefile.in Mon Mar 22 00:32:06 2004 -@@ -139,7 +139,7 @@ - YACC = @YACC@ - gnomelocaledir = @gnomelocaledir@ - --SUBDIRS = libgnomeui file-chooser glade images demos test-gnome doc po #tests -+SUBDIRS = libgnomeui file-chooser glade images demos doc po #tests - - EXTRA_DIST = COPYING.LIB NEWS - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/x11-toolkits/libgnomeui/files/patch-libgnomeui_Makefile.in b/x11-toolkits/libgnomeui/files/patch-libgnomeui_Makefile.in deleted file mode 100644 index 938ac8dbe444..000000000000 --- a/x11-toolkits/libgnomeui/files/patch-libgnomeui_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomeui/Makefile.in.orig Wed Feb 25 01:08:42 2004 -+++ libgnomeui/Makefile.in Wed Feb 25 01:10:01 2004 -@@ -158,7 +158,7 @@ - -DGNOMEUILIBDIR=\""$(libdir)"\" \ - -DGNOMEUIDATADIR=\""$(datadir)"\" \ - -DGNOMEUIPIXMAPDIR=\""$(datadir)/pixmaps"\" \ -- -DGNOMEUIICONDIR=\""$(datadir)/icons"\" \ -+ -DGNOMEUIICONDIR=\""$(prefix)/share/icons"\" \ - -DGNOMEUISERVERDIR=\""$(libexecdir)"\" \ - -DGNOMEUILOCALSTATEDIR=\""$(localstatedir)"\" \ - -DGNOMEUILOCALEDIR=\""$(gnomelocaledir)"\" \ diff --git a/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-ice.c b/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-ice.c deleted file mode 100644 index 8c5bbd501398..000000000000 --- a/x11-toolkits/libgnomeui/files/patch-libgnomeui_gnome-ice.c +++ /dev/null @@ -1,20 +0,0 @@ ---- libgnomeui/gnome-ice.c.orig Fri Oct 22 23:22:11 2004 -+++ libgnomeui/gnome-ice.c Fri Oct 22 23:22:38 2004 -@@ -54,6 +54,8 @@ - IceConn connection = (IceConn) data; - IceProcessMessagesStatus status; - -+ GDK_THREADS_ENTER(); -+ - status = IceProcessMessages (connection, NULL, NULL); - - if (status == IceProcessMessagesIOError) -@@ -73,6 +75,8 @@ - IceCloseConnection (connection); - } - } -+ -+ GDK_THREADS_LEAVE(); - - return TRUE; - } diff --git a/x11-toolkits/libgnomeui/pkg-plist b/x11-toolkits/libgnomeui/pkg-plist index d8556ce5b894..c11e1154680c 100644 --- a/x11-toolkits/libgnomeui/pkg-plist +++ b/x11-toolkits/libgnomeui/pkg-plist @@ -53,9 +53,97 @@ lib/gtk-2.0/%%GTK_VERSION%%/filesystems/libgnome-vfs.so lib/libglade/2.0/libgnome.so lib/libgnomeui-2.a lib/libgnomeui-2.so -lib/libgnomeui-2.so.800 +lib/libgnomeui-2.so.1000 libdata/pkgconfig/libgnomeui-2.0.pc libexec/gnome_segv2 +%%DOCSDIR%%/GnomeAbout.html +%%DOCSDIR%%/GnomeApp.html +%%DOCSDIR%%/GnomeAppBar.html +%%DOCSDIR%%/GnomeClient.html +%%DOCSDIR%%/GnomeColorPicker.html +%%DOCSDIR%%/GnomeDateEdit.html +%%DOCSDIR%%/GnomeDialog.html +%%DOCSDIR%%/GnomeDruid.html +%%DOCSDIR%%/GnomeDruidPage.html +%%DOCSDIR%%/GnomeDruidPageEdge.html +%%DOCSDIR%%/GnomeDruidPageStandard.html +%%DOCSDIR%%/GnomeEntry.html +%%DOCSDIR%%/GnomeFileEntry.html +%%DOCSDIR%%/GnomeFontPicker.html +%%DOCSDIR%%/GnomeHRef.html +%%DOCSDIR%%/GnomeIconEntry.html +%%DOCSDIR%%/GnomeIconList.html +%%DOCSDIR%%/GnomeIconSelection.html +%%DOCSDIR%%/GnomeMDI.html +%%DOCSDIR%%/GnomeMDIChild.html +%%DOCSDIR%%/GnomeMDIGenericChild.html +%%DOCSDIR%%/GnomeMessageBox.html +%%DOCSDIR%%/GnomePixmap.html +%%DOCSDIR%%/GnomePixmapEntry.html +%%DOCSDIR%%/GnomePropertyBox.html +%%DOCSDIR%%/GnomeScores.html +%%DOCSDIR%%/application-mgmt.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/deprecated.html +%%DOCSDIR%%/druids.html +%%DOCSDIR%%/fixme.html +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/libgnomeui-GnomeIconLookup.html +%%DOCSDIR%%/libgnomeui-GnomeIconTheme.html +%%DOCSDIR%%/libgnomeui-GnomeThemeFile.html +%%DOCSDIR%%/libgnomeui-GnomeThumbnail.html +%%DOCSDIR%%/libgnomeui-gnome-app-helper.html +%%DOCSDIR%%/libgnomeui-gnome-app-util.html +%%DOCSDIR%%/libgnomeui-gnome-dialog-util.html +%%DOCSDIR%%/libgnomeui-gnome-mdi-session.html +%%DOCSDIR%%/libgnomeui-gnome-popup-menu.html +%%DOCSDIR%%/libgnomeui-gnome-stock-icons.html +%%DOCSDIR%%/libgnomeui-gnome-types.html +%%DOCSDIR%%/libgnomeui-gnome-ui-init.html +%%DOCSDIR%%/libgnomeui-gnome-uidefs.html +%%DOCSDIR%%/libgnomeui-gnome-vfs-util.html +%%DOCSDIR%%/libgnomeui-gnome-window.html +%%DOCSDIR%%/libgnomeui-gnometypebuiltins.html +%%DOCSDIR%%/libgnomeui-objects.html +%%DOCSDIR%%/libgnomeui.devhelp +%%DOCSDIR%%/miscellaneous.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/stock_attach.png +%%DOCSDIR%%/stock_book_blue.png +%%DOCSDIR%%/stock_book_green.png +%%DOCSDIR%%/stock_book_open.png +%%DOCSDIR%%/stock_book_red.png +%%DOCSDIR%%/stock_book_yellow.png +%%DOCSDIR%%/stock_line_in.png +%%DOCSDIR%%/stock_mail.png +%%DOCSDIR%%/stock_mail_compose.png +%%DOCSDIR%%/stock_mail_forward.png +%%DOCSDIR%%/stock_mail_receive.png +%%DOCSDIR%%/stock_mail_reply.png +%%DOCSDIR%%/stock_mail_send.png +%%DOCSDIR%%/stock_menu_about.png +%%DOCSDIR%%/stock_menu_blank.png +%%DOCSDIR%%/stock_mic.png +%%DOCSDIR%%/stock_midi.png +%%DOCSDIR%%/stock_multiple_file.png +%%DOCSDIR%%/stock_not.png +%%DOCSDIR%%/stock_scores.png +%%DOCSDIR%%/stock_table_borders.png +%%DOCSDIR%%/stock_table_fill.png +%%DOCSDIR%%/stock_text_bulleted_list.png +%%DOCSDIR%%/stock_text_indent.png +%%DOCSDIR%%/stock_text_numbered_list.png +%%DOCSDIR%%/stock_text_unindent.png +%%DOCSDIR%%/stock_timer.png +%%DOCSDIR%%/stock_timer_stopped.png +%%DOCSDIR%%/stock_trash.png +%%DOCSDIR%%/stock_trash_full.png +%%DOCSDIR%%/stock_volume.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png share/gnome/pixmaps/gnome-about-logo.png share/gnome/pixmaps/gnome-default-dlg.png share/gnome/pixmaps/gnome-error.png @@ -120,6 +208,7 @@ share/locale/pt/LC_MESSAGES/libgnomeui-2.0.mo share/locale/pt_BR/LC_MESSAGES/libgnomeui-2.0.mo share/locale/ro/LC_MESSAGES/libgnomeui-2.0.mo share/locale/ru/LC_MESSAGES/libgnomeui-2.0.mo +share/locale/rw/LC_MESSAGES/libgnomeui-2.0.mo share/locale/sk/LC_MESSAGES/libgnomeui-2.0.mo share/locale/sl/LC_MESSAGES/libgnomeui-2.0.mo share/locale/sq/LC_MESSAGES/libgnomeui-2.0.mo @@ -134,14 +223,12 @@ share/locale/tr/LC_MESSAGES/libgnomeui-2.0.mo share/locale/uk/LC_MESSAGES/libgnomeui-2.0.mo share/locale/vi/LC_MESSAGES/libgnomeui-2.0.mo share/locale/wa/LC_MESSAGES/libgnomeui-2.0.mo +share/locale/xh/LC_MESSAGES/libgnomeui-2.0.mo share/locale/yi/LC_MESSAGES/libgnomeui-2.0.mo share/locale/zh_CN/LC_MESSAGES/libgnomeui-2.0.mo share/locale/zh_TW/LC_MESSAGES/libgnomeui-2.0.mo share/locale/zu/LC_MESSAGES/libgnomeui-2.0.mo -@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/zu 2> /dev/null || true -@unexec rmdir %D/share/locale/nso/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/nso 2> /dev/null || true +@dirrm %%DOCSDIR%% @dirrm include/libgnomeui-2.0/libgnomeui @dirrm include/libgnomeui-2.0 @dirrm lib/gtk-2.0/%%GTK_VERSION%%/filesystems -- cgit