File caribou.changes of Package caribou
-------------------------------------------------------------------
Thu Oct 27 21:38:09 UTC 2011 - badshah400@gmail.com
- Pass -u to %suse_update_desktop_file call for
caribou.desktop to hide the application in the list of
applications: the application has no icon and makes the desktop
menu ugly (bgo#618293, bnc#726954), and starting it directly
doesn't work right now.
-------------------------------------------------------------------
Tue Oct 18 06:29:53 UTC 2011 - vuntz@opensuse.org
- Update to version 0.4.1:
+ Autostart only in GNOME and Unity (bgo#660901).
+ Updated translations.
- Drop caribou-autostart-OnlyShowIn.patch: fixed upstream.
-------------------------------------------------------------------
Fri Oct 7 08:14:31 UTC 2011 - vuntz@opensuse.org
- Add caribou-autostart-OnlyShowIn.patch: only autostart caribou in
GNOME and Unity as only gnome-session-based desktops understand
the AutostartCondition. Fix bnc#720239.
-------------------------------------------------------------------
Tue Sep 27 07:03:43 UTC 2011 - vuntz@opensuse.org
- Update to version 0.4.0:
+ Don't try to replace an existing keyboard service (bgo#659867).
+ Fix header installation (bgo#659793).
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 20 13:01:47 UTC 2011 - vuntz@opensuse.org
- Update to version 0.3.92:
+ Add gio-2.0 to configure.ac (bgo#658969).
+ Fix GTK+ module loading/unloading and autoload (bgo#655979).
+ Don't add the event filter until the dbus call finishes
(bgo#658063).
+ Set correct share-library in gir typelib (bgo#658345).
+ Fixed antler script for Fedora 64 bitfriendly packages
(bgo#658533).
+ Fix caribou daemon to use new keyboard DBus API (bgo#658533).
+ Updated translations.
- Drop caribou-fix-typelib.patch: fixed upstream.
- Add pkgconfig(gio-2.0) BuildRequires: new explicit dependency
upstream.
- Create a gtk-module-common subpackage, to contain files common to
both gtk2-module and gtk3-module subpackages.
- Add Requires on gtk-module-common subpackage to gtk2-module and
gtk3-module subpackages.
-------------------------------------------------------------------
Tue Sep 13 08:13:57 UTC 2011 - vuntz@opensuse.org
- Add caribou-fix-typelib.patch: fix the typelib to reference the
non-devel library (.so.0 instead of .so), so we don't need the
devel subpackage for caribou to work.
- Add call to autoreconf, needed for above patch.
-------------------------------------------------------------------
Tue Sep 6 10:10:02 UTC 2011 - vuntz@opensuse.org
- Update to version 0.3.91:
+ Update Antler to latest GTK+ 3.2 shenanigans.
+ Require pygobject 3.0.
+ Fixes to bugs that were.
+ Updated translations.
- Add explicit pkgconfig() BuildRequires for existing dependencies:
libxml-2.0, x11, xtst.
- Remove now unneeded pkgconfig(pygobject-2.0) BuildRequires.
- Remove now unneeded python-virtkey Requires.
- Also build the GTK+ 2 module since there's no reason to not use
the on-screen keyboard from GTK+ 2:
+ Add pkgconfig(gtk+-2.0) BuildRequires.
+ Pass --enable-gtk2-module to configure, instead of
--disable-gtk2-module.
- Split GTK+ 2/3 modules in gtk2-module and gtk3-module
subpackages.
-------------------------------------------------------------------
Tue Aug 23 11:05:30 UTC 2011 - dimstar@opensuse.org
- Add pkgconfig(pygobject-3.0) BuildRequires to help the build over
the fact that the gi-bindings now live in python-gobject package.
-------------------------------------------------------------------
Fri Aug 12 16:38:09 CEST 2011 - dimstar@opensuse.org
- Update to version 0.3.5:
+ Added modifiers support.
+ Replaced IM module with GTK+ module so it does not override the
user's preferred IM.
+ Added "full scale" keyboards to caribou.
+ Remove emoticon buttons, for now.
+ Updated translations.
- Add lang subpackage Recommends from the main package.
- Pass --enable-gtk3-module and --disable-gtk2-module to
configure.
-------------------------------------------------------------------
Sat Jul 9 22:18:00 CEST 2011 - dimstar@opensuse.org
- Update to version 0.3.3:
+ Converted layout files to preprocessed XML files that could
include external layout files and override specific elements.
+ Fixed GI in Makefiles/configure.ac (bgo#653268).
+ Fixed typo in IM configuring (bgo#653754).
+ Updated translations.
-------------------------------------------------------------------
Fri Jun 17 12:50:57 UTC 2011 - dimstar@opensuse.org
- Update to version 0.3.2:
+ Rewritten almost entirely from scratch, featuring a GObject
library for a DBus activated OSK.
+ Updated translations.
- Add pkgconfig(gee-1.0), pkgconfig(libxklavier), vala and dbus-1
BuildRequires.
- Add gobject-introspection-devel BuildRequires to get typelib()-
style provides. As a consequence, remove the explicitl Requires
on gconf2, linclutter-glx-1_0-0 and libgtk-3-0.
- Split out libcairbou0 as per SLPP and a -devel package.
- Delete libtool archives.
-------------------------------------------------------------------
Wed Apr 6 08:23:18 UTC 2011 - fcrozat@novell.com
- Update to version 0.2.00:
+ Use /org/gnome as starting path for schemas
+ Updated translations.
- Changes from version 0.1.92:
+ Separate autorun desktop file.
+ Updated translations.
- Changes from version 0.1.91:
+ Raise an error when no keyboard is loaded.
+ Make caribou startup automatically
+ Use GTK3 CSS theming for custom colors.
+ Look if a11y is enabled in GSettings.
+ Port app preferences and schema to GSettings.
+ Updated translations.
- Changes from version 0.1.7:
+ Ported to GTK3 and PyGI.
+ New Japanese keyboard.
+ Many bugs fixed.
+ Updated translations.
- Changes from version 0.1.6:
+ Added basic scanning support.
+ Added proper key highlight colors.
+ Cleaned up configuration and preferences and made it more MVC
like.
+ Created cleaner preferences window.
+ Updated translations.
- Changes from version 0.1.5:
+ Added configurable key and highlight colors (bgo#622246).
+ Added a desktop file (bgo#618292).
+ Fix layout retrieval (bgo#622221).
+ Don't change layout when switching focus (bgo#621654).
+ Unpress modifier when Caribou quites (bgo#621596).
+ Source files reshuffling.
+ Added JSON/XML configurable layouts (bgo#613229).
+ Updated translations.
- Changes from version 0.1.2:
+ First development release for GNOME 3.0.
+ Updated translations.
- Drop caribou-fix-listdir.patch: fixed upstream
- Handle GSettings schemas, with %glib2_gsettings_schema_* macros.
- Add BuildRequires: fdupes, gnome-doc-utils-devel, intltool,
python-xml, update-desktop-files, pkgconfig(clutter-1.0),
pkgconfig(gtk+-3.0), pkgconfig(pygobject-2.0).
- Add python-xml Requires.
- Remove icon from caribou.desktop with a sed, since the icon is
not shipped at all.
-------------------------------------------------------------------
Fri Apr 2 02:40:23 CEST 2010 - vuntz@opensuse.org
- Initial package.