Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6a309b2ac |
||
|
|
5ddb363a13 |
||
|
|
3a7385c02d |
||
|
|
262fbf39ce |
3 changed files with 15 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -76,3 +76,9 @@ results_*/
|
|||
/fcitx5-5.1.12_dict.tar.zst.sig
|
||||
/fcitx5-5.1.13_dict.tar.zst
|
||||
/fcitx5-5.1.13_dict.tar.zst.sig
|
||||
/fcitx5-5.1.15_dict.tar.zst
|
||||
/fcitx5-5.1.15_dict.tar.zst.sig
|
||||
/fcitx5-5.1.16_dict.tar.zst
|
||||
/fcitx5-5.1.16_dict.tar.zst.sig
|
||||
/fcitx5-5.1.17_dict.tar.zst
|
||||
/fcitx5-5.1.17_dict.tar.zst.sig
|
||||
|
|
|
|||
13
fcitx5.spec
13
fcitx5.spec
|
|
@ -2,7 +2,7 @@
|
|||
%global __provides_exclude_from ^%{_libdir}/%{name}/.*\\.so$
|
||||
|
||||
Name: fcitx5
|
||||
Version: 5.1.13
|
||||
Version: 5.1.17
|
||||
Release: %autorelease
|
||||
Summary: Next generation of fcitx
|
||||
# Automatically converted from old format: LGPLv2+ - review is highly recommended.
|
||||
|
|
@ -46,6 +46,7 @@ BuildRequires: pkgconfig(xcb-icccm)
|
|||
BuildRequires: pkgconfig(xcb-keysyms)
|
||||
BuildRequires: pkgconfig(xkeyboard-config)
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: cmake(nlohmann_json)
|
||||
Requires: dbus-common
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
|
@ -101,7 +102,7 @@ This package will setup autostart and environment needed for fcitx5 to work prop
|
|||
|
||||
%build
|
||||
%cmake -GNinja
|
||||
%cmake_build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
|
@ -112,7 +113,7 @@ install -d %{buildroot}%{_datadir}/%{name}/table
|
|||
desktop-file-install --delete-original \
|
||||
--dir %{buildroot}%{_datadir}/applications \
|
||||
%{buildroot}%{_datadir}/applications/%{name}-configtool.desktop
|
||||
|
||||
|
||||
desktop-file-install --delete-original \
|
||||
--dir %{buildroot}%{_datadir}/applications \
|
||||
%{buildroot}%{_datadir}/applications/org.fcitx.Fcitx5.desktop
|
||||
|
|
@ -120,7 +121,7 @@ desktop-file-install --delete-original \
|
|||
desktop-file-install --delete-original \
|
||||
--dir %{buildroot}%{_datadir}/applications \
|
||||
%{buildroot}%{_datadir}/applications/%{name}-wayland-launcher.desktop
|
||||
|
||||
|
||||
# convert symlinked icons to copied icons, this will help co-existing with
|
||||
# fcitx4
|
||||
for iconfile in $(find %{buildroot}%{_datadir}/icons -type l)
|
||||
|
|
@ -128,7 +129,7 @@ do
|
|||
origicon=$(readlink -f ${iconfile})
|
||||
rm -f ${iconfile}
|
||||
cp ${origicon} ${iconfile}
|
||||
done
|
||||
done
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -147,7 +148,7 @@ fi
|
|||
|
||||
%files -f %{name}.lang
|
||||
%license LICENSES/LGPL-2.1-or-later.txt
|
||||
%doc README.md
|
||||
%doc README.md
|
||||
%config %{_xinputconf}
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-configtool
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (fcitx5-5.1.13_dict.tar.zst) = 474629c8951c7e1f7f8714fd7dcf3b1b59203815ee37c30a2e65bda77b4acbe4dd0a020024bea2e5a3183a3b73107cee69793a2e4719454cf3d6a70e2096a71f
|
||||
SHA512 (fcitx5-5.1.13_dict.tar.zst.sig) = ab985c909a4a7e5da4d2639218cf46aad28ec334fd1d6ac80ad8bd4c52b5416cf1b836420d0f23894090092fbeb23c0af74ca0c76e321c837a1f959b6fd52c6c
|
||||
SHA512 (fcitx5-5.1.17_dict.tar.zst) = fe3f13d7615ae823b0746bd731d0eac4df90b216c22c186c4f63ab71c0450f38adfa558e906a5493bb5eab873bffea913477c8dcb2ba7055668305cf995e235f
|
||||
SHA512 (fcitx5-5.1.17_dict.tar.zst.sig) = ea98a9ebaf3d77043b461bf8a6691c57e28d7149d19dcd9c54bc0e4923fd176c6435185a65960cdfdb47c0129983c027b31a3bbdb515c1226fb7240c5600a781
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue