Require the gnome-menu package to get our xdg-menu dynamic pipe menu to

work out of the box.
epel9
Luke Macken 16 years ago
parent 57b1df6eef
commit bbbf3fabf0

@ -1,6 +1,6 @@
Name: openbox Name: openbox
Version: 3.4.7.2 Version: 3.4.7.2
Release: 8%{?dist} Release: 9%{?dist}
Summary: A highly configurable and standards-compliant X11 window manager Summary: A highly configurable and standards-compliant X11 window manager
Group: User Interface/Desktops Group: User Interface/Desktops
@ -21,6 +21,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
# The xdg-menu dynamic pipe menu requires the gmenu Python module
Requires: gnome-menus
BuildRequires: gettext BuildRequires: gettext
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: pango-devel BuildRequires: pango-devel
@ -143,6 +146,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Jul 20 2009 Luke Macken <lmacken@redhat.com> - 3.4.7.2-8
- Require the gnome-menus package to get our xdg-menu dynamic pipe menu
to work out of the box.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7.2-8 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Loading…
Cancel
Save