1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Brenden Matthews
e686a5f991 Set RELEASE=ON only when it's a release 2024-04-25 20:13:02 -04:00
Brenden Matthews
e2147bd5d7 Re-enable RSS in AppImage, also enable in Nix flake
The behaviour of the RSS flag changed in 4936c74, previously it would
enable cURL support when it was switched on, but now you must pass both
BUILD_RSS=ON and BUILD_CURL=ON to CMake at configure time.

This fixes #1861.
2024-04-25 20:13:02 -04:00
Brenden Matthews
ddb0d70708 Rotate appimage signing key 2024-02-29 10:29:58 -05:00
Brenden Matthews
9f9640ded8 Check librsvg version before enabling 2024-02-29 10:22:08 -05:00
Brenden Matthews
6af39252ed Only sign appimage if the signing key is available 2024-02-29 10:22:08 -05:00
Brenden Matthews
73d90d5976 Enable wayland in appimage build
This resolves #1759.
2024-02-28 20:23:50 -05:00
Brenden Matthews
dbe66565c9
Use the cmake commands here instead. (#1346)
* Use the cmake commands here instead.

* This command requires a dir arg.

* Use ctest command here.

* Limit CI to main & PRs.
2022-12-26 13:54:10 -05:00
Brenden Matthews
eb1968e43a
Try it this way instead. 2022-12-25 09:06:00 -05:00
Brenden Matthews
f0eb4a2ea9 Fix this install command fail. 2022-12-25 08:53:57 -05:00
Brenden Matthews
558891aab5 Use ninja instead of make in build. 2022-12-25 08:34:57 -05:00
Brenden Matthews
dd07a838c4 Build fixes for newly introduced Wayland support. 2022-12-24 11:29:19 -05:00
Brenden Matthews
e99a555097
Gzip the man page. 2022-10-14 23:34:06 -05:00
Brenden Matthews
ba363e1df9 Add man page to releases.
In addition to building an appimage for each commit to main and release,
we'll include the man page so people can grab it without having to
install pandoc.

This addresses #1247 and #1254.
2022-10-14 09:29:19 -04:00
Brenden Matthews
a73e6bcc0d
Add sha256sum for appimage artifact. 2022-09-12 13:15:12 -05:00
Brenden Matthews
d75a146889
Don't build tests in appimage. 2021-03-02 12:43:11 -06:00
Brenden Matthews
b27944af55
Enable most features in AppImage build (fixes 1064). 2021-03-02 12:40:22 -06:00
Brenden Matthews
b6213bdb26 Test make install target, and release build. 2019-03-09 18:39:47 -05:00
Brenden Matthews
89316a620f
Use appimagetool to generate final appimage. 2019-02-22 21:12:15 -05:00
Brenden Matthews
79383ab7fa
Specify appimage signing key ID. 2019-02-22 20:58:17 -05:00
Brenden Matthews
9d5bc64c23
Fix key import command. 2019-02-22 20:55:45 -05:00
Brenden Matthews
e13bd4a1fd
Revert "Don't bother cleaning up temp dir on appimage build."
This reverts commit 96cdd3b5d5.
2019-02-22 20:45:05 -05:00
Brenden Matthews
96cdd3b5d5
Don't bother cleaning up temp dir on appimage build. 2019-02-22 20:25:07 -05:00
Brenden Matthews
4ae019386b
Derp, fix it for real. 2019-02-22 19:39:21 -05:00
Brenden Matthews
1a932bd736
Actually fix appimage signing. 2019-02-22 19:24:30 -05:00
Brenden Matthews
31a0096879
Fix key signing path. 2019-02-22 19:05:27 -05:00
Brenden Matthews
c9c6126df8
App public key for signing appimage. 2019-02-22 18:46:03 -05:00
Brenden Matthews
2e029e8720 Add appimage signing key. 2019-02-22 18:43:00 -05:00
Brenden Matthews
14af88ddbd Add AppImage integration. 2019-01-08 19:44:24 -05:00