summaryrefslogtreecommitdiffstats
path: root/x11/gnome-shell/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 06:14:00 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-16 06:14:00 +0800
commit7e9e97f7b791a29a37a6f3c8f766299cd9ae1107 (patch)
tree3472282d340d39d19c82f62109cd002ccd2144a9 /x11/gnome-shell/Makefile
parent11e2bd35b6b4c249c368968767f819f4fc11ab5b (diff)
downloadmarcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.tar
marcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.tar.gz
marcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.tar.bz2
marcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.tar.lz
marcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.tar.xz
marcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.tar.zst
marcuscom-ports-7e9e97f7b791a29a37a6f3c8f766299cd9ae1107.zip
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
Diffstat (limited to 'x11/gnome-shell/Makefile')
-rw-r--r--x11/gnome-shell/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <pawel.worach@gmail.com>
#
# $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 <bsd.port.mk>