Accepting request 150385 from M17N
- fix the permissions of the .directory file in the openSUSE themeing OBS-URL: https://build.opensuse.org/request/show/150385 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcitx?expand=0&rev=19
This commit is contained in:
commit
c524a9561d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 08:54:58 UTC 2013 - coolo@suse.com
|
||||
|
||||
- fix the permissions of the .directory file in the openSUSE themeing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 05:03:20 UTC 2013 - i@marguerite.su
|
||||
|
||||
|
138
fcitx.spec
138
fcitx.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fcitx
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -53,8 +53,8 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: libxkbfile-devel
|
||||
%endif
|
||||
BuildRequires: enchant-devel
|
||||
BuildRequires: libpresage-devel
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: libpresage-devel
|
||||
BuildRequires: pango-devel
|
||||
%if 0%{?suse_version} >= 1110 || 0%{?fedora_version}
|
||||
BuildRequires: fdupes
|
||||
@ -72,8 +72,8 @@ BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: opencc-devel
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libicu-devel
|
||||
@ -87,8 +87,8 @@ Requires: %{name}-gtk3 = %{version}-%{release}
|
||||
Requires: %{name}-qt4 = %{version}-%{release}
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
Recommends: %{name}-pinyin = %{version}-%{release}
|
||||
Recommends: %{name}-table = %{version}-%{release}
|
||||
Recommends: %{name}-pinyin = %{version}-%{release}
|
||||
Recommends: %{name}-table = %{version}-%{release}
|
||||
Requires: %{name}-branding = %{version}
|
||||
%endif
|
||||
%if 0%{?fedora_version}
|
||||
@ -173,25 +173,25 @@ QT4 input module for Fcitx input method framework.
|
||||
%endif
|
||||
|
||||
%package quwei
|
||||
Summary: Chinese Zone-bit(QuWei) engine for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: Chinese Zone-bit(QuWei) engine for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description quwei
|
||||
Chinese Zone-bit(QuWei) engine for Fcitx input method framework.
|
||||
|
||||
%package pinyin
|
||||
Summary: Chinese Pinyin engine for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: Chinese Pinyin engine for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description pinyin
|
||||
Chinese Pinyin engine for Fcitx input method framework.
|
||||
|
||||
%package table
|
||||
Summary: Table engine for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: Table engine for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description table
|
||||
Table engine for Fcitx input method framework.
|
||||
@ -199,67 +199,67 @@ Table engine for Fcitx input method framework.
|
||||
It's the basic component for other users except some Chinese.
|
||||
|
||||
%package table-cn-cangjie
|
||||
Summary: Simplified Chinese Tsang-Jei(Cangjie) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Simplified Chinese Tsang-Jei(Cangjie) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-cangjie
|
||||
Fcitx Tsang Jei (Cang Jie) input tables for Simplified Chinese.
|
||||
|
||||
%package table-cn-dianbao
|
||||
Summary: Telegram(Dianbao) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Telegram(Dianbao) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-dianbao
|
||||
Fcitx Telegram (Dian Bao) input tables for Simplified Chinese.
|
||||
|
||||
%package table-cn-erbi
|
||||
Summary: Two stroke(Erbi) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Two stroke(Erbi) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-erbi
|
||||
Fcitx Two Stroke (Er Bi) input tables for Simplified Chinese.
|
||||
|
||||
%package table-cn-bingchan
|
||||
Summary: Icefrog Holography(QXM) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Icefrog Holography(QXM) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-bingchan
|
||||
Fcitx Icefrog Holography (Bing Chan Quan Xi, or QXM) input tables for Simplified Chinese.
|
||||
|
||||
%package table-cn-wanfeng
|
||||
Summary: Evening Breeze(Wanfeng) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Evening Breeze(Wanfeng) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-wanfeng
|
||||
Fcitx Evening Breeze (Wan feng) input tables for Simplified Chinese.
|
||||
|
||||
%package table-cn-wubi-pinyin
|
||||
Summary: Wubi and pinyin(wubi-pinyin) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Provides: locale(fcitx-table:zh-cn;)
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Wubi and pinyin(wubi-pinyin) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Provides: locale(fcitx-table:zh-cn;)
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-wubi-pinyin
|
||||
@ -268,12 +268,12 @@ Fcitx Wubi (Wu Bi Zi Xing) and Pinyin mixed input tables for Simplified Chinese.
|
||||
Wubi in Fcitx is based on wubi x86.
|
||||
|
||||
%package table-cn-wubi
|
||||
Summary: Wubi table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Provides: locale(fcitx-table:zh-cn;)
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Wubi table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Provides: locale(fcitx-table:zh-cn;)
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-wubi
|
||||
@ -282,20 +282,20 @@ Fcitx Wubi (Wu Bi Zi Xing) input tables for Simplified Chinese.
|
||||
Wubi in Fcitx is based on wubi x86.
|
||||
|
||||
%package table-cn-ziran
|
||||
Summary: Nature(Ziran) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
Summary: Nature(Ziran) table for %{name}
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name}-table = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description table-cn-ziran
|
||||
Fcitx Nature (Zi Ran Ma) input tables for Simplified Chinese.
|
||||
|
||||
%package table-tools
|
||||
Summary: Fcitx tools to make tables
|
||||
Group: System/I18n/Chinese
|
||||
Requires: lib%{name}%{libver} = %{version}-%{release}
|
||||
Summary: Fcitx tools to make tables
|
||||
Group: System/I18n/Chinese
|
||||
Requires: lib%{name}%{libver} = %{version}-%{release}
|
||||
|
||||
%description table-tools
|
||||
Tools to convert txt word sheets to fcitx tables.
|
||||
@ -303,9 +303,9 @@ Tools to convert txt word sheets to fcitx tables.
|
||||
see manpage for details
|
||||
|
||||
%package pinyin-tools
|
||||
Summary: Fcitx tools to make pinyin match list
|
||||
Group: System/I18n/Chinese
|
||||
Requires: lib%{name}%{libver} = %{version}-%{release}
|
||||
Summary: Fcitx tools to make pinyin match list
|
||||
Group: System/I18n/Chinese
|
||||
Requires: lib%{name}%{libver} = %{version}-%{release}
|
||||
|
||||
%description pinyin-tools
|
||||
Tools to convert txt or scel(sougou pinyin data format) pinyin sheets to fcitx match lists.
|
||||
@ -313,15 +313,15 @@ Tools to convert txt or scel(sougou pinyin data format) pinyin sheets to fcitx m
|
||||
%if 0%{?suse_version}
|
||||
|
||||
%package branding-openSUSE
|
||||
Summary: openSUSE default Skin for Fcitx
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: openSUSE default Skin for Fcitx
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Provides: %{name}-branding = %{version}
|
||||
Conflicts: otherproviders(%{name}-branding)
|
||||
Supplements: packageand(%{name}:branding-openSUSE)
|
||||
Provides: %{name}-branding = %{version}
|
||||
Conflicts: otherproviders(%{name}-branding)
|
||||
Supplements: packageand(%{name}:branding-openSUSE)
|
||||
|
||||
%description branding-openSUSE
|
||||
openSUSE default skin for Fcitx
|
||||
@ -331,11 +331,11 @@ You can either use this package or download from kde-look.org using knewstaff in
|
||||
%endif
|
||||
|
||||
%package skin-classic
|
||||
Summary: Fcitx Classic Skin
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Summary: Fcitx Classic Skin
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description skin-classic
|
||||
@ -344,11 +344,11 @@ Fcitx classic skin.
|
||||
You can either use this package or download from kde-look.org using knewstaff in fcitx-config-kde4.
|
||||
|
||||
%package skin-dark
|
||||
Summary: Fcitx Dark Skin
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%release}
|
||||
Summary: Fcitx Dark Skin
|
||||
Group: System/I18n/Chinese
|
||||
Requires: %{name} = %{version}-%release}
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
%description skin-dark
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49adc061199b5b3ae62162ca69fe8c0f78e468ceefc71e701de6818c262e669c
|
||||
size 306349
|
||||
oid sha256:48760fd516ffda47e9bce5a7d0273cf6c0485a332fd1677f0cedf0efc7a39eef
|
||||
size 305550
|
||||
|
Loading…
Reference in New Issue
Block a user