Hello community,

here is the log from the commit of package caribou for openSUSE:Factory
checked in at Thu Apr 28 15:44:18 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/caribou/caribou.changes        2011-04-26 
23:02:56.000000000 +0200
@@ -0,0 +1,54 @@
+-------------------------------------------------------------------
+Wed Apr  6 08:23:18 UTC 2011 - [email protected]
+
+- 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 - [email protected]
+
+- Initial package.
+

calling whatdependson for head-i586


New:
----
  caribou-0.2.00.tar.bz2
  caribou.changes
  caribou.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ caribou.spec ++++++
#
# spec file for package caribou
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           caribou
Version:        0.2.00
Release:        1
License:        LGPLv2.1+
Summary:        On-screen Keyboard for GNOME
Url:            http://live.gnome.org/Caribou
Group:          System/GUI/GNOME
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  gnome-doc-utils-devel
BuildRequires:  intltool
BuildRequires:  python-xml
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(clutter-1.0)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(pygobject-2.0)
# We need a Requires on the typelib (bnc#590025#c1)
Requires:       gconf2
# We need a Requires on the typelib (bnc#590025#c1)
Requires:       libclutter-glx-1_0-0
# We need a Requires on the typelib (bnc#590025#c1)
Requires:       libgtk-3-0
Requires:       python-atspi
Requires:       python-virtkey
Requires:       python-xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%py_requires
%glib2_gsettings_schema_requires

%description
Caribou is a text entry and UI navigation application being developed
as an alternative to the Gnome On-screen Keyboard. The overarching goal
for Caribou is to create a usable solution for people whose primary way
of accessing a computer is a switch device.

%lang_package
%prep
%setup -q

%build
%configure
make %{?jobs:-j%jobs}

%install
%make_install
%find_lang %{name} %{?no_lang_C}
# As the icon is not shipped, don't mention it in the .desktop file
sed -i -e s'/Icon=.*/Icon=/g' 
%{buildroot}%{_datadir}/applications/caribou.desktop
%suse_update_desktop_file %{name}
%suse_update_desktop_file %{name}-autostart
%fdupes %{buildroot}

%post
%glib2_gsettings_schema_post

%postun
%glib2_gsettings_schema_postun

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root)
%doc COPYING README
%{_bindir}/caribou
%{python_sitelib}/caribou/
%{_datadir}/caribou/
%{_datadir}/applications/caribou.desktop
%{_datadir}/glib-2.0/schemas/org.gnome.caribou.gschema.xml
%{_sysconfdir}/xdg/autostart/caribou-autostart.desktop

%files lang -f %{name}.lang

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to