Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37512907
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: fcitx-ui-light

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires(pre): rpm-macros-fedora-compat
BuildRequires: gcc-c++
# END SourceDeps(oneline)
Name: fcitx-ui-light
Version: 0.1.3
Release: alt2
Summary: Light UI for fcitx
Packager: Ilya Mashkin <oddity at altlinux.ru>
Group: System/Libraries
License: GPLv2+
Url: http://code.google.com/p/fcitx/
Source0: http://fcitx.googlecode.com/files/%name-%version.tar.bz2

BuildRequires: ctest cmake fcitx-devel gettext intltool libcurl-devel
BuildRequires: fontconfig fontconfig-devel libXpm-devel libXft-devel
BuildRequires: desktop-file-utils
Requires: fcitx
Source44: import.info

%description
Light UI is a light-weight user interface for fcitx.

%prep
%setup -n %name-%version

%build
mkdir -pv build
pushd build
%fedora_cmake ..
make %{?_smp_mflags} VERBOSE=1

%install
pushd build
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
popd

desktop-file-install --delete-original \
 --dir $RPM_BUILD_ROOT%_datadir/applications \
 $RPM_BUILD_ROOT%_datadir/applications/fcitx-light.desktop

cat << EOF > %name.lang
%lang(zh) /usr/share/locale/zh_TW/LC_MESSAGES/fcitx-light-ui.mo
%lang(zh) /usr/share/locale/zh_CN/LC_MESSAGES/fcitx-light-ui.mo
EOF

%files -f %name.lang
%doc README COPYING AUTHORS
%_datadir/fcitx/configdesc/*.desc
%_datadir/fcitx/addon/*.conf
%_libdir/fcitx/*.so
%_datadir/applications/fcitx-light.desktop

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin