2012-03-31 17:37:52 +00:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%define _qt4_qmake qmake
|
2012-04-03 21:31:42 +00:00
|
|
|
%define _qt4_datadir %{_datadir}/qt4
|
2012-03-31 17:37:52 +00:00
|
|
|
%define _qt4_plugindir %{_libdir}/qt4/plugins
|
|
|
|
%define _qt4_translationdir %(qmake -query QT_INSTALL_TRANSLATIONS)
|
|
|
|
%endif
|
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
Name: maliit-framework
|
2012-06-01 15:34:49 +00:00
|
|
|
Version: 0.92.1
|
2012-06-01 13:38:12 +00:00
|
|
|
Release: 1%{dist}
|
|
|
|
Summary: Maliit Input Method Framework
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2
|
|
|
|
URL: http://www.maliit.org
|
|
|
|
Source0: http://maliit.org/releases/maliit-framework/%{name}-%{version}.tar.bz2
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
BuildRequires: pkgconfig(QtCore) >= 4.7.0
|
|
|
|
BuildRequires: pkgconfig(QtDeclarative)
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-06-01 21:01:24 +00:00
|
|
|
%if (0%{?fedora} > 14 || 0%{?suse_version})
|
2012-03-31 17:37:52 +00:00
|
|
|
# While Fedora 14 has a GTK+ 3 pre-release, the glib version
|
|
|
|
# is to old and the build will fail
|
2012-06-01 13:38:12 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
2012-03-31 17:37:52 +00:00
|
|
|
%endif
|
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(gconf-2.0)
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(xcomposite)
|
|
|
|
BuildRequires: pkgconfig(xdamage)
|
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xfixes)
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
%gconf_schemas_requires
|
|
|
|
%else
|
2012-06-01 13:38:12 +00:00
|
|
|
Requires(pre): /usr/bin/gconftool-2
|
|
|
|
Requires(post): /usr/bin/gconftool-2
|
|
|
|
Requires(preun): /usr/bin/gconftool-2
|
2012-03-31 17:37:52 +00:00
|
|
|
%endif
|
2012-06-01 13:38:12 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Core server and libraries for the Maliit Input Methods Framework
|
|
|
|
|
|
|
|
%package devel
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Input Method Framework Development Package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the files necessary to develop
|
|
|
|
input method plugins for Maliit, and applications using the libmaliit
|
|
|
|
extension library.
|
|
|
|
|
|
|
|
%package -n libmaliit-1_0-0
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Framework Input Method library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires(post): /sbin/ldconfig
|
2012-03-31 17:37:52 +00:00
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
|
|
|
|
%description -n libmaliit-1_0-0
|
|
|
|
Maliit toolkit support extension library for Qt applications
|
|
|
|
|
|
|
|
%package -n libmaliit-1_0-0-devel
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Framework Input Method library development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libmaliit-1_0-0
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description -n libmaliit-1_0-0-devel
|
|
|
|
Development files for the Maliit toolkit support extension library
|
|
|
|
for Qt applications
|
|
|
|
|
2012-06-01 19:42:10 +00:00
|
|
|
%package -n libmaliit-glib-1_0-0
|
|
|
|
Summary: Maliit Framework Input Method library
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n libmaliit-glib-1_0-0
|
|
|
|
Maliit toolkit support extension library for Gtk+ applications
|
|
|
|
|
|
|
|
%package -n libmaliit-glib-1_0-0-devel
|
|
|
|
Summary: Maliit Framework Input Method library development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: libmaliit-1_0-0
|
|
|
|
|
|
|
|
%description -n libmaliit-glib-1_0-0-devel
|
|
|
|
Development files for the Maliit toolkit support extension library
|
|
|
|
for Gtk+ applications
|
|
|
|
|
|
|
|
%%package doc
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Framework Documentation
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Documentation for the Maliit Input Method Framework
|
|
|
|
|
|
|
|
%package sdk
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Framework SDK
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: maliit-framework-doc
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description sdk
|
|
|
|
SDK environment for Maliit
|
|
|
|
|
|
|
|
%package tests
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Framework Input Method Tests Package
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description tests
|
|
|
|
This package contains the files necessary to test
|
|
|
|
the Maliit input method framework
|
|
|
|
|
|
|
|
%package examples
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Framework Input Method Examples
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description examples
|
|
|
|
This package contains examples applications for
|
|
|
|
the Maliit input method framework
|
|
|
|
|
2012-06-01 14:48:04 +00:00
|
|
|
%package -n maliit-inputcontext-qt4
|
|
|
|
Summary: Maliit Input Context Plugin for Qt 4
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n maliit-inputcontext-qt4
|
|
|
|
Qt input context plugin for Qt 4 toolkit support
|
|
|
|
|
2012-03-31 17:37:52 +00:00
|
|
|
%package -n maliit-inputcontext-gtk2
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Input Context Plugin for Gtk+2
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-06-01 14:48:04 +00:00
|
|
|
Requires(post): glib2
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description -n maliit-inputcontext-gtk2
|
|
|
|
Gtk+ plugin for basic Gtk+ version 2 toolkit support
|
|
|
|
|
|
|
|
%if 0%{?fedora} != 14
|
|
|
|
%package -n maliit-inputcontext-gtk3
|
2012-06-01 13:38:12 +00:00
|
|
|
Summary: Maliit Input Context Plugin for Gtk+3
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2012-06-01 14:48:04 +00:00
|
|
|
Requires(post): glib2
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%description -n maliit-inputcontext-gtk3
|
|
|
|
Gtk+ plugin for basic Gtk+ version 3 toolkit support
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{_qt4_qmake} -r M_IM_VERSION=%{version} \
|
2012-06-01 13:38:12 +00:00
|
|
|
M_IM_PREFIX=%{_prefix} \
|
|
|
|
M_IM_INSTALL_BIN=%{_bindir} \
|
|
|
|
M_IM_INSTALL_LIBS=%{_libdir} \
|
|
|
|
M_IM_INSTALL_HEADERS=%{_includedir} \
|
|
|
|
M_IM_INSTALL_SCHEMAS=%{_sysconfdir}/gconf/schemas \
|
|
|
|
M_IM_ENABLE_MULTITOUCH=false \
|
|
|
|
CONFIG+=disable-gtk-cache-update
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install INSTALL="install -p" INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
# Make dir for plugins
|
|
|
|
mkdir -p %{buildroot}%{_libdir}/maliit/plugins-0.80/
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
%find_gconf_schemas
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
%pre -f %{name}.schemas_pre
|
|
|
|
|
|
|
|
%preun -f %{name}.schemas_preun
|
|
|
|
|
|
|
|
%posttrans -f %{name}.schemas_posttrans
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%else
|
|
|
|
%pre
|
|
|
|
%gconf_schema_prepare maliit-framework
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%gconf_schema_remove maliit-framework
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
%gconf_schema_upgrade maliit-framework
|
|
|
|
%endif
|
|
|
|
|
2012-06-01 13:38:12 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%post -n libmaliit-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libmaliit-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
2012-06-01 19:42:10 +00:00
|
|
|
%post -n libmaliit-glib-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libmaliit-glib-1_0-0 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%%post -n maliit-inputcontext-gtk2
|
2012-06-01 14:48:04 +00:00
|
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
|
|
|
|
|
|
|
%postun -n maliit-inputcontext-gtk2
|
|
|
|
%{_bindir}/update-gtk-immodules %{_host} || :
|
|
|
|
|
|
|
|
%post -n maliit-inputcontext-gtk3
|
|
|
|
%{_bindir}/gtk-query-immodules-3.0-%{__isa_bits} --update-cache || :
|
|
|
|
|
|
|
|
%postun -n maliit-inputcontext-gtk3
|
|
|
|
%{_bindir}/gtk-query-immodules-3.0-%{__isa_bits} --update-cache || :
|
|
|
|
|
2012-04-03 17:43:45 +00:00
|
|
|
# Framework
|
2012-03-31 17:37:52 +00:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%files -f %{name}.schemas_list
|
|
|
|
%else
|
|
|
|
%files
|
|
|
|
%endif
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README LICENSE.LGPL NEWS
|
2012-05-31 10:04:27 +00:00
|
|
|
%dir %{_libdir}/maliit/
|
|
|
|
%dir %{_libdir}/maliit/plugins-1.0/
|
|
|
|
%dir %{_libdir}/maliit/plugins-1.0/factories
|
2012-03-31 17:37:52 +00:00
|
|
|
%{_bindir}/maliit-server
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_libdir}/libmaliit-connection-0.80.so.*
|
|
|
|
%{_libdir}/libmaliit-plugins-1.0.so.*
|
|
|
|
%{_libdir}/libmaliit-plugins-quick-0.80.so.*
|
|
|
|
%{_libdir}/maliit/plugins-1.0/factories/libmaliit-plugins-quick-factory-0.80.so
|
2012-03-31 17:37:52 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.maliit.server.service
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%{_sysconfdir}/gconf/schemas/maliit-framework.schemas
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_includedir}/maliit/
|
|
|
|
%dir %{_includedir}/maliit/framework-0.80/
|
|
|
|
%dir %{_includedir}/maliit/framework-0.80/maliit/
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_includedir}/maliit/connection-0.80/
|
2012-06-01 19:42:10 +00:00
|
|
|
%{_includedir}/maliit/framework-0.80/maliit/*.h
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_includedir}/maliit/plugins-1.0/
|
2012-03-31 17:37:52 +00:00
|
|
|
%{_includedir}/maliit/plugins-quick-0.80/
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_includedir}/maliit/server-0.80/
|
2012-04-03 21:54:30 +00:00
|
|
|
%{_libdir}/libmaliit-connection-0.80.so
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_libdir}/libmaliit-plugins-1.0.so
|
|
|
|
%{_libdir}/libmaliit-plugins-quick-0.80.so
|
2012-04-03 17:43:45 +00:00
|
|
|
%{_libdir}/pkgconfig/maliit-connection-0.80.pc
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_libdir}/pkgconfig/maliit-framework-0.80.pc
|
|
|
|
%{_libdir}/pkgconfig/maliit-plugins-1.0.pc
|
|
|
|
%{_libdir}/pkgconfig/maliit-plugins-quick-0.80.pc
|
2012-04-03 17:43:45 +00:00
|
|
|
%{_libdir}/pkgconfig/maliit-server-0.80.pc
|
2012-05-31 10:04:27 +00:00
|
|
|
%{_qt4_datadir}/mkspecs/features/maliit-defines.prf
|
|
|
|
%{_qt4_datadir}/mkspecs/features/maliit-framework.prf
|
|
|
|
%{_qt4_datadir}/mkspecs/features/maliit-plugins.prf
|
2012-04-03 17:43:45 +00:00
|
|
|
|
|
|
|
# libmaliit
|
2012-03-31 17:37:52 +00:00
|
|
|
%files -n libmaliit-1_0-0
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libmaliit-1.0.so.*
|
2012-06-01 19:42:10 +00:00
|
|
|
%{_libdir}/libmaliit-settings-1.0.so.*
|
2012-03-31 17:37:52 +00:00
|
|
|
|
|
|
|
%files -n libmaliit-1_0-0-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libmaliit-1.0.so
|
2012-06-01 19:42:10 +00:00
|
|
|
%{_libdir}/libmaliit-settings-1.0.so
|
2012-03-31 17:37:52 +00:00
|
|
|
%dir %{_includedir}/maliit/
|
2012-06-01 19:42:10 +00:00
|
|
|
%dir %{_includedir}/maliit/maliit-1.0
|
|
|
|
%{_includedir}/maliit/maliit-1.0/maliit/
|
2012-03-31 17:37:52 +00:00
|
|
|
%{_libdir}/pkgconfig/maliit-1.0.pc
|
2012-06-01 19:42:10 +00:00
|
|
|
%{_libdir}/pkgconfig/maliit-settings-1.0.pc
|
|
|
|
|
|
|
|
%files -n libmaliit-glib-1_0-0
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libmaliit-glib-1.0.so.*
|
|
|
|
|
|
|
|
%files -n libmaliit-glib-1_0-0-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libmaliit-glib-1.0.so
|
|
|
|
%dir %{_includedir}/maliit/
|
|
|
|
%dir %{_includedir}/maliit/maliit-1.0
|
|
|
|
%{_includedir}/maliit/maliit-1.0/maliit-glib/
|
|
|
|
%{_libdir}/pkgconfig/maliit-glib-1.0.pc
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-04-03 17:43:45 +00:00
|
|
|
# Misc
|
2012-03-31 17:37:52 +00:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_datadir}/doc/maliit-framework/
|
|
|
|
%{_datadir}/doc/maliit-framework/html
|
|
|
|
|
|
|
|
%files sdk
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/maliit-sdk
|
|
|
|
%dir %{_datadir}/doc/maliit-framework/
|
|
|
|
%{_datadir}/doc/maliit-framework/maliit-sdk
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_libdir}/maliit-framework-tests/
|
|
|
|
%{_libdir}/maliit-framework-tests/*
|
|
|
|
|
|
|
|
%files examples
|
|
|
|
%defattr(-,root,root,-)
|
2012-04-03 17:43:45 +00:00
|
|
|
%{_bindir}/maliit-example*
|
2012-03-31 17:37:52 +00:00
|
|
|
|
2012-06-01 14:48:04 +00:00
|
|
|
# Qt 4 IC
|
|
|
|
%files -n maliit-inputcontext-qt4
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_plugindir}/inputmethods/*.so
|
|
|
|
|
2012-04-03 17:43:45 +00:00
|
|
|
# GTK+ ICs
|
2012-03-31 17:37:52 +00:00
|
|
|
%files -n maliit-inputcontext-gtk2
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/gtk-2.0/2.10.0/immodules/libim-maliit.so*
|
|
|
|
|
|
|
|
%if 0%{?fedora} != 14
|
|
|
|
%files -n maliit-inputcontext-gtk3
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/gtk-3.0/3.0.0/immodules/libim-maliit.so*
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2012-06-01 15:41:42 +00:00
|
|
|
* Fri Jun 01 2012 Michael Hasselmann <michaelh@openismus.com> - 0.92.1-0
|
2012-06-01 15:34:49 +00:00
|
|
|
- Update to 0.92.1
|
|
|
|
|
2012-05-31 10:04:27 +00:00
|
|
|
* Thu May 31 2012 Jan Arne Petersen <jpetersen@openismus.com> - 0.92.0-1
|
|
|
|
- Simplify package structure
|
|
|
|
- Update maliit-plugins version
|
|
|
|
|
2012-05-07 10:49:31 +00:00
|
|
|
* Mon May 07 2012 Jan Arne Petersen <jpetersen@openismus.com> - 0.92.0-0
|
|
|
|
- Update to 0.92.0
|
|
|
|
|
2012-04-03 14:35:20 +00:00
|
|
|
* Tue Apr 03 2012 Jon Nordby <jonn@openismus.com> - 0.91.0-0
|
|
|
|
- Update to 0.91.0
|
|
|
|
|
2012-03-31 17:37:52 +00:00
|
|
|
* Sat Mar 31 2012 Michael Hasselmann <michaelh@openismus.com> - 0.91.0-0
|
|
|
|
- Update to 0.91.0
|
|
|
|
|
|
|
|
* Thu Mar 1 2012 Michael Hasselmann <michaelh@openismus.com> - 0.90.0-0
|
|
|
|
- Update to 0.90.0
|
|
|
|
|
|
|
|
* Fri Jan 27 2012 Michael Hasselmann <michaelh@openismus.com> - 0.81.3-0
|
|
|
|
- Update to 0.81.3
|
|
|
|
|
|
|
|
* Thu Dec 22 2011 Michael Hasselmann <michaelh@openismus.com> - 0.81.2.1-0
|
|
|
|
- Update to 0.81.2.1
|
|
|
|
|
|
|
|
* Thu Dec 22 2011 Michael Hasselmann <michaelh@openismus.com> - 0.81.2-0
|
|
|
|
- Update to 0.81.2
|
|
|
|
|
|
|
|
* Tue Dec 13 2011 Luis Araujo <luis.araujo@collabora.co.uk> - 0.81.1.1-0
|
|
|
|
- Add libmaliit-plugins and libmaliit-plugins-devel packages
|
|
|
|
- Add libmaliit-plugins-quick and libmaliit-plugins-quick-dev packages
|
|
|
|
- Add libmaliit and libmaliit-dev packages
|
|
|
|
- Add doc, sdk, tests, examples, packages
|
|
|
|
- Add gtk2/gtk3 inputcontext packages
|
|
|
|
- Update some file paths inclusion
|
|
|
|
- Remove debian.{control,rules,changelog} files
|
|
|
|
- Remove maliit-framework.dsc
|
|
|
|
|
|
|
|
* Tue Dec 07 2011 Jon Nordby <jonn@openismus.com> - 0.81.1.1-0
|
|
|
|
- Update to 0.81.1.1
|
|
|
|
|
|
|
|
* Tue Sep 06 2011 Jon Nordby <jonn@openismus.com> - 0.81.0.1-2
|
|
|
|
- Update to 0.81.0.1
|
|
|
|
|
|
|
|
* Tue Sep 06 2011 Jon Nordby <jonn@openismus.com> - 0.80.8-0
|
|
|
|
- Update to 0.80.8
|
|
|
|
|
|
|
|
* Tue Sep 06 2011 Jon Nordby <jonn@openismus.com> - 0.80.5-0
|
|
|
|
- Rename to maliit-framework, update to 0.80.5
|
|
|
|
|
|
|
|
* Sat Jun 04 2011 Jan Arne Petersen <jpetersen@openismus.com> - 0.20.17-0
|
|
|
|
- Update to 0.20.17
|
|
|
|
- Update GConf processing for Fedora and OpenSuse
|
|
|
|
|
|
|
|
* Wed May 25 2011 Jan Arne Petersen <jpetersen@openismus.com> - 0.20.16-0
|
|
|
|
- Update to 0.20.16
|
|
|
|
|
|
|
|
* Sat Apr 30 2011 Jan Arne Petersen <jpetersen@openismus.com> - 0.20.7-0.2
|
|
|
|
- Add meego-inputmethodframework-0.20.7-buildsystem.patch
|
|
|
|
- Fix build by using configs for qmake
|
|
|
|
- Install GConf schemas file
|
|
|
|
|
|
|
|
* Thu Apr 28 2011 Jan Arne Petersen <jpetersen@openismus.com> - 0.20.7-0.1
|
|
|
|
- Add *.prf file to -devel package
|
|
|
|
|
|
|
|
* Tue Apr 26 2011 Jan Arne Petersen <jpetersen@openismus.com> - 0.20.7-0
|
|
|
|
- Initial packaging
|