Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mate-base/mate-menus/files: 10-xdg-menu-mate
Date: Fri, 28 Feb 2014 01:06:32
Message-Id: 20140228010625.5BEAB2004E@flycatcher.gentoo.org
1 tomwij 14/02/28 01:06:25
2
3 Added: 10-xdg-menu-mate
4 Log:
5 New ebuild for mate-base/mate-menus, MATE menu system, implementing the F.D.O cross-desktop spec; imported from the mate-overlay, reviewed and adjusted.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 mate-base/mate-menus/files/10-xdg-menu-mate
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-menus/files/10-xdg-menu-mate?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mate-base/mate-menus/files/10-xdg-menu-mate?rev=1.1&content-type=text/plain
14
15 Index: 10-xdg-menu-mate
16 ===================================================================
17 #!/bin/sh
18
19 if [ -z "$XDG_MENU_PREFIX" ] && [ "$DESKTOP_SESSION" = "mate" ]
20 then
21 export XDG_MENU_PREFIX=mate-
22 fi