Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7b83bbc957 | ||
|
bba5e31d1f | ||
|
27964d6ac6 | ||
|
b2543a393b | ||
|
380a1497e9 | ||
|
dca7ac3a70 | ||
|
95c6151b7f | ||
|
599359603f |
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user