Commit Graph

8 Commits

Author SHA1 Message Date
Kevin Cox
197b168f99
sparkleshare: Remove fallback to Flatpak image
The upstream .desktop file has a fallback to flatpack. It is only intended to run if `sparkleshare` isn't in the user's path. But to make matters even worse it will also run if `sparkleshare` exists with a failure code.

Remove this fallback to ensure that users don't download and run unpinned and untrusted code from the internet.
2023-12-08 20:38:41 -05:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Ben Siraphob
a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Moritz Schaefer
b78ec60157 sparkleshare: add missing 'bash' dependency
Sparkleshare requires 'sh' to be in its PATH, or push-operations fail. Its PATH consists of a single entry, which is configured in the postInstall phase. The bash-derivative includes 'sh', and adding it to the dependencies resolves the issue.
2021-01-09 12:33:29 +01:00
R. RyanTM
17ed388517 sparkleshare: 3.28 -> 3.38 2020-12-01 09:22:54 +00:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Kevin Cox
c6268906e7
sparkleshare: Add git-lfs dependency.
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
2020-09-07 10:22:19 -04:00
Kevin Cox
2cd9dd502c sparkleshare: init at 3.28 2020-09-01 12:09:52 -04:00