summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-09-19Improve python3 path enforcementRafael Fontenelle
Previous patch applied only to python3 finding. However, the version definition also uses python3 binary from PATH. Now the patch enforces all python3 occurrence in meson.build is called using /usr/bin/python3.
2022-09-18Enforce the use of official python packageRafael Fontenelle
AUR users have been reporting build failures when meson tries to find python3 installation because it hits their non-official Python environment added to the PATH environment variable. Enforcing /usr/bin/python3 should solve this problem as this path belongs to the python package in Arch's official repositories.
2022-09-16Update to 42.1Rafael Fontenelle
2022-08-14package: move destdir arg to lastRafael Fontenelle
2022-08-14Fix pkgver generationRafael Fontenelle
2022-07-27Update to 42.0Rafael Fontenelle
2022-07-14Remove python-requests dependencyRafael Fontenelle
No longer needed as of https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/commit/71a0da829924ec85264e4451ab96e7f297dc844e
2022-07-13Replacement for chrome-gnome-shellRafael Fontenelle
See: https://gitlab.gnome.org/GNOME/gnome-browser-extension/-/merge_requests/9