Skip to content

Sync with upstream - #5

Draft
FabianLars wants to merge 27 commits into
masterfrom
sync
Draft

Sync with upstream#5
FabianLars wants to merge 27 commits into
masterfrom
sync

Conversation

@FabianLars

Copy link
Copy Markdown
Member

No description provided.

danyeaw and others added 27 commits June 11, 2022 17:15
* 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
FabianLars marked this pull request as draft August 26, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants