Accepting request 688025 from home:badshah400:branches:Publishing
- Remove a cache file .qmake.stash, the presence of which causes build failures on openSUSE Leap 15.1 and 15.0. - Move appdata file to metainfo dir which is the standard now. OBS-URL: https://build.opensuse.org/request/show/688025 OBS-URL: https://build.opensuse.org/package/show/Publishing/texmaker?expand=0&rev=87
This commit is contained in:
parent
daa6d0e589
commit
4bdf9177c0
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 16:30:52 UTC 2019 - badshah400@gmail.com
|
||||
|
||||
- Remove a cache file .qmake.stash, the presence of which causes
|
||||
build failures on openSUSE Leap 15.1 and 15.0.
|
||||
- Move appdata file to metainfo dir which is the standard now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 9 16:19:31 UTC 2019 - badshah400@gmail.com
|
||||
|
||||
|
@ -61,7 +61,8 @@ DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
|
||||
export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
|
||||
PREFIX=%{_prefix}
|
||||
|
||||
%qmake5 METAINFODIR="%{_datadir}/appdata" -unix texmaker.pro
|
||||
find ./ -name ".qmake.stash" -delete -print
|
||||
%qmake5 METAINFODIR="%{_datadir}/metainfo" -unix texmaker.pro
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
@ -74,7 +75,7 @@ PREFIX=%{_prefix}
|
||||
%{_datadir}/applications/texmaker.desktop
|
||||
%{_datadir}/pixmaps/texmaker.png
|
||||
%{_datadir}/texmaker/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user