Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: SPECS/ibus-chewing.spec.in

Issue 6538084: Remove dependency on get-text, gtk2 and gconf2 (Closed) Base URL: http://git.chromium.org/git/ibus-chewing.git@master
Patch Set: Code review Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | src/CMakeLists.txt » ('j') | src/IBusChewingEngine.gob » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: @PROJECT_NAME@ 1 Name: @PROJECT_NAME@
2 Version: @PRJ_VER@ 2 Version: @PRJ_VER@
3 Release: @PRJ_VER_RELEASE@%{?dist} 3 Release: @PRJ_VER_RELEASE@%{?dist}
4 Summary: The Chewing engine for IBus input platform 4 Summary: The Chewing engine for IBus input platform
5 License: GPLv2+ 5 License: GPLv2+
6 Group: System Environment/Libraries 6 Group: System Environment/Libraries
7 URL: http://code.google.com/p/ibus/ 7 URL: http://code.google.com/p/ibus/
8 Source0: http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz 8 Source0: http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
9 9
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11 11
12 BuildRequires: gettext-devel 12 # Chromium change: Remove dependency on gettext
13 #BuildRequires: gettext-devel
satorux1 2011/02/25 01:54:47 I think this file isn't used for Chrome OS. You do
Zachary Kuznia 2011/02/25 02:04:29 Done.
13 BuildRequires: gtk2-devel 14 BuildRequires: gtk2-devel
14 BuildRequires: ibus-devel >= 1.1 15 BuildRequires: ibus-devel >= 1.1
15 BuildRequires: cmake >= 2.4 16 BuildRequires: cmake >= 2.4
16 BuildRequires: gob2 17 BuildRequires: gob2
17 BuildRequires: libchewing-devel >= 0.3.2-16 18 BuildRequires: libchewing-devel >= 0.3.2-16
18 BuildRequires: pkgconfig 19 BuildRequires: pkgconfig
19 BuildRequires: GConf2-devel 20 BuildRequires: GConf2-devel
20 BuildRequires: libXtst-devel 21 BuildRequires: libXtst-devel
21 Requires: ibus >= 1.1 22 Requires: ibus >= 1.1
22 Requires: libchewing >= 0.3.2-16 23 Requires: libchewing >= 0.3.2-16
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 %defattr(-,root,root,-) 73 %defattr(-,root,root,-)
73 %doc AUTHORS README ChangeLog NEWS COPYING 74 %doc AUTHORS README ChangeLog NEWS COPYING
74 %{_libexecdir}/ibus-engine-chewing 75 %{_libexecdir}/ibus-engine-chewing
75 %{_datadir}/%{name} 76 %{_datadir}/%{name}
76 %{_datadir}/ibus/component/chewing.xml 77 %{_datadir}/ibus/component/chewing.xml
77 %config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas 78 %config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas
78 79
79 %changelog 80 %changelog
80 @RPM_CHANGELOG@ 81 @RPM_CHANGELOG@
81 82
OLDNEW
« no previous file with comments | « no previous file | src/CMakeLists.txt » ('j') | src/IBusChewingEngine.gob » ('J')

Powered by Google App Engine
This is Rietveld 408576698