| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: metacity-tools | Distribution: openSUSE 12.2 |
| Version: 2.34.3 | Vendor: openSUSE |
| Release: 2.1.2 | Build date: Tue Jul 17 03:29:39 2012 |
| Group: System/GUI/GNOME | Build host: build15 |
| Size: 102591 | Source RPM: metacity-2.34.3-2.1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org | |
| Summary: A Window Manager for the GNOME Desktop -- Tools | |
Metacity is a window manager for the GNOME Desktop. This package contains tools related to metacity, including an utility to test themes and a small application to test window managers.
GPL-2.0+
* Tue Mar 20 2012 dimstar@opensuse.org
- Update to version 2.34.3:
+ Use the correct translation domain in keybinding definitions.
+ Updated translations.
* Mon Feb 20 2012 vuntz@opensuse.org
- Add explicit libSM-devel, libX11-devel, libXext-devel,
libXinerama-devel, libXrandr-devel, pkgconfig(xcomposite),
pkgconfig(xcursor), pkgconfig(xdamage), pkgconfig(xfixes),
pkgconfig(xrender) BuildRequires: we need all of those, and some
are not implicitly brought in after the big xorg-x11 packaging
change.
* Wed Feb 08 2012 vuntz@opensuse.org
- Update to version 2.34.2:
+ Port preferences to GSettings
+ Remove deprecated GTK+ symbols and use accessor functions
+ Include the default window icon
+ Various small build system changes
+ Updated translations.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: new
dependency.
- Add explicit pkgconfig(gio-2.0) BuildRequires: it was missing
before.
- Drop gconf2-devel BuildRequires: migration to GSettings completed.
- Drop metacity-key-list-binding.patch: not needed after GSettings
migration.
- Split non-essential tools to a metacity-tools subpackage.
- Split library to libmetacity-private0, move /sbin/ldconfig calls
from main %post/%postun to libmetacity-private0 scriptlets, and
change metacity Requires in devel package to libmetacity-private0.
- Replace gconf schema packaging machinery with
%glib2_gsettings_schema_* macros.
- Remove explicit gtk2-devel Requires from devel subpackage: it
will automatically be added the pkgconfig() way.
- Stop passing --disable-schemas-install to configure: there is no
gconf schema anymore.
- Stop changing libexecdir in configure: there is no need for that.
- Stop checking for non-supported versions of openSUSE (<= 11.2).
* Sat Sep 24 2011 kirill.kirillov@gmail.com
- Add metacity-dnd-keynav.patch: this adds support of alt-tab
during drag and drop operation. Fix bnc#720212.
* Thu Jun 23 2011 dimstar@opensuse.org
- Update to version 2.34.1:
+ Fix crash in meta_display_get_above_tab_keycode
+ Disable keybindings message should ungrab keys
+ Remove --with-gtk configure flag as metacity only builds
against gtk2
+ Build fix for FreeBSD: Include sys/wait.h as described in POSIX
specs
+ Build system change: remove -Werror
+ Updated translations.
- Update License tag from GPLv2+ to GPL-2.0+.
* Thu Apr 21 2011 vuntz@opensuse.org
- Drop now unneeded call to autoreconf.
* Tue Apr 05 2011 fcrozat@novell.com
- Update to version 2.34.0:
+ Update keybindings when XKB keyboard layout changes.
+ Unify keymap-reloading code branches
+ Fix drawing of <arc> elements
+ Add an "Above_Tab" pseudo-keysym.
+ Fix default workspace names.
+ Log error if writing fail when handling SIGTERM.
+ Rework keybinding configuration files
+ Honour _NET_RESTACK_WINDOW and sibling-relative stacking.
+ Allow applications to raise windows when raise_on_click is off.
+ Allow explicit raises from same client, not just same app.
+ Set RestartStyleHint to RestartIfRunning when replaced.
+ Fix background functions for non-default layouts.
+ Use GNOME 3 theme defaults
+ Do not use an icon menu on the titlebar.
+ Disable 'Show desktop' keybinding by default.
+ Make color constants work without warnings.
+ Small bug fixes
+ Make it possible to build without libcanberra
+ Updated translations.
- Drop metacity-gdm-popup-error.patch,
metacity-support-above-tab.patch: fixed upstream.
* 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.
- 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.
- Remove 2.x references in summaries and descriptions.
* Fri Jan 14 2011 vuntz@opensuse.org
- Add metacity-support-above-tab.patch: this adds an "Above_Tab"
pseudo-keysym, which is a feature that gnome-shell uses. Taken
from git.
- Add call to autoreconf needed by the patch.
* Wed Sep 29 2010 vuntz@opensuse.org
- Update to version 2.30.3:
+ Fix theme breakage
+ Use -Werror only when --enable-maintainer-mode is used
* Thu Sep 16 2010 vuntz@opensuse.org
- Update to version 2.30.2:
+ Replace GDK drawing API with cairo
+ Removes usage of gdk_display
+ Stop confusing GDK's grab tracking
+ Allow building with Gtk+-3.0
+ Replace deprecated GDK symbols
+ Fixes for compiling with GSeal
+ Fix crash with --sync option
+ Fix very unlikely crasher
+ Remove deprecated Encoding key from desktop files
+ Fix memory leak in theme optimisation
+ Use correct timestamp for focus stealing prevention
+ Don't warn about a missing session file
+ Updated translations.
- Update metacity-key-list-binding.patch with patch attached to
bgo#609101, that got applied to mutter.
* Wed Aug 25 2010 vuntz@opensuse.org
- Add metacity-gdm-popup-error.patch: this fixes an issue where
there's an error dialog in gdm when logging in. This fixes
bnc#632726, and is taken from Fedora and bgo#588119.
- Thanks to psankar@novell.com for investigating the issue.
* Mon May 24 2010 vuntz@opensuse.org
- Add metacity-uninitialized-variables.patch to fix build after a
gcc update.
* Tue Apr 06 2010 vuntz@opensuse.org
- Update to version 2.30.1:
+ Fix crash when right-clicking on window frame
+ Updated translations.
* Wed Mar 31 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ Fix typo when checking the result of getpwuid
+ Revert new default cycle_group keybinding to Alt-grave
+ Fix build with gcc 4.5
+ Updated translationUpdated translations.
- Drop metacity-gcc45.patch: fixed upstream.
* Mon Feb 22 2010 dimstar@opensuse.org
- Add metacity-gcc45.patch to fix build with gcc 4.5.
* Fri Feb 05 2010 sbrabec@suse.cz
- Fixed crash for key bindings using key lists (bnc#576977,
bgo#609101).
* Thu Jan 28 2010 vuntz@opensuse.org
- Remove en@shaw translation on openSUSE 11.2 and earlier.
* Wed Jan 27 2010 vuntz@opensuse.org
- Update to version 2.28.1:
+ Default cycle-group binding is alt-grave
+ XFCE terminal is a terminal
+ Signal handling fixes
+ Fix bell timeout
+ Self-drawn tooltips are tooltips
+ Fix session handling close
+ Replace deprecated symbols
+ Split MetaSide from MetaDirection
+ Updated translations
- Drop metacity-ping-timeout.patch: fixed upstream.
- Drop metacity-race-autologin.patch: fixed upstream.
- Drop metacity-race-autologin-cleanup.patch: fixed upstream
another way.
* Wed Dec 16 2009 sbrabec@suse.cz
- Fix a race condition that causes that gdm autologin sometimes
never completes (bnc#555027, bgo#600864).
* Wed Dec 02 2009 vuntz@opensuse.org
- Update the way we remove the ha, la, ig locales for old versions
of openSUSE.
* Tue Sep 22 2009 dimstar@opensuse.org
- Update to version 2.28.0:
+ Updated translations.
* Wed Sep 09 2009 vuntz@opensuse.org
- Update to version 2.27.1:
+ Unset _NET_SUPPORTING_WM_CHECK when shutting down (bgo#564561)
+ Add a switch to disable autofullscreen'ing maximized windows
without decorations (bgo#586600)
+ Updated translations.
* Fri May 01 2009 vuntz@novell.com
- Do not depend on libgnome just for a directory ownership -- this
will help for the build.
- Remove gconf2-devel, orbit2-devel, startup-notification-devel
Requires from devel package.
- Add rationales.txt to doc files since it's possibly interesting
to people.
- Do not exclude ha and ig locale files on factory anymore.
* Wed Apr 29 2009 vuntz@novell.com
- Update to version 2.27.0:
+ Remove deprecated GTK symbols (bgo#572332)
+ fix window properties bug which showed up as ignoring struts
(bgo#572573)
+ include "as <username>" in window title (bgo#549389)
+ Use zenity for dialogues (bgo#521914)
+ Use libcanberra for sound effects (bgo#557921)
+ Don't define meta_spew_event unless verbose mode is on
(bgo#571126)
+ Fix README to give correct switch names (bgo#571210)
+ Windows which couldn't appear in alt-tab don't get there by
being urgent
+ Skip the first window in alt-tab only if it's actually current
(bgo#535887)
+ Optimise line coordinate storage
+ Queue resize on window undecorate
+ Fix description of "show desktop" (bgo#569649)
+ Wrap g_error calls in braces
+ Updated translations
- Add libcanberra-devel, libgtop-devel BuildRequires.
- Remove unneeded libglade2-devel BuildRequires.
- Add zenity Requires.
- Drop metacity-buggy-struts.patch: fixed upstream.
- Do not package .la files.
- Do not package /usr/lib/metacity anymore since the small binary
there has been removed and zenity is now used instead.
* Mon Mar 23 2009 vuntz@novell.com
- Add metacity-buggy-struts.patch to fix metacity not reading
struts correctly (ie, windows being put behind the panels).
* Mon Mar 16 2009 mboman@suse.de
- Update to version 2.26.0:
+ queue frame resize on window undecorate
+ fix description of desktop background (bgo#569649)
+ wrap g_error calls in braces
+ Translation updates
/usr/bin/metacity-theme-viewer /usr/bin/metacity-window-demo /usr/share/gnome /usr/share/gnome/help /usr/share/gnome/help/creating-metacity-themes /usr/share/gnome/help/creating-metacity-themes/C /usr/share/gnome/help/creating-metacity-themes/C/creating-metacity-themes.xml /usr/share/gnome/help/creating-metacity-themes/de /usr/share/gnome/help/creating-metacity-themes/de/creating-metacity-themes.xml /usr/share/man/man1/metacity-theme-viewer.1.gz /usr/share/man/man1/metacity-window-demo.1.gz /usr/share/metacity /usr/share/metacity/icons /usr/share/metacity/icons/metacity-window-demo.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:22:00 2013