Commit d4a95427 authored by Vitaly Lipatov's avatar Vitaly Lipatov

20220411-alt3

- fix kdialog detection again - run from menu with terminal enabled - disable version checking
parent bb2877dc
......@@ -58,6 +58,8 @@ subst 's|winetricks_latest_version_check$||' src/winetricks
%makeinstall_std
# some tarballs do not install appdata
install -m0644 -D -t %buildroot%_datadir/metainfo src/%name.appdata.xml
# hack for empty output to console
subst 's|Terminal=false|Terminal=true|' %buildroot%_desktopdir/%name.desktop
%check
desktop-file-validate %buildroot%_desktopdir/%name.desktop
......@@ -74,6 +76,11 @@ desktop-file-validate %buildroot%_desktopdir/%name.desktop
#exclude %_datadir/appdata/%name.appdata.xml
%changelog
* Wed Jun 15 2022 Vitaly Lipatov <lav@altlinux.ru> 20220411-alt3
- fix kdialog detection again
- run from menu with terminal enabled
- disable version checking
* Mon May 23 2022 Vitaly Lipatov <lav@altlinux.ru> 20220411-alt2
- fix kdialog detection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment