AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
308 stars 58 forks source link

Bootstrap fixes #345

Closed damoclark closed 7 months ago

damoclark commented 7 months ago

A range of fixes to allow appimage-builder to bootstrap an appimage of itself.

  1. Reverted commits implementing pydpkg for version comparison as it breaks the use of "continuous" as a git tag and version for things like AppRun. Recipes that use continous as the version continue to work.
  2. Updated the recipe to use Ubuntu 22.04 and Python3.10
  3. Updated the recipe to include the new comp option
  4. Added instructions to the recipe for how to bootstrap build an appimage out of appimage-builder

This PR will allow the release of a new version of appimage-builder and creation of new .AppImage release file.

damoclark commented 7 months ago

Ignore this PR. Reverting pydpkg breaks elsewhere. A new PR is coming with the recipe's updated to use AppRun v2.0.0 which is a version number format compatible with pydpkg.