aboutsummaryrefslogtreecommitdiff
path: root/appimage
Commit message (Collapse)AuthorAge
* updated changelog; added unity-menubar.patchohfp2021-01-07
|
* Set default XDG_DATA_DIRS in AppRun if unsetohfp2020-12-31
| | | | | This fixes #139 by providing default values for `XDG_DATA_DIRS` when `XDG_DATA_DIRS` is not set on the host system the AppImage is run on.
* Make it pass desktop-file-validateprobonopd2020-05-16
|
* Drop AppImage validationohfp2020-05-08
| | | | | | | The AppImage validation tools complain even when one follows their recommendations on supplying AppStream metadata and with correctly named files. I'm now starting to understand why most AppImages don't bother with it.
* v76.0-1ohfp2020-05-07
|
* Use correct appstream data location for AppImageohfp2020-04-10
| | | | | Also installs some tools for appstream validation, which unfortunately show that currently the appstream file used has some issues.
* fix appimage creating a new profile folder on each launch; sanitize desktop ↵ohfp2020-03-31
| | | | file; fix icon symlink
* small AppStream and AppImage fixesohfp2020-03-31
|
* add dependency to get libdbus-soohfp2020-03-31
|
* fix variable typo in appimage scriptohfp2020-03-31
|
* add appstream metadata to flatpak and appimage; include libdbus-glib-1.so.2 ↵ohfp2020-03-31
| | | | in appimage as well, just in case
* appdir-lint demands a png; fix variable in configure-source scriptohfp2020-03-31
|
* bzip2 dependency for appimage scriptohfp2020-03-30
|
* typos and fix pipeline variable nameohfp2020-03-28
|
* de-Archify some aspects of builds and -scripts; allow to initiate separate ↵ohfp2020-03-28
| | | | steps manually; first attempt to build tarball on ubuntu 16.04
* Partial rewrite of build processohfp2020-03-06
| | | | | | | | | | Switching to an Arch based build process for easier maintenance and using specific runners for tasks where that might be necessary. Right now, parent/child pipelines for somewhat parallel builds for different architectures / semi-independent pak-builds don't seem to properly work yet due to `trigger:` not being recognized when it should, so that's not yet implemented.
* fix appimage buildBeatLink2019-08-24
|
* fix appimage buildBeatLink2019-08-24
|
* fix appimage buildBeatLink2019-08-18
|
* fix buildBeatLink2019-08-17
|
* move linux files to top levelBeatLink2019-08-16
bgstack15