update translator
This commit is contained in:
parent
7fb67e2023
commit
ef69edb759
6032
0001-fix-translator-update-translator.patch
Normal file
6032
0001-fix-translator-update-translator.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: kiran-control-panel
|
||||
Version: 2.3.1
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Kiran Control Panel
|
||||
Summary(zh_CN): Kiran桌面控制面板
|
||||
|
||||
@ -9,6 +9,7 @@ Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
Patch0001: 0001-feature-audio-fix-unplugging-headphones-causes-crash.patch
|
||||
Patch0002: 0001-build-system-add-system-plugin-build-library-printsu.patch
|
||||
Patch0003: 0001-fix-translator-update-translator.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake >= 3.2
|
||||
@ -130,7 +131,6 @@ make %{?_smp_mflags}
|
||||
#network
|
||||
%{_sysconfdir}/xdg/autostart/kiran-network-status-icon.desktop
|
||||
%{_bindir}/kiran-network-status-icon
|
||||
%{_datadir}/kiran-control-panel/translations/*
|
||||
|
||||
#display
|
||||
%{_datadir}/kiran-cpanel-display/translations/*
|
||||
@ -144,9 +144,20 @@ make %{?_smp_mflags}
|
||||
#system
|
||||
%{_datadir}/kiran-cpanel-system/translations/*
|
||||
|
||||
#appearance
|
||||
%{_datadir}/kiran-cpanel-appearance/translations/*
|
||||
|
||||
#keybinding
|
||||
%{_datadir}/kiran-cpanel-keybinding/translations/*
|
||||
|
||||
#keyboard
|
||||
%{_datadir}/kiran-cpanel-keyboard/translations/*
|
||||
|
||||
#timedate
|
||||
%{_datadir}/kiran-cpanel-timedate/translations/*
|
||||
|
||||
%files -n kiran-cpanel-launcher
|
||||
%{_bindir}/kiran-cpanel-launcher
|
||||
%{_datadir}/kiran-control-panel/translations/kiran-cpanel-launcher*
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/kiran-control-panel
|
||||
@ -157,6 +168,9 @@ make %{?_smp_mflags}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Tue Jul 12 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.1-4
|
||||
- KYOS-B: fix kiran control panel translator
|
||||
|
||||
* Mon Jul 11 2022 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.3.1-3
|
||||
- KYOS-B: fix system infomation plugin build require
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user