Compare commits

...

8 Commits
master ... f19

Author SHA1 Message Date
Rui Matos
7b83bbc957 3.8.4 2013-09-04 13:37:14 +02:00
Rui Matos
bba5e31d1f 3.8.3 2013-06-08 01:16:53 +02:00
Rui Matos
27964d6ac6 Add patch to default to ibus-kkc for Japanese 2013-05-14 13:31:10 +02:00
Matthias Clasen
b2543a393b 3.8.2 2013-05-13 21:06:52 -04:00
Kalev Lember
380a1497e9 3.8.1 2013-04-15 22:21:07 +02:00
Kalev Lember
dca7ac3a70 3.8.0.1 2013-03-27 21:38:46 +01:00
Kalev Lember
95c6151b7f 3.8.0 2013-03-27 00:41:33 +01:00
Matthias Clasen
599359603f 3.7.92 2013-03-19 23:01:37 -04:00
4 changed files with 62 additions and 6 deletions

7
.gitignore vendored
View File

@ -46,3 +46,10 @@ gnome-desktop-2.90.4.tar.bz2
/gnome-desktop-3.7.5.tar.xz /gnome-desktop-3.7.5.tar.xz
/gnome-desktop-3.7.90.tar.xz /gnome-desktop-3.7.90.tar.xz
/gnome-desktop-3.7.91.1.tar.xz /gnome-desktop-3.7.91.1.tar.xz
/gnome-desktop-3.7.92.tar.xz
/gnome-desktop-3.8.0.tar.xz
/gnome-desktop-3.8.0.1.tar.xz
/gnome-desktop-3.8.1.tar.xz
/gnome-desktop-3.8.2.tar.xz
/gnome-desktop-3.8.3.tar.xz
/gnome-desktop-3.8.4.tar.xz

View File

@ -0,0 +1,26 @@
From 5d478332677df7e428f82d4de0fe9ae4368d9554 Mon Sep 17 00:00:00 2001
From: Rui Matos <tiagomatos@gmail.com>
Date: Tue, 14 May 2013 13:24:09 +0200
Subject: [PATCH] default-input-sources: Switch ja_JP default to ibus-kkc
This should be the default ibus engine for Japanese in F19.
---
libgnome-desktop/default-input-sources.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libgnome-desktop/default-input-sources.h b/libgnome-desktop/default-input-sources.h
index c38e339..bb0b8b8 100644
--- a/libgnome-desktop/default-input-sources.h
+++ b/libgnome-desktop/default-input-sources.h
@@ -30,7 +30,7 @@ static DefaultInputSource default_input_sources[] =
{ "he_IL", "xkb", "il" },
{ "hi_IN", "ibus", "m17n:hi:inscript" },
{ "it_IT", "xkb", "it" },
- { "ja_JP", "ibus", "anthy" },
+ { "ja_JP", "ibus", "kkc" },
{ "kn_IN", "ibus", "m17n:kn:kgp" },
{ "ko_KR", "ibus", "hangul" },
{ "mai_IN", "ibus", "m17n:mai:inscript" },
--
1.8.1.4

View File

@ -7,10 +7,11 @@
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
Name: gnome-desktop3 Name: gnome-desktop3
Version: 3.7.91.1 Version: 3.8.4
Release: 1%{?dist} Release: 1%{?dist}
URL: http://www.gnome.org URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-desktop/3.7/gnome-desktop-%{version}.tar.xz Source0: http://download.gnome.org/sources/gnome-desktop/3.8/gnome-desktop-%{version}.tar.xz
Patch0: 0001-default-input-sources-Switch-ja_JP-default-to-ibus-k.patch
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -19,9 +20,6 @@ Group: System Environment/Libraries
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version} Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
Requires: redhat-menus Requires: redhat-menus
### uncomment when gnome-about is packaged here
#Requires: pycairo
#Requires: pygtk2
# Make sure to update libgnome schema when changing this # Make sure to update libgnome schema when changing this
Requires: system-backgrounds-gnome Requires: system-backgrounds-gnome
@ -69,6 +67,7 @@ libgnomedesktop.
%prep %prep
%setup -q -n gnome-desktop-%{version} %setup -q -n gnome-desktop-%{version}
%patch0 -p1
%build %build
%configure --with-pnp-ids-path="/usr/share/hwdata/pnp.ids" %configure --with-pnp-ids-path="/usr/share/hwdata/pnp.ids"
@ -105,6 +104,30 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/ %doc %{_datadir}/gtk-doc/html/gnome-desktop3/
%changelog %changelog
* Wed Sep 4 2013 Rui Matos <rmatos@redhat.com> - 3.8.4-1
- Update to 3.8.4
* Fri Jun 7 2013 Rui Matos <rmatos@redhat.com> - 3.8.3-1
- Update to 3.8.3
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 3.8.2-2
- Add patch to default to ibus-kkc for Japanese
* Mon May 13 2013 Matthias Clasen <mclasen@redahat.com> - 3.8.2-1
- Update to 3.8.2
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
- Update to 3.8.1
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0.1-1
- Update to 3.8.0.1
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
- Update to 3.7.92
* Wed Mar 6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91.1-1 * Wed Mar 6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91.1-1
- Update to 3.7.91.1 - Update to 3.7.91.1

View File

@ -1 +1 @@
cb625929f2e39ad59ff8cadba83253d8 gnome-desktop-3.7.91.1.tar.xz 233350635fe7f041070d0a74a57ce79e gnome-desktop-3.8.4.tar.xz