| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gnome-main-menu | Distribution: openSUSE 11.4 |
| Version: 0.9.15 | Vendor: openSUSE |
| Release: 13.1 | Build date: Sat Feb 19 08:05:45 2011 |
| Group: System/GUI/GNOME | Build host: build24 |
| Size: 754817 | Source RPM: gnome-main-menu-0.9.15-13.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org | |
| Summary: The GNOME Desktop Menu | |
The GNOME Desktop Menu and Application Browser.
GPLv2+
* Sun Feb 13 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
- Stop calling ldconfig in %post/%postun: there is no library.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
* Sat Jan 22 2011 andreas.hanke@gmx-topmail.de
- Add gnome-main-menu-firefox.patch: MozillaFirefox.desktop was
renamed to firefox.desktop (bnc#664211).
* Tue Jan 11 2011 vuntz@opensuse.org
- Add gnome-main-menu-theming-button.patch: we need to name the
widget for the main menu button to get theming working. With the
relevant change in gtk2-metatheme-sonar, this fixes bnc#642956.
* Thu Dec 30 2010 badshah400@gmail.com
- Add gnome-main-menu-tracker-needle.patch: the search entry in
main-menu should use tracker-needle. Fix bnc#661800.
* Tue Nov 30 2010 vuntz@opensuse.org
- Add gnome-main-menu-fix-nautilus-sendto.patch to fix the call to
nautilus-sendto to actually work. Fix bnc#647263.
* Tue Sep 07 2010 vuntz@opensuse.org
- Change old-style BuildRequires to pkgconfig() style
BuildRequires:
+ old-style: NetworkManager-devel, gnome-desktop-devel,
gnome-panel-devel, libgtop-devel, libslab-devel,
libunique-devel, nautilus-devel
+ new-style: NetworkManager, cairo, gconf-2.0, glib-2.0,
gnome-desktop-2.0, gtk+-2.0, libgtop-2.0,
libnautilus-extension, libnm-glib, libpanelapplet-2.0, libslab,
unique-1.0, x11.
- This will make it easier to switch to GNOME 3 libraries.
* Tue Aug 31 2010 aj@suse.de
- Recommend instead of require lang package since it's not
mandatory.
* Mon Jul 05 2010 dimstar@opensuse.org
- Update to version 0.9.15:
+ Replace libglade with gtkbuilder
+ Change default search tool to tracker-search-tool
+ Drop usage of libgnome-2.0 and libgnomeui-2.0
+ Remove libglade, hal, dbus-glib, libgnome and libgnomeui
dependencies
+ Allow building without NetworkManager and iwlib
- Remove libglade2-devel and libgnomeui-devel BuildRequires
- Drop gnome-main-menu-no-hal.patch, gnome-main-menu-tracker.patch
patches came from upstream.
* Sun May 23 2010 vuntz@opensuse.org
- Add gnome-main-menu-tracker.patch on 11.3 and later: use tracker
instead of beagle, see fate#307899.
- Add tracker-gui Recommends.
- Add gnome-main-menu-no-hal.patch: remove unneeded hal dependency.
- Remove hal-devel BuildRequires.
* Fri Apr 23 2010 dliang@novell.com
- Add gnome-main-menu-focus-on-menu-unmap.patch to fix bnc#534964
gnome-main-menu not auto-hiding after right click.
* Tue Mar 30 2010 vuntz@opensuse.org
- Update to version 0.9.14:
+ Features
- Let one clear the recent-documents list (David Liang)
+ Fixes
- Defer loading of the glade file for faster login
- Link to libm
- Fix build with NetworkManager 0.8
- Don't mark icon name as translatable
- Do not add Application category to desktop file we create
- Use XDG user directory instead of hardcoding $HOME/Documents
- Plug leak
- Link against libnm-util and x11 to fix builds with GNU gold
- Use @BINDIR@/trigger-panel-run-dialog in its desktop file
- Mark keys translatable in trigger-panel-run-dialog.desktop
- Add a category to the applet .server file
- Do not pass --browser to nautilus
- Make the main-menu fit in small monitors
- Install nautilus extension in the right directory
+ Updated translations.
- Drop gnome-main-menu-bnc187879-clear-recent-files.diff,
gnome-main-menu-iwlib-link.patch, gnome-main-menu-nm-0.8.patch:
fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
since we don't have patches anymore.
- Remove en_IGID workaround: this translation has been removed.
* Fri Jan 22 2010 vuntz@opensuse.org
- Add gnome-main-menu-nm-0.8.patch to make it build both with old
and new NetworkManager.
* Sat Jan 16 2010 vuntz@opensuse.org
- Add gnome-main-menu-iwlib-link.patch to fix build: we have to
link to libm when linking to libiw. Add gnome-common
BuildRequires and gnome-autogen.sh call to regenerate the
configure script.
- Fix self-obsoletion of libssui.
* Thu Dec 24 2009 vuntz@opensuse.org
- Add hal-devel BuildRequires to fix build.
* Wed Dec 02 2009 vuntz@opensuse.org
- Update the way we remove the en_IGID locale for old versions of
openSUSE.
* Mon Oct 26 2009 mxwu@novell.com
- Remove gnome-main-menu-bnc537483-force-redraw-workaround.patch.
We have a better fix in libslab now.
* Mon Sep 28 2009 mxwu@novell.com
- Add gnome-main-menu-bnc537483-force-redraw-workaround.patch.
Force redraw the menu which leave highlight state after start
application. It should be caused by the upgrading of Gtk+ which
misses emit leave-notify-event signal, and this is hard to fix
now. So I just add this workaround to meet our deadline.
* Sun Aug 30 2009 vuntz@novell.com
- Thanks to Magnus Boman for doing the preliminary work for this
update.
- Update to version 0.9.13:
+ Update to build with the latest GNOME stack
+ Remove the statically built libslab, and use the standalone
version of libslab
+ Use libunique's single-instance application functionality
instead of Bonobo's
+ Translation updates
- Only keep the non libslab part of
gnome-main-menu-bnc187879-clear-recent-files.diff: libslab code
is now standalone.
- Remove gnome-main-menu-bgo551850.patch. Fixed upstream
- Remove gnome-main-menu-no-X-SuSE-translate.patch. Fixed upstream
- Remove gnome-common, gnome-menus-devel, gtk-doc, librsvg-devel,
scrollkeeper BuildRequires.
- Add libslab-devel, libunique-devel BuildRequires.
- Drop devel package: it will now be provided by libslab-devel from
the libslab source package.
- Use libexecdir.
- Clean up file list.
* Fri Aug 28 2009 vuntz@novell.com
- Remove Requires on wireless-tools.
- Use wireless-tools instead of libiw-devel BuildRequires for 11.1
and earlier.
- Use spec-cleaner script to reorder lines, split
BuildRequires/Requires on separate lines, remove AutoReqProv,
etc.
* Fri Aug 28 2009 federico@novell.com
- Added gnome-main-menu-bnc187879-clear-recent-files.diff for
bnc#187879 - patch by David Liang to allow one to clear the Recent
Documents list.
* Thu Aug 20 2009 aj@suse.de
- Use libiw-devel instead of wireless-tools.
* Thu Apr 30 2009 vuntz@novell.com
- Do not explicitly specify the path to the gconf schemas in the
file list, and instead use the list that was generated with the
gconf macros.
- Clean up file list by using _datadir, _libdir, etc.
/usr/bin/application-browser /usr/bin/trigger-panel-run-dialog /usr/lib/bonobo/servers/GNOME_MainMenu.server /usr/lib/gnome-main-menu /usr/lib/gnome-main-menu/main-menu /usr/share/GConf/schemas/application-browser.schemas /usr/share/GConf/schemas/slab.schemas /usr/share/applications/application-browser.desktop /usr/share/applications/gnome-screensaver-lock.desktop /usr/share/applications/gnome-session-logout.desktop /usr/share/applications/gnome-session-shutdown.desktop /usr/share/applications/trigger-panel-run-dialog.desktop /usr/share/doc/packages/gnome-main-menu /usr/share/doc/packages/gnome-main-menu/AUTHORS /usr/share/doc/packages/gnome-main-menu/COPYING /usr/share/doc/packages/gnome-main-menu/ChangeLog /usr/share/doc/packages/gnome-main-menu/NEWS /usr/share/doc/packages/gnome-main-menu/README /usr/share/gnome-2.0/ui/GNOME_MainMenu_ContextMenu.xml /usr/share/gnome-main-menu /usr/share/gnome-main-menu/applications.xbel /usr/share/gnome-main-menu/documents.xbel /usr/share/gnome-main-menu/empty.ots /usr/share/gnome-main-menu/empty.ott /usr/share/gnome-main-menu/places.xbel /usr/share/gnome-main-menu/slab-button.ui /usr/share/gnome-main-menu/slab-window.ui /usr/share/gnome-main-menu/system-items.xbel
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 09:48:01 2013