Sync with upstream - #5
Draft
FabianLars wants to merge 27 commits into
Draft
Conversation
* Add support for installing girepository typelibs This allows for apps that use other language bindings to be packaged using linuxdeploy. For example, PyGObject uses the typelibs to introspect bindings for Python. * Add additional default pkg-config locations Use default locations for Ubuntu in case libgtk-3-dev and librsvg2-dev are not installed. A Python app wouldn't normally require these dependencies, so use default values as a fallback during packaging for linuxdeploy. * Fix failure if symbolic links already exist * Fix gobject-introspection-1.0 library not found The default typelib directory was incorrectly pointing to a location for rpm based distros which was causing CI to fail with a library not found error. * Add additional dependencies to test typelibs * Update dependencies for GTK4 to include typelibs
* Add a how it works section to the README * Fix formatting
This environment variable must not contains '/modules' at the end. Example: https://fr.mathworks.com/help/matlab/matlab_env/remove-canberra-gtk-module-and-pk-gtk-module-messages.html Related to #2
Fix linuxdeploy#40 --------- Co-authored-by: TheAssassin <theassassin@assassinate-you.net>
…y#45) * Ensure /usr/lib64 isn't used inside final AppImage. * Correct some additional lib64 paths. * Ensure path is quoted in case of spaces in path. * Correct symlink path. * Include the trailing slash in the matching path for symlinks.
It fixes following warning: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Fix search_library_path() on Debian i386
- Do not prioritize /usr/lib or /usr/lib64 if dpkg-architecture isn't found in the build environment - Normalize LD_GTK_LIBRARY_PATH to avoid opaque parameter substitution issues with its use later
In some distros GNOME 42 or later versions are not available, thus querying color-scheme will return an error.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
FabianLars
marked this pull request as draft
August 26, 2026 14:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.