aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Improve the Flatpak build processohfp2021-01-01
| | | | | | | | | | | | | | | | | .desktop file, icon and appdata are now properly exported by flatpak. "Wayland first" flatpak, falling back to X11 if not on Wayland. Note: this is currently potentially broken on many systems (ie. font rendering is broken). See https://github.com/flatpak/flatpak/issues/2861. Might work when using Wayland + Gnome, does not seem to work on Arch + Sway (couldn't get it working with any workaround for now). Several smaller issues addressed. A few untested issues might remain (Screensharing, WebRTC/Camera access) Addresses (at least partially): #128, #132, #131, #118
* 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.
* update Changelog and add a note to the Readmeohfp2020-12-25
|
* drop rust fixed versionohfp2020-12-20
|
* v84.0-1ohfp2020-12-20
|
* workaround for build issue with rust 1.48.0HEADmasterohfp2020-11-23
|
* v83.0-1ohfp2020-11-21
|
* v82.0.3-1ohfp2020-11-10
|
* v82.0.2-1ohfp2020-10-29
|
* v81.0.2-1ohfp2020-10-18
|
* v81.0-2 – Changelogohfp2020-10-02
|
* v81.0-2ohfp2020-09-30
|
* v80.0.1-1ohfp2020-09-06
|
* changed tarball pathohfp2020-08-27
|
* actually use the added py3.5 patch for debianohfp2020-08-27
|
* fix pwd/obj path substition failing in scriptohfp2020-08-27
|
* v80.0.1ohfp2020-08-27
|
* add pcsc socket for smartcard access with flatpakohfp2020-08-26
|
* Merge branch 'TheMainOne/linux-master' into masterohfp2020-08-26
|\
| * Move content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf}TheMainOne2020-08-24
| |
| * Restrict $HOMETheMainOne2020-08-24
|/
* v79.0-1 #5: python >= 3.5 for deb/xenial buildohfp2020-07-31
|
* v79.0.1 #4ohfp2020-07-31
|
* v79.0.1 #3 – missing patch downloadohfp2020-07-31
|
* v79.0-1 #2ohfp2020-07-31
| | | | Fix some wrong build options for aarch64; correct patch pathes
* v79.0-1ohfp2020-07-30
| | | | | | Also (re-)adds some debian armhf-patches – not really needed, but making it easier to apply the libstdc++-related patches without having to modify them.
* Fix version number typoShreyas Minocha2020-07-12
|
* v78.0.2-1ohfp2020-07-10
|
* fix broken debian patch (whitespace issue)ohfp2020-07-02
|
* v78.0.1-1ohfp2020-07-02
|
* update megabar patchohfp2020-07-01
|
* v78.0.1-1ohfp2020-07-01
|
* fix broken megabar-removal / urlbarohfp2020-06-08
|
* v77.0.1-1ohfp2020-06-06
|
* Make it pass desktop-file-validateprobonopd2020-05-16
|
* v76.0.1-1ohfp2020-05-08
|
* bump pkgrel for new buildsohfp2020-05-08
|
* fix missing locales from removed extension breaking the build when building ↵ohfp2020-05-08
| | | | a profiled browser
* 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
|
* Mention other builds in the readmeShreyas Minocha2020-04-15
|
* slightly improved Changelog structureohfp2020-04-10
|
* 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.
* Merge branch 'remove_plugin_certificates' into 'master'ohfp2020-04-10
|\ | | | | | | | | | | | | Remove plugin certificates and some pre-installed extensions Closes #59 and #112 See merge request librewolf-community/browser/linux!8
| * Remove mozilla plugin certificates, fixes #112ohfp2020-04-10
|/ | | | | | | | | Via `sed` instead of a patch, in the hope that it might be less of a maintenance burden compared to patch witch changes in the file to patch with subsequent upstream releases. Should only be merged once it's ensured there are no unforseen side effects when built with the Plugin Certificates removed.
* update changelogohfp2020-04-08
|
* try a fixed cbindgen versionohfp2020-04-08
|
* include new patches for old ubuntu build to build 75.0ohfp2020-04-07
|
* update deb patchesohfp2020-04-07
|
* v75.0-1 PKGBUILDohfp2020-04-07
|
bgstack15