Fix Flatpak installation path for Adwaita style plugin
This commit is contained in:
parent
3553001986
commit
0cf565c454
@ -1,6 +1,6 @@
|
||||
Name: adwaita-qt
|
||||
Version: 1.4.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: LGPLv2+ and GPLv2+
|
||||
Summary: Adwaita theme for Qt-based applications
|
||||
|
||||
@ -72,7 +72,11 @@ developing applications that use libadwaita-qt6.
|
||||
|
||||
%build
|
||||
%global _vpath_builddir %{_target_platform}-qt5
|
||||
%if 0%{?flatpak} && 0%{?fedora} >= 36
|
||||
%cmake -DQT_PLUGINS_DIR=%{_libdir}/qt5/plugins
|
||||
%else
|
||||
%cmake
|
||||
%endif
|
||||
%cmake_build
|
||||
|
||||
%global _vpath_builddir %{_target_platform}-qt6
|
||||
@ -121,6 +125,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig/adwaita-qt6.pc
|
||||
%{_libdir}/libadwaitaqt6priv.so
|
||||
|
||||
%changelog
|
||||
* Thu May 19 2022 Jan Grulich <jgrulich@redhat.com> - 1.4.1-5
|
||||
- Fix Flatpak installation path for Adwaita style plugin
|
||||
|
||||
* Thu Apr 21 2022 Jan Grulich <jgrulich@redhat.com> - 1.4.1-4
|
||||
- Rebuild (Qt6)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user