From 627d7e03123021f4309f94f1f080c85e04d38fee Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 4 Sep 2011 17:18:48 +0000 Subject: Fix default launchers in gnome-shell. It default to firefox, replace it with epiphany. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16160 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-shell/Makefile | 4 ++-- .../files/patch-data_org.gnome.shell.gschema.xml.in | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in (limited to 'x11') diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 4170dd6bb..c2eb05010 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,12 +3,12 @@ # Whom: Pawel Worach # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.37 2011/05/28 12:31:53 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.38 2011/06/10 21:14:07 mezz Exp $ # PORTNAME= gnome-shell PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in b/x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in new file mode 100644 index 000000000..cd42ad9fb --- /dev/null +++ b/x11/gnome-shell/files/patch-data_org.gnome.shell.gschema.xml.in @@ -0,0 +1,11 @@ +--- data/org.gnome.shell.gschema.xml.in.orig 2011-09-02 12:44:15.000000000 +0200 ++++ data/org.gnome.shell.gschema.xml.in 2011-09-04 19:13:22.000000000 +0200 +@@ -30,7 +30,7 @@ + + + +- [ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ] ++ [ 'epiphany.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'openoffice.org-writer.desktop', 'nautilus.desktop' ] + <_summary>List of desktop file IDs for favorite applications + <_description> + The applications corresponding to these identifiers -- cgit v1.2.3