From fb8541d2d8cfc686242832e1c242a6e16a71f562 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 7 Nov 2004 22:24:32 +0000 Subject: Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact). This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson ). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer Piotr Smyrak Radek Kozlowski Khairil Yusof Yasuda Keisuke Tom McLaughlin Vladimir Grebenschikov GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer and Radek Kozlowski . As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! --- x11-wm/metacity/Makefile | 3 +-- x11-wm/metacity/distinfo | 4 ++-- x11-wm/metacity/files/patch-src_window.c | 13 ------------- x11-wm/metacity/pkg-plist | 4 ++++ 4 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 x11-wm/metacity/files/patch-src_window.c (limited to 'x11-wm') diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 0acb85b..9d2fccb 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -6,8 +6,7 @@ # PORTNAME= metacity -PORTVERSION= 2.8.2 -PORTREVISION= 1 +PORTVERSION= 2.8.6 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo index e76e292..22c33c7 100644 --- a/x11-wm/metacity/distinfo +++ b/x11-wm/metacity/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/metacity-2.8.2.tar.bz2) = 4e37347f772f726e87d325f219da0ce8 -SIZE (gnome2/metacity-2.8.2.tar.bz2) = 2015438 +MD5 (gnome2/metacity-2.8.6.tar.bz2) = c49e4b5575503975516159780855e317 +SIZE (gnome2/metacity-2.8.6.tar.bz2) = 2174175 diff --git a/x11-wm/metacity/files/patch-src_window.c b/x11-wm/metacity/files/patch-src_window.c deleted file mode 100644 index 5e4ef9d..0000000 --- a/x11-wm/metacity/files/patch-src_window.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/window.c 31 Jul 2004 21:26:05 -0000 1.333 -+++ src/window.c 4 Aug 2004 15:55:42 -0000 -@@ -1619,6 +1619,11 @@ window_takes_focus_on_map (MetaWindow *w - case META_WINDOW_NORMAL: - case META_WINDOW_DIALOG: - case META_WINDOW_MODAL_DIALOG: -+ /* Don't do focus stealing stuff; lame cop-out while we work on -+ * fixing http://bugzilla.gnome.org/show_bug.cgi?id=149028 -+ */ -+ return TRUE; -+ - if (window->focus_despite_user_time) - return TRUE; diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist index 059778c..ae4a274 100644 --- a/x11-wm/metacity/pkg-plist +++ b/x11-wm/metacity/pkg-plist @@ -114,6 +114,7 @@ share/locale/az/LC_MESSAGES/metacity.mo share/locale/be/LC_MESSAGES/metacity.mo share/locale/bg/LC_MESSAGES/metacity.mo share/locale/bn/LC_MESSAGES/metacity.mo +share/locale/bs/LC_MESSAGES/metacity.mo share/locale/ca/LC_MESSAGES/metacity.mo share/locale/cs/LC_MESSAGES/metacity.mo share/locale/cy/LC_MESSAGES/metacity.mo @@ -146,9 +147,11 @@ share/locale/mk/LC_MESSAGES/metacity.mo share/locale/ml/LC_MESSAGES/metacity.mo share/locale/mn/LC_MESSAGES/metacity.mo share/locale/ms/LC_MESSAGES/metacity.mo +share/locale/nb/LC_MESSAGES/metacity.mo share/locale/nl/LC_MESSAGES/metacity.mo share/locale/nn/LC_MESSAGES/metacity.mo share/locale/no/LC_MESSAGES/metacity.mo +share/locale/or/LC_MESSAGES/metacity.mo share/locale/pa/LC_MESSAGES/metacity.mo share/locale/pl/LC_MESSAGES/metacity.mo share/locale/pt/LC_MESSAGES/metacity.mo @@ -163,6 +166,7 @@ share/locale/sr@Latn/LC_MESSAGES/metacity.mo share/locale/sv/LC_MESSAGES/metacity.mo share/locale/ta/LC_MESSAGES/metacity.mo share/locale/th/LC_MESSAGES/metacity.mo +share/locale/tk/LC_MESSAGES/metacity.mo share/locale/tr/LC_MESSAGES/metacity.mo share/locale/uk/LC_MESSAGES/metacity.mo share/locale/vi/LC_MESSAGES/metacity.mo -- cgit v1.1