Fix build on riscv64

This commit is contained in:
misaka00251 2024-04-23 16:33:49 +08:00
parent 41a8f28794
commit 19e573598d
No known key found for this signature in database
GPG Key ID: 1F50F0319B8BAFCB

View File

@ -1,6 +1,6 @@
Name: dde-file-manager Name: dde-file-manager
Version: 5.7.8.1 Version: 5.7.8.1
Release: 2 Release: 3
Summary: Deepin File Manager Summary: Deepin File Manager
License: GPLv3 License: GPLv3
URL: https://github.com/linuxdeepin/dde-file-manager URL: https://github.com/linuxdeepin/dde-file-manager
@ -155,7 +155,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/dde-home.desktop ||:
%{_bindir}/%{name} %{_bindir}/%{name}
%{_bindir}/%{name}-daemon %{_bindir}/%{name}-daemon
%{_bindir}/%{name}-pkexec %{_bindir}/%{name}-pkexec
%ifnarch x86_64 %ifnarch x86_64 riscv64
%{_bindir}/*.sh %{_bindir}/*.sh
%{_sysconfdir}/xdg/autostart/dde-file-manager-autostart.desktop %{_sysconfdir}/xdg/autostart/dde-file-manager-autostart.desktop
%endif %endif
@ -239,6 +239,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/dde-home.desktop ||:
%{_datadir}/dbus-1/services/com.deepin.dde.desktop.service %{_datadir}/dbus-1/services/com.deepin.dde.desktop.service
%changelog %changelog
* Tue Apr 23 2024 misaka00251 <liuxin@iscas.ac.cn> - 5.7.8.1-3
- Fix build on riscv64
* Wed Apr 17 2024 liuzhilin <liuzhilin@uniontech.com> - 5.7.8.1-2 * Wed Apr 17 2024 liuzhilin <liuzhilin@uniontech.com> - 5.7.8.1-2
- fix build error - fix build error