From e25f09273b060eac89378ba04e844a10aaaf910e Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 18 Jul 2011 12:00:40 +0200 Subject: [PATCH] gnome-menus: changed to use 'gnome-' prefix for menu files --- gnome2/gnome-menus/gnome-menus.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gnome2/gnome-menus/gnome-menus.conf diff --git a/gnome2/gnome-menus/gnome-menus.conf b/gnome2/gnome-menus/gnome-menus.conf new file mode 100644 index 000000000..e7ef396a6 --- /dev/null +++ b/gnome2/gnome-menus/gnome-menus.conf @@ -0,0 +1,20 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../gnome-menus/gnome-menus.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# prefix all .menu files which are going to be installed using +# 'gnome-' as prefix. +# This was we can have more than one desktop environment installed +# and avoid shared file issues. +var_append INSTALL_WRAPPER_FILTER "|" \ + "sed -e 's,\(.*/menus/\)\(.*\.menu\),\1gnome-\2,'"