gnome-menus.spec
author gf115653
Fri, 28 Apr 2006 00:20:39 +0000
changeset 7160 baba3b3dc409
parent 7151 e12d13af1f84
child 7201 f20778812d40
permissions -rw-r--r--
2006-04-28 Glynn Foster <[email protected]> * gnome-menus.spec: Update. * patches/gnome-menus-03-application-submenu-rename.diff: New patch to rename a few submenus to Universal Access and Developer Tools.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     2
# spec file for package gnome-menus
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     7
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     8
Name:			gnome-menus
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
     9
License:		LGPL
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    10
Group:			System/GUI/GNOME
7062
f854187c8b5f 2006-04-13 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
    11
Version:		2.14.0
7160
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
    12
Release:		3
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    13
Distribution:		Java Desktop System
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    14
Vendor:			Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    15
Summary:		Implementation of Desktop Menu Specification for GNOME
7062
f854187c8b5f 2006-04-13 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
    16
Source:			http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.14/%{name}-%{version}.tar.bz2
7117
ef2dfb140b3b 2006-04-21 Glynn Foster <[email protected]>
gf115653
parents: 7062
diff changeset
    17
Patch1:                 gnome-menus-01-alacarte-nodisplay-terminal.diff
7151
e12d13af1f84 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7117
diff changeset
    18
Patch2:                 gnome-menus-02-quickstart.diff
7160
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
    19
Patch3:                 gnome-menus-03-application-submenu-rename.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    20
URL:			http://www.gnome.org
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    21
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    22
Docdir:			%{_defaultdocdir}/%{name}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    23
Autoreqprov:		on
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    24
Prereq:                 /sbin/ldconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    25
Prereq:                 GConf
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    26
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    27
%define gnome_vfs_version 2.8.2
5943
5a45a5c3d49e 2005-09-20 Glynn Foster <[email protected]>
gman
parents: 5895
diff changeset
    28
%define pygtk2_version 2.7.0
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    29
%define python_version 2.4
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    30
5943
5a45a5c3d49e 2005-09-20 Glynn Foster <[email protected]>
gman
parents: 5895
diff changeset
    31
Requires: pygtk2 >= %{pygtk2_version}
5a45a5c3d49e 2005-09-20 Glynn Foster <[email protected]>
gman
parents: 5895
diff changeset
    32
BuildRequires: pygtk2 >= %{pygtk2_version}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    33
BuildRequires: gnome-vfs >= %{gnome_common_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    34
BuildRequires: intltool
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    35
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    36
%description
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    37
This package implements the freedesktop.org desktop menu specification for the GNOME
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    38
desktop. Also contained in this package, are the menu layout configuration files, .directory
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    39
and assorted menu utility programs.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    40
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    41
%package devel
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    42
Summary:      Implementation of Desktop Menu Specification for GNOME
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    43
Group:        System/Libraries/GNOME
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    44
Autoreqprov:  on
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    45
Requires:     %name = %version
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    46
Requires:     gnome-vfs-devel >= %{gnome_vfs_version}
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    47
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    48
%description devel
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    49
This package implements the freedesktop.org desktop menu specification for the GNOME
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    50
desktop. Also contained in this package, are the menu layout configuration files, .directory
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    51
and assorted menu utility programs.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    52
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    53
%prep
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    54
%setup -q
7117
ef2dfb140b3b 2006-04-21 Glynn Foster <[email protected]>
gf115653
parents: 7062
diff changeset
    55
%patch1 -p1
7151
e12d13af1f84 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7117
diff changeset
    56
%patch2 -p1
7160
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
    57
%patch3 -p1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    58
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    59
%build
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    60
%ifos linux
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    61
if [ -x /usr/bin/getconf ]; then
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    62
  CPUS=`getconf _NPROCESSORS_ONLN`
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    63
fi
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    64
%else
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    65
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    66
%endif
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    67
if test "x$CPUS" = "x" -o $CPUS = 0; then
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    68
  CPUS=1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    69
fi
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    70
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    71
aclocal $ACLOCAL_FLAGS
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    72
automake -a -c -f
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    73
autoconf
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    74
./configure --prefix=%{_prefix}			\
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    75
	    --sysconfdir=%{_sysconfdir}		\
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    76
            --mandir=%{_mandir}
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    77
make -j $CPUS \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    78
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    79
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    80
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    81
%install
6193
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    82
make DESTDIR=$RPM_BUILD_ROOT install \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    83
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
011617068c65 2005-10-27 Laszlo Peter <[email protected]>
laca
parents: 5943
diff changeset
    84
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
5625
03bab01c44fb 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5575
diff changeset
    85
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
03bab01c44fb 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5575
diff changeset
    86
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
03bab01c44fb 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5575
diff changeset
    87
find $RPM_BUILD_ROOT -type f -name "*.pyo" -exec rm -f {} ';'
03bab01c44fb 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5575
diff changeset
    88
find $RPM_BUILD_ROOT -type f -name "*.pyc" -exec rm -f {} ';'
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    89
# FIXME: Giga-hack part 1 of 2 follows...
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    90
# file /etc/xdg/menus/applications.menu conflicts with desktop-data-SLES
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    91
# Only on SuSE Linux !!
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    92
%ifos linux
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    93
mv $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/applications.menu \
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    94
   $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/applications.menu.new
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    95
%endif
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    96
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    97
%post
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    98
/sbin/ldconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
    99
# FIXME: Giga-hack part 2 of 2 follows...
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   100
# file /etc/xdg/menus/applications.menu conflicts with desktop-data-SLES
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   101
MENU=/etc/xdg/menus/applications.menu
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   102
cp $MENU $MENU.SuSE
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   103
cp $MENU.new $MENU
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   104
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   105
%postun
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   106
/sbin/ldconfig
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   107
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   108
%clean
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   109
rm -rf $RPM_BUILD_ROOT
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   110
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   111
%files
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   112
%defattr(-,root,root)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   113
%{_bindir}/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   114
%{_libdir}/libgnome-menu.so.*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   115
%{_datadir}/desktop-directories/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   116
%config %{_sysconfdir}/xdg/menus/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   117
%{_datadir}/locale/*/LC_MESSAGES/*.mo
5575
97a1cc2f5471 2005-08-24 Laszlo Peter <[email protected]>
laca
parents: 5565
diff changeset
   118
%{_datadir}/applications/*.desktop
97a1cc2f5471 2005-08-24 Laszlo Peter <[email protected]>
laca
parents: 5565
diff changeset
   119
%{_datadir}/gnome-menus
5625
03bab01c44fb 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5575
diff changeset
   120
%{_libdir}/python2.4/
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   121
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   122
%files devel
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   123
%defattr(-, root, root)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   124
%{_libdir}/pkgconfig/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   125
%{_libdir}/libgnome-menu.so
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   126
%{_includedir}/gnome-menus/*
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   127
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   128
%changelog
7151
e12d13af1f84 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7117
diff changeset
   129
* Fri Apr 28 2006 - [email protected]
7160
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
   130
- Add patch to rename some submenus, like
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
   131
  Universal Access, and Developer Tools.
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
   132
baba3b3dc409 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7151
diff changeset
   133
* Fri Apr 28 2006 - [email protected]
7151
e12d13af1f84 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7117
diff changeset
   134
- Add quickstart.menu, along with ability to edit
e12d13af1f84 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7117
diff changeset
   135
  in the simple menu editor.
e12d13af1f84 2006-04-28 Glynn Foster <[email protected]>
gf115653
parents: 7117
diff changeset
   136
7117
ef2dfb140b3b 2006-04-21 Glynn Foster <[email protected]>
gf115653
parents: 7062
diff changeset
   137
* Fri Apr 21 2006 - [email protected]
ef2dfb140b3b 2006-04-21 Glynn Foster <[email protected]>
gf115653
parents: 7062
diff changeset
   138
- Add alacarte patch which adds exec in terminal
ef2dfb140b3b 2006-04-21 Glynn Foster <[email protected]>
gf115653
parents: 7062
diff changeset
   139
  and no display options needed for the menu editor.
ef2dfb140b3b 2006-04-21 Glynn Foster <[email protected]>
gf115653
parents: 7062
diff changeset
   140
7062
f854187c8b5f 2006-04-13 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
   141
* Thu Apr 13 2006 - [email protected]
f854187c8b5f 2006-04-13 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
   142
- Bump to 2.14.0.
f854187c8b5f 2006-04-13 Damien Carbery <[email protected]>
dc144907
parents: 6628
diff changeset
   143
6628
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
   144
* Fri Jan 21 2006 - [email protected]
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
   145
- Bump to 2.13.5.
013528515881 2006-01-20 Damien Carbery <[email protected]>
dc144907
parents: 6200
diff changeset
   146
6200
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
   147
* Thu Oct 27 2005 - [email protected]
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
   148
- move python stuff from site-packages to vendor-packages
19ff8721b8f2 add %changelog entries (:
laca
parents: 6193
diff changeset
   149
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5625
diff changeset
   150
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5625
diff changeset
   151
- Bump to 2.12.0
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5625
diff changeset
   152
5575
97a1cc2f5471 2005-08-24 Laszlo Peter <[email protected]>
laca
parents: 5565
diff changeset
   153
* Wed Aug 24 2005 - [email protected]
97a1cc2f5471 2005-08-24 Laszlo Peter <[email protected]>
laca
parents: 5565
diff changeset
   154
- remove upstream patch
97a1cc2f5471 2005-08-24 Laszlo Peter <[email protected]>
laca
parents: 5565
diff changeset
   155
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   156
* Mon Aug 15 2005 - [email protected]
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   157
- Bump to 2.11.91.
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   158
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   159
* Fri May 13 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   160
- Add unisntalled-pc files since they are needed on Solaris to build.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   161
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   162
* Tue May 10 2005 - [email protected] 
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents:
diff changeset
   163
- Initial spec file for gnome-menus