File fcitx-ui-light.spec of Package fcitx-ui-light
#
# spec file for package fcitx-ui-light
#
# Copyright (c) 2010 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: fcitx-ui-light
Version: 0.1.3
Release: 0
License: GPL-2.0+
Summary: Light Weight UI for Fcitx
Url: https://github.com/fcitx/fcitx-ui-light
Group: System/I18n/Chinese
Source: %{name}-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: fcitx-devel
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: xorg-x11-devel
BuildRequires: pkg-config
BuildRequires: freetype2-devel
BuildRequires: fontconfig-devel
BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Fcitx-ui-light provides an alternative light weight UI for Fcitx, only using Xpm and Xft.
if you are not a light weight desktop environment user, strongly recommends you to use the normal "fcitx" package.
%prep
%setup -q
%build
%{__mkdir} -pv build
pushd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_libdir} ..
make %{?_smp_mflags}
%install
pushd build
%make_install
popd
%suse_update_desktop_file fcitx-light Utility DesktopUtility
%find_lang fcitx-light-ui %no_lang_C
%__strip %{buildroot}%{_libdir}/fcitx/fcitx-light-ui.so
%files -f fcitx-light-ui.lang
%defattr(-,root,root)
%{_libdir}/fcitx/fcitx-light-ui.so
%{_datadir}/applications/fcitx-light.desktop
%{_datadir}/fcitx/addon/fcitx-light-ui.conf
%{_datadir}/fcitx/configdesc/fcitx-light-ui.desc
%changelog