Commit graph

224 commits

Author SHA1 Message Date
Martin Rotter
25f35227e4 fix build 2025-05-12 09:32:44 +02:00
Martin Rotter
9547510ffe enable appimage without creating release 2025-05-12 09:07:05 +02:00
Martin Rotter
f46957f843 disable stupid appimagetool deployment completely, now, the flatpak will be official for linux or compile. 2025-04-29 07:46:20 +02:00
Martin Rotter
e5053e4fa3 ubuntu build 2025-04-17 10:25:55 +02:00
Martin Rotter
a496dc0cac ubuntu build 2025-04-17 10:17:39 +02:00
Martin Rotter
4729fde6f2 ubuntu build 2025-04-17 10:03:07 +02:00
Martin Rotter
4954056530 ubuntu build 2025-04-17 09:59:16 +02:00
Martin Rotter
5e0854c2de ubuntu build 2025-04-17 09:53:52 +02:00
Martin Rotter
7ab5ab7fc2 ubuntu build 2025-04-17 09:52:12 +02:00
Martin Rotter
55e3f20f66 save 2025-04-17 08:12:53 +02:00
Martin Rotter
9d212c7063 try to fix aqt mirrors, use defaults 2025-04-17 06:48:31 +02:00
Martin Rotter
c3911bd0bd copy openssl backend plugin 2025-04-08 15:01:45 +02:00
Martin Rotter
8cb39d108b copy openssl backend plugin 2025-04-08 14:52:18 +02:00
Martin Rotter
df8485ee67 codesign 2025-04-03 08:08:37 +02:00
Martin Rotter
d009769041 codesign 2025-04-03 07:13:47 +02:00
Martin Rotter
504e685d4a remove predefined google oauth id/secret, each user now has to use their own 2025-04-01 09:06:51 +02:00
Martin Rotter
a0a8faa356 qt version 2025-04-01 08:31:55 +02:00
Martin Rotter
81a28fe972 bit of a refactorings 2025-04-01 08:11:57 +02:00
Martin Rotter
746e9affd2 fix build 2025-02-07 10:50:04 +01:00
Martin Rotter
fe9bb4a5ad fix build 2025-02-07 10:35:21 +01:00
Martin Rotter
a5ab678848 bump qt/mariadb versions 2025-02-07 10:20:46 +01:00
Martin Rotter
492aaa82ba bump qt/mariadb versions 2025-02-07 10:11:18 +01:00
Martin Rotter
5d15f29a8e mariadb version 2024-11-13 11:19:41 +01:00
Martin Rotter
187c2f6cb0 Revert "qt 6.8.0"
This reverts commit a1d83520a2.
2024-10-09 08:55:30 +02:00
Martin Rotter
a1d83520a2 qt 6.8.0 2024-10-09 08:48:02 +02:00
Martin Rotter
4ce2d32872 versions 2024-09-27 09:33:09 +02:00
Martin Rotter
37745351fa use gh token for gh API calls 2024-07-26 07:05:17 +02:00
Martin Rotter
5d08571bc0 use gh token for gh API calls 2024-07-26 07:01:58 +02:00
Martin Rotter
88f52111c8 use gh token for gh API calls 2024-07-26 06:59:17 +02:00
Martin Rotter
b9c4e78fa0 automatize versions of zlib and cmake too 2024-07-25 10:24:40 +02:00
Martin Rotter
5a3fff9ea5 automatize versions of zlib and cmake too 2024-07-25 09:42:05 +02:00
Martin Rotter
b90c5f7139 automatize versions of zlib and cmake too 2024-07-25 09:18:01 +02:00
Martin Rotter
8537efc787 fetch newest releases of ytdlp and mpv automagically 2024-07-25 07:08:50 +02:00
Martin Rotter
41d4eddb44 bump build versions 2024-06-20 07:24:23 +02:00
Martin Rotter
c5cf8bda5c libmpv commit 2024-06-04 11:13:38 +02:00
Martin Rotter
3ef1613117 update deps 2024-06-04 09:26:55 +02:00
Martin Rotter
02f64e247b fix duplicate names 2024-05-29 14:16:50 +02:00
Martin Rotter
04432cd1c4 deploy libmpv only if neeeded 2024-05-20 15:07:52 +02:00
Martin Rotter
6d9a970543 do not use libmpv on qt5/windows builds 2024-05-20 14:41:55 +02:00
Martin Rotter
4a85d10778 do not use libmpv on qt5/windows builds 2024-05-20 14:37:08 +02:00
Martin Rotter
dce311c2ec aqt 2024-05-09 08:59:03 +02:00
Martin Rotter
cd24bcd649 fixes #1017 2024-04-19 13:11:07 +02:00
Martin Rotter
516045bd28 update deps 2024-04-15 09:42:21 +02:00
Martin Rotter
4ce7b547d7 qt 6.6.3 because 6.7.0 has some regression 2024-04-09 08:20:45 +02:00
Martin Rotter
c65fb31f19 automatically de-escape all contents 2024-04-03 12:18:15 +02:00
Martin Rotter
6cf2717ede new version 2024-03-15 07:13:13 +01:00
Martin Rotter
12754aa72a PDB for releases too 2024-03-14 14:31:42 +01:00
Guilherme Silva
a0d6fc2d63
Linux: Fixes for AppStream metadata validation using appstreamcli (#1302)
* Linux: Remove redundant 'content_rating' tag in AppData file

This fixes a validation error given by appstreamcli:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
E: io.github.martinrotter.rssguardlite:69: tag-duplicated content_rating

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-tag-duplicated

* Linux: Replace deprecated 'developer_name' tag in AppData file

This is not strictly necessary, but it does fix a deprecation message
shown when validating with appstreamcli, a tool that replaced
appstream-util:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
I: io.github.martinrotter.rssguardlite:8: developer-name-tag-deprecated

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-developer-name-tag-deprecated

* Linux: Replace appstream-util by appstreamcli to validate AppData file

The appstream-util tool (from appstream-glib) is essentially deprecated
in favor of appstreamcli (from appstream):

https://github.com/hughsie/appstream-glib
2024-02-21 19:19:37 +01:00
Martin Rotter
45f676713a fix build 2024-02-21 12:42:30 +01:00
Martin Rotter
cff455af12 fix build 2024-01-22 10:04:37 +01:00