Age | Commit message (Collapse) | Author |
|
Quicksaver abandoned his more complex extensions because they rely
heavily on an API which Mozilla will deprecate without properly
replacing features necessary for the Add-Ons to work. [1]
Users upgrading should be prepared for the package to stop working as
announced. Users trying to first install even after the critical Firefox
version are also notified unconditionally.
[1]: as explained on http://fasezero.com/addons/
|
|
Some minor updates come with this last update. The extension is
discontinued as the underlying API is deprecated in November starting
with Firefox 57.
|
|
Many bugs were fixed.
|
|
Despite the information given out via the API, Firefox actually permits
installation of some extensions reported incompatible, which then work
fine. This is because Firefox' internal mechanism determines that these
extensions should be compatible by itself and subsequently refrains from
even querying the API to begin with.
The version range in the depends array should reflect this. The new
condition set models how Firefox and Thunderbird decide compatibility to
smoothen future updates.
|
|
The git-makepkg-templates switched to dynamic adaptation to integrity
checks chosen in makepkg.conf. [1] The default checksums chosen reflect
recommendations from the Arch Linux Wiki and manual pages. [2]
[1]: https://github.com/dffischer/git-makepkg-templates/commit/e84d04b
[2]: https://aur.archlinux.org/cgit/aur.git/commit/?h=git-makepkg-templates-git&id=c2ccaaa
|
|
Besides fixing some bugs, this adjusts compatibility for newer Firefox
versions.
|
|
The package version function for all templates including
source-git-plain broke since pacman reversed the order in which pkgver
and prepare are run. The commit "run pkgver() in srcdir" partially
restored it to a working state in which the version number was found.
However, since the prepare function still removed the git directory, no
revision number and commit hash could be appended in the pkgver function
running afterwards.
Now that the git directory does not not end up in the package any more
because of the recent exclusion of hidden files from installation, it
can be left present for the pkgver function to use without containing
any further process.
|
|
It improves on bugs and translations.
|
|
This reverts "add mksrcinfo header".
The .SRCINFO is now generated by "makepkg --printsrcinfo" which does no
longer include any header since commit f63854f [1], released with pacman
version 5.0.1.
[1]: https://projects.archlinux.org/pacman.git/commit/?id=f63854fa96f658ca5bdf2c21a1cd33cf4e3fbdbd
|
|
Since pacman version 5.0.1, prepare() runs before pkgver(). Restoring
the function to a working state actually saves a directory change as
they now find the sources already moved down.
|
|
It keeps icons in toolbar buttons to size.
|
|
Other packages usually depend on the package without any -git suffix.
This makes it possible to als satisfy these dependency requirements when
they target specific versions or version ranges.
|
|
Among updates in the backbone, this version fixes FT DeepDark theme
compatibility and adds the sl locale.
|
|
Among updates in the backbone, this version fixes some bugs, mainly for
interoperability with other extensions and updates locales.
|
|
The new version of mksrcinfo released with the recent update to
pkgbuild-introspection adds a header to all .SRCINFO files.
|
|
Among updates in the backbone, this version fixes a bug while resizing
multiple sidebars.
|
|
This update tries to keep some popups from jumping around.
|
|
|
|
|
|
|
|
|
|
|
|
|