From 7e9e97f7b791a29a37a6f3c8f766299cd9ae1107 Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 15 Mar 2011 22:14:00 +0000 Subject: We renamed our applications.menu to gnome-applications.menu long time ago to avoid conflict with other WM/Desktop. Teach gnome-shell to find gnome-applications.menu instead of applications.menu. Maybe it will fix the crash. I did noticed that there has settings.menu in src/shell-app-system.c, but it's no longer install by gnome-menus. They removed it and create a new file called gnomecc.menu. See here: http://bit.ly/e3KdfW I don't know if it matters, let's see gnome-shell will runs after I finish with commit stuff. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15480 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-shell/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'x11/gnome-shell/Makefile') diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 5f11284ba..93237181a 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,11 +3,12 @@ # Whom: Pawel Worach # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.26 2011/03/09 10:47:59 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.27 2011/03/09 12:45:02 kwm Exp $ # PORTNAME= gnome-shell PORTVERSION= 2.91.91 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -43,4 +44,8 @@ MAN1= gnome-shell.1 CONFIGURE_ARGS+=--enable-compile-warnings=no +post-patch: + @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \ + ${WRKSRC}/src/shell-app-system.c + .include -- cgit v1.2.3