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:
committed by
Git OBS Bridge
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
|
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
|
export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
|
||||||
PREFIX=%{_prefix}
|
PREFIX=%{_prefix}
|
||||||
|
|
||||||
%qmake5 METAINFODIR="%{_datadir}/appdata" -unix texmaker.pro
|
find ./ -name ".qmake.stash" -delete -print
|
||||||
|
%qmake5 METAINFODIR="%{_datadir}/metainfo" -unix texmaker.pro
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -74,7 +75,7 @@ PREFIX=%{_prefix}
|
|||||||
%{_datadir}/applications/texmaker.desktop
|
%{_datadir}/applications/texmaker.desktop
|
||||||
%{_datadir}/pixmaps/texmaker.png
|
%{_datadir}/pixmaps/texmaker.png
|
||||||
%{_datadir}/texmaker/
|
%{_datadir}/texmaker/
|
||||||
%dir %{_datadir}/appdata
|
%dir %{_datadir}/metainfo
|
||||||
%{_datadir}/appdata/%{name}.appdata.xml
|
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user