|
|
4a95e5 |
%if 0%{!?_with_xfce:1} && 0%{!?_without_xfce:1}
|
|
|
4a95e5 |
%if 0%{?rhel}
|
|
|
4a95e5 |
%global _with_xfce 0
|
|
|
4a95e5 |
%else
|
|
|
4a95e5 |
%global _with_xfce 1
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
|
|
|
4a95e5 |
Name: im-chooser
|
|
|
4a95e5 |
Version: 1.6.4
|
|
|
2f39a8 |
Release: 4%{?dist}
|
|
|
4a95e5 |
License: GPLv2+ and LGPLv2+
|
|
|
4a95e5 |
URL: http://fedorahosted.org/im-chooser/
|
|
|
4a95e5 |
%{?_with_gtk2:BuildRequires: gtk2-devel}
|
|
|
4a95e5 |
%{!?_with_gtk2:BuildRequires: gtk3-devel}
|
|
|
4a95e5 |
BuildRequires: libSM-devel imsettings-devel >= 1.3.0
|
|
|
4a95e5 |
%if 0%{?_with_xfce}
|
|
|
4a95e5 |
BuildRequires: libxfce4util-devel
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
BuildRequires: desktop-file-utils intltool gettext
|
|
|
4a95e5 |
|
|
|
4a95e5 |
Source0: http://fedorahosted.org/releases/i/m/%{name}/%{name}-%{version}.tar.bz2
|
|
|
2f39a8 |
Patch0: %{name}-1.6.4-translation-updates.patch
|
|
|
4a95e5 |
|
|
|
4a95e5 |
Summary: Desktop Input Method configuration tool
|
|
|
4a95e5 |
Group: Applications/System
|
|
|
4a95e5 |
Obsoletes: im-chooser-gnome3 < 1.4.2-2
|
|
|
4a95e5 |
Provides: im-chooser-gnome3 = %{version}-%{release}
|
|
|
4a95e5 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%description
|
|
|
4a95e5 |
im-chooser is a GUI configuration tool to choose the Input Method
|
|
|
4a95e5 |
to be used or disable Input Method usage on the desktop.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%package common
|
|
|
4a95e5 |
Summary: Common files for im-chooser subpackages
|
|
|
4a95e5 |
Group: Applications/System
|
|
|
4a95e5 |
Requires: imsettings >= 1.3.0
|
|
|
4a95e5 |
Obsoletes: im-chooser < 1.5.0.1
|
|
|
4a95e5 |
## https://fedorahosted.org/fpc/ticket/174
|
|
|
4a95e5 |
Provides: bundled(egglib)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%description common
|
|
|
4a95e5 |
im-chooser is a GUI configuration tool to choose the Input Method
|
|
|
4a95e5 |
to be used or disable Input Method usage on the desktop.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
This package contains the common libraries/files to be used in
|
|
|
4a95e5 |
im-chooser subpackages.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%if 0%{?_with_xfce}
|
|
|
4a95e5 |
%package xfce
|
|
|
4a95e5 |
Summary: XFCE settings panel for im-chooser
|
|
|
4a95e5 |
Group: Applications/System
|
|
|
4a95e5 |
Requires: %{name}-common = %{version}-%{release}
|
|
|
4a95e5 |
Obsoletes: im-chooser < 1.5.0.1
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%description xfce
|
|
|
4a95e5 |
im-chooser is a GUI configuration tool to choose the Input Method
|
|
|
4a95e5 |
to be used or disable Input Method usage on the desktop.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
This package contains the XFCE settings panel for im-chooser.
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%prep
|
|
|
4a95e5 |
%setup -q
|
|
|
2f39a8 |
%patch0 -p2 -b .0-trans
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%build
|
|
|
4a95e5 |
%configure
|
|
|
4a95e5 |
make %{?_smp_mflags}
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%install
|
|
|
4a95e5 |
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="/usr/bin/install -p"
|
|
|
4a95e5 |
|
|
|
4a95e5 |
desktop-file-install \
|
|
|
4a95e5 |
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
4a95e5 |
--vendor=fedora \
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
--add-category=X-GNOME-PersonalSettings \
|
|
|
4a95e5 |
--delete-original \
|
|
|
4a95e5 |
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
4a95e5 |
$RPM_BUILD_ROOT%{_datadir}/applications/im-chooser.desktop
|
|
|
4a95e5 |
%if 0%{?_with_xfce}
|
|
|
4a95e5 |
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/xfce4-im-chooser.desktop
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
#%%{!?_with_gtk2:desktop-file-validate $RPM_BUILD_ROOT%%{_datadir}/applications/im-chooser-panel.desktop}
|
|
|
4a95e5 |
|
|
|
4a95e5 |
rm -rf $RPM_BUILD_ROOT%{_libdir}/libimchooseui.{so,la,a}
|
|
|
4a95e5 |
#%%{!?_with_gtk2:rm -rf $RPM_BUILD_ROOT%%{_libdir}/control-center-1/panels/libim-chooser.{a,la}}
|
|
|
4a95e5 |
|
|
|
4a95e5 |
# disable panel so far
|
|
|
4a95e5 |
rm -rf $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/libim-chooser.so
|
|
|
4a95e5 |
rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/im-chooser-panel.desktop
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%find_lang %{name}
|
|
|
4a95e5 |
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%post common
|
|
|
4a95e5 |
/sbin/ldconfig
|
|
|
4a95e5 |
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%postun common
|
|
|
4a95e5 |
/sbin/ldconfig
|
|
|
4a95e5 |
if [ $1 -eq 0 ] ; then
|
|
|
4a95e5 |
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
4a95e5 |
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
4a95e5 |
fi
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%posttrans common
|
|
|
4a95e5 |
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
4a95e5 |
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%files
|
|
|
4a95e5 |
%{_bindir}/im-chooser
|
|
|
4a95e5 |
%if 0%{?fedora} && 0%{?fedora} < 19
|
|
|
4a95e5 |
%{_datadir}/applications/fedora-im-chooser.desktop
|
|
|
4a95e5 |
%else
|
|
|
4a95e5 |
%{_datadir}/applications/im-chooser.desktop
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
%{_mandir}/man1/im-chooser.1*
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%files common -f %{name}.lang
|
|
|
4a95e5 |
%doc AUTHORS COPYING ChangeLog README
|
|
|
4a95e5 |
%{_libdir}/libimchooseui.so.*
|
|
|
4a95e5 |
%{_datadir}/icons/hicolor/*/apps/im-chooser.png
|
|
|
4a95e5 |
%dir %{_datadir}/imchooseui
|
|
|
4a95e5 |
%{_datadir}/imchooseui/imchoose.ui
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%if 0%{?_with_xfce}
|
|
|
4a95e5 |
%files xfce
|
|
|
4a95e5 |
%{_bindir}/xfce4-im-chooser
|
|
|
4a95e5 |
%{_datadir}/applications/xfce4-im-chooser.desktop
|
|
|
4a95e5 |
%endif
|
|
|
4a95e5 |
|
|
|
4a95e5 |
%changelog
|
|
|
2f39a8 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.6.4-4
|
|
|
2f39a8 |
- Mass rebuild 2014-01-24
|
|
|
2f39a8 |
|
|
|
2f39a8 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.6.4-3
|
|
|
2f39a8 |
- Mass rebuild 2013-12-27
|
|
|
2f39a8 |
|
|
|
2f39a8 |
* Mon Dec 16 2013 Akira TAGOH <tagoh@redhat.com> - 1.6.4-2
|
|
|
2f39a8 |
- Update translations (#1030359)
|
|
|
2f39a8 |
|
|
|
4a95e5 |
* Tue Jun 11 2013 Akira TAGOH <tagoh@redhat.com> - 1.6.4-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Remove BR: docbook2X
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue May 28 2013 Akira TAGOH <tagoh@redhat.com> - 1.6.3-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Add a link to the log file in the error dialog (#950488)
|
|
|
4a95e5 |
- Fix a crash issue (#859624)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Sat Feb 23 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.6.2-3
|
|
|
4a95e5 |
- Remove --vendora from desktop-file-utils in F19+ https://fedorahosted.org/fesco/ticket/1077
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
|
|
|
4a95e5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Nov 23 2012 Akira TAGOH <tagoh@redhat.com> - 1.6.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- the spec file cleanup.
|
|
|
4a95e5 |
- Correct License field
|
|
|
4a95e5 |
- Add Provides: bundled(egglib) to im-chooser-common since
|
|
|
4a95e5 |
it actually contains things in libimchooseui.so.0
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Nov 2 2012 Akira TAGOH <tagoh@redhat.com> - 1.6.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
Translation updates. (#863375)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-3
|
|
|
4a95e5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Sat Jul 14 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.6.0-2
|
|
|
4a95e5 |
- Add ldconfig calls to -common scriptlets.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Jul 12 2012 Akira TAGOH <tagoh@redhat.com> - 1.6.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Sun Jun 24 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.5.2.2-3
|
|
|
4a95e5 |
- Own the %%{_datadir}/imchooseui dir.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed May 23 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.2.2-2
|
|
|
4a95e5 |
- Conditionally build XFCE support for RHEL.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Apr 18 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.2.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Update translations (#801232)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Apr 06 2012 Kevin Fenzi <kevin@scrye.com> - 1.5.2.1-2
|
|
|
4a95e5 |
- Rebuild for Xfce 4.10
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Mar 19 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.2.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Mar 2 2012 Akira TAGOH <tagoh@redhat.com> - 1.5.2-3
|
|
|
4a95e5 |
- Update po files.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-2
|
|
|
4a95e5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Nov 16 2011 Akira TAGOH <tagoh@redhat.com> - 1.5.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix the logout button behaved shutting down on KDE. (#741497)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Sep 9 2011 Akira TAGOH <tagoh@redhat.com> - 1.5.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Aug 2 2011 Akira TAGOH <tagoh@redhat.com> - 1.5.0.1-2
|
|
|
4a95e5 |
- Add some Obsoletes for upgrading path.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Aug 2 2011 Akira TAGOH <tagoh@redhat.com> - 1.5.0.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Add im-chooser-xfce subpackage.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue May 10 2011 Akira TAGOH <tagoh@redhat.com> - 1.4.2-2
|
|
|
4a95e5 |
- Disable capplet. (#693809)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Mar 30 2011 Akira TAGOH <tagoh@redhat.com> - 1.4.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Feb 23 2011 Akira TAGOH <tagoh@redhat.com> - 1.4.1-7
|
|
|
4a95e5 |
- Rebuild again.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Feb 21 2011 Akira TAGOH <tagoh@redhat.com> - 1.4.1-6
|
|
|
4a95e5 |
- Rebuild against latest imsettings.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 1.4.1-5
|
|
|
4a95e5 |
- Rebuild against newer gtk
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
|
|
|
4a95e5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.4.1-3
|
|
|
4a95e5 |
- Rebuild against newer gtk
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 1.4.1-2
|
|
|
4a95e5 |
- Rebuild against newer gtk3
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Jan 6 2011 Akira TAGOH <tagoh@redhat.com> - 1.4.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 1.4.0-2
|
|
|
4a95e5 |
- Rebuild against newer gtk3
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Nov 25 2010 Akira TAGOH <tagoh@redhat.com> - 1.4.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Improve the window title (#607502)
|
|
|
4a95e5 |
- Move none state from checkbox to selector (#628420)
|
|
|
4a95e5 |
- GNOME3 support
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Sep 8 2010 Akira TAGOH <tagoh@redhat.com> - 1.3.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Improve UI (#607513)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Jun 21 2010 Akira TAGOH <tagoh@redhat.com> - 1.3.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fallback to the themed icon if no icons are installed
|
|
|
4a95e5 |
on the specified path. (#604482)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed May 12 2010 Akira TAGOH <tagoh@redhat.com> - 1.3.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- GTK+ stock icon support. (#528850)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue May 4 2010 Jens Petersen <petersen@redhat.com> - 1.2.7-2
|
|
|
4a95e5 |
- add new gnome-icon-theme style icons by Lapo Calamandrei and Jakub Steiner
|
|
|
4a95e5 |
(mizmo, #587712)
|
|
|
4a95e5 |
- add scriptlets for icon cache
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Sep 14 2009 Akira TAGOH <tagoh@redhat.com> - 1.2.7-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- translation updates only.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-4
|
|
|
4a95e5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon May 25 2009 Akira TAGOH <tagoh@redhat.com> - 1.2.6-3
|
|
|
4a95e5 |
- Disable the status icon check box.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Feb 26 2009 Akira TAGOH <tagoh@redhat.com> - 1.2.6-2
|
|
|
4a95e5 |
- Fix a typo in xfce4-im-chooser.desktop. (#487275)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Feb 23 2009 Akira TAGOH <tagoh@redhat.com> - 1.2.6-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Oct 22 2008 Akira TAGOH <tagoh@redhat.com> - 1.2.5-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Oct 14 2008 Akira TAGOH <tagoh@redhat.com> - 1.2.4-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Sep 17 2008 Akira TAGOH <tagoh@redhat.com> - 1.2.3-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Aug 29 2008 Akira TAGOH <tagoh@redhat.com> - 1.2.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Jul 29 2008 Akira TAGOH <tagoh@redhat.com> - 1.2.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Display IM icon in the list. (#454371)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Jul 8 2008 Akira TAGOH <tagoh@redhat.com> - 1.2.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Jun 27 2008 Akira TAGOH <tagoh@redhat.com> - 1.1.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix a segfault when no Input Method installed. (#452997)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Jun 12 2008 Akira TAGOH <tagoh@redhat.com> - 1.1.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon May 26 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.6-5
|
|
|
4a95e5 |
- Fix a typo in the package group of imsettings-xfce. (#448037)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed May 14 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.6-4
|
|
|
4a95e5 |
- im-chooser-fix-window-border.patch: Display the progress window with
|
|
|
4a95e5 |
the certain window border. (#444818)
|
|
|
4a95e5 |
- imsettings-ignore-error-on-check-running.patch: Fix a crash issue when
|
|
|
4a95e5 |
the pidfile doesn't exist. (#445129)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Apr 29 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.6-3
|
|
|
4a95e5 |
- im-chooser-0.99.6-sanity-check-on-dbus-conn.patch: Do not abort even if
|
|
|
4a95e5 |
getting the bus is failed. (#444494)
|
|
|
4a95e5 |
- im-chooser-0.99.6-validate-pid.patch: Validate the pid. (#443765)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Apr 23 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.6-2
|
|
|
4a95e5 |
- im-chooser-0.99.6-check-if-im-is-running.patch: Do not turn on the check box
|
|
|
4a95e5 |
if IM isn't really running. (#443765)
|
|
|
4a95e5 |
- im-chooser-0.99.6-correct-build-order.patch: Apply to correct the build order.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Apr 8 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.6-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- translation updates.
|
|
|
4a95e5 |
- Remove unnecessary patches:
|
|
|
4a95e5 |
- im-chooser-0.99.5-no-xinputrc-update.patch
|
|
|
4a95e5 |
- im-chooser-0.99.5-no-crash-on-no-im.patch
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Apr 7 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.5-3
|
|
|
4a95e5 |
- im-chooser-0.99.5-no-crash-on-no-im.patch: Fix a crash when no IM
|
|
|
4a95e5 |
available. (#440519)
|
|
|
4a95e5 |
- Invoke ReloadConfig to apply changes on DBus services in %%post and %%postun.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Mar 28 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.5-2
|
|
|
4a95e5 |
- im-chooser-0.99.5-no-xinputrc-update.patch: real fix for #437732
|
|
|
4a95e5 |
- ensure invoking xinput.sh after the session bus is established. (#436284)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Mar 19 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.5-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix an issue always create .xinputrc at the startup time. (#437732)
|
|
|
4a95e5 |
- Add Xfce support.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Mar 11 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.4-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Compress im-chooser.png icon. (#330441)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Feb 21 2008 Akira TAGOH <tagoh@redhat.com>
|
|
|
4a95e5 |
- Run ldconfig on scriptlet of imsettings-libs.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Feb 20 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.3-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix taking too much CPU power. (#433575)
|
|
|
4a95e5 |
- Fix not parsing the multiple command line options in xinput
|
|
|
4a95e5 |
script. (#433578)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Feb 19 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix not working the user own .xinputrc properly.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Feb 8 2008 Akira TAGOH <tagoh@redhat.com> - 0.99.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix some memory leaks and clean up the code. (#431167)
|
|
|
4a95e5 |
- Fix the handling of the user own .xinputrc. (#431291)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Feb 1 2008 Akira TAGOH <tagoh@redhat.com> - 0.99-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- IMSettings is now enabled. you don't need to restart your desktop after
|
|
|
4a95e5 |
changing IM for GTK+ applications. but still need to do for others so far.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Dec 27 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.5-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Rename sr@Latn to sr@latin. (#426540)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Nov 16 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.4-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Improve .desktop file for GNOME HIG compliant (#330431)
|
|
|
4a95e5 |
- Improve English label on GUI (#302491)
|
|
|
4a95e5 |
- Remove the dead link. (#330391)
|
|
|
4a95e5 |
- Improve a package description. (#330421)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Oct 15 2007 Akira TAGOH <tagoh@redhat.com>
|
|
|
4a95e5 |
- Remove the obsolete Norwegian (no) translation. (#332131)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Oct 11 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.3-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix an issue that looks like IM can't be disabled on im-chooser. (#324231)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Oct 2 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.2-3
|
|
|
4a95e5 |
- Revert the previous change.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Sep 21 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.2-2
|
|
|
4a95e5 |
- Bring up IM by default again, except the session is on Live CD. (#250226)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Sep 18 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- Fix to allow users disabling IM.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Sep 14 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.1-2
|
|
|
4a95e5 |
- Add README into the package.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Sep 10 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Sep 6 2007 Akira TAGOH <tagoh@redhat.com> - 0.5.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Aug 8 2007 Akira TAGOH <tagoh@redhat.com>
|
|
|
4a95e5 |
- Update License tag.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Aug 6 2007 Akira TAGOH <tagoh@redhat.com> - 0.4.1-3
|
|
|
4a95e5 |
- Own /etc/X11/xinit/xinput.d (#250960)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Jul 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.4.1-2
|
|
|
4a95e5 |
- Update Require for xorg-x11-xinit
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Jul 25 2007 Akira TAGOH <tagoh@redhat.com> - 0.4.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- xinput.sh has been moved from xorg-x11-xinit.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Jan 30 2007 Akira TAGOH <tagoh@redhat.com> - 0.3.4-1
|
|
|
4a95e5 |
- Translations update release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Jan 24 2007 Matthias Clasen <mclasen@redhat.com> - 0.3.3-3
|
|
|
4a95e5 |
- Add X-GNOME-PersonalSettings to the desktop file categories (#224159)
|
|
|
4a95e5 |
- Use desktop-file-install
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Oct 2 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.3-2
|
|
|
4a95e5 |
- added Assamese, Greek and Marathi translation. (#208258)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Oct 2 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.3-1
|
|
|
4a95e5 |
- Translations update release. (#208258, #208512)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Sep 8 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- added an icon. (#199337)
|
|
|
4a95e5 |
- removed the unnecessary patches:
|
|
|
4a95e5 |
- im-chooser-r49.patch
|
|
|
4a95e5 |
- im-chooser-r53.patch
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Aug 29 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.1-3
|
|
|
4a95e5 |
- im-chooser-r53.patch: take care of the suffix to appears current selection.
|
|
|
4a95e5 |
(#204433)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Aug 25 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.1-2
|
|
|
4a95e5 |
- im-chooser-r49.patch: removed MimeType field from .desktop file. (#203982)
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Tue Aug 15 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.1-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Jul 24 2006 Akira TAGOH <tagoh@redhat.com> - 0.3.0-2
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- add libgnomeui-devel to BR.
|
|
|
4a95e5 |
- im-chooser-suffix-r40.patch: applied to support the recent change
|
|
|
4a95e5 |
in the xinput files.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Thu Jul 20 2006 Akira TAGOH <tagoh@redhat.com> - 0.2.2-2
|
|
|
4a95e5 |
- rebuilt
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Jul 12 2006 Akira TAGOH <tagoh@redhat.com> - 0.2.2-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Mon Jul 10 2006 Akira TAGOH <tagoh@redhat.com> - 0.2.1-3
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- improved the package summary and description.
|
|
|
4a95e5 |
- added intltool to BuildReq.
|
|
|
4a95e5 |
- added gettext to BuildReq.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Fri Jul 7 2006 Akira TAGOH <tagoh@redhat.com> - 0.2.0-1
|
|
|
4a95e5 |
- New upstream release.
|
|
|
4a95e5 |
- use dist tag.
|
|
|
4a95e5 |
- registered xinputrc alternatives for none and xim.
|
|
|
4a95e5 |
- removed the empty docs.
|
|
|
4a95e5 |
- add Requires: xorg-x11-xinit >= 1.0.2-5.fc6 for new xinput.sh.
|
|
|
4a95e5 |
|
|
|
4a95e5 |
* Wed Jun 7 2006 Akira TAGOH <tagoh@redhat.com> - 0.1.1-1
|
|
|
4a95e5 |
- Initial package.
|
|
|
4a95e5 |
|