summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-05-13propagate upstream updateXZS
Besides small improvements and bugfixes, the notification displaying when multiple messages arrive at once was improved. Version 1.9.9 was skipped as the pre-release numbers rolled over 10.
2016-11-17propagate upstream updateXZS
Notifications can now be filtered and aggregated. Clicking the notification body works now, too.
2016-11-17restructure paragraphsXZS
To improve readability, related functionality should be kept together, while different section are separated by multiple newlines.
2016-11-16leave contents as they areXZS
Firefox requires Add-Ons to have a valid signatures without the possibility to overwrite from version 48 on. Reducing the installed size by removing files unneeded on a Linux system is impossible without changing the signature. So to not break compatibility with stock Firefox, the package contents will remain untouched.
2016-10-31model compatibility by defaultXZS
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.
2016-05-12provide stable variantXZS
Mozilla plans to disallow the installation of unsigned extensions without override from coming version 47 on. [1] Signed variants can usually only be retrieved from addons.mozilla.org. So the new package ensures that users of unmodified Firefox can continue to use the respective Add-Ons in the future. [1]: https://wiki.mozilla.org/Add-ons/Extension_Signing
2016-04-22also move down hidden filesXZS
This keeps the git directory in place so that the pkgver function yields correct numbers afterwards.
2016-04-22exclude hidden filed in subdirectoriesXZS
Despite the wild card * not coping hidden files, this does not exclude such in subdirectories. A reliable method to exclude files by a pattern like "starting with a dot" would be rsync. But to not pull it in as an additional dependency, copy and find are preferred.
2016-04-20propagate upstream updateXZS
Thunderbird new mail notifications now have buttons.
2016-04-20leave git directory beXZS
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.
2016-04-20omit hidden filesXZS
The hidden files are only used to manage the source code of the extension. They are not needed in and have no direct relation to the compiled package and can thus be left out safely.
2016-04-15propagate upstream updateXZS
It brings new customization options to Thunderbird and translation updates.
2016-04-15exclude files specific to other platformsXZS
This package most probably installs on Linux, so windows and osx specific interfaces are likely never tempted to load.
2016-04-15generate bootstrap.jsXZS
Without this file, the extension only works partially, for example lacking user settings. Unfortunately, the tool generating it pulls in a whole lot of nodejs dependencies and cannot do so without packing all the files as an xpi, which has to be extracted again for installation.
2016-03-23propagate upstream updateXZS
Updated translations come with some improvements under the hood.
2016-03-05run pkgver() in srcdirXZS
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.
2016-02-16start search in git directoryXZS
This line was accidentally deleted when augmenting the sed call below with find, but is necessary for git operations further down the pkgver function.
2016-02-16propagate upstream updateXZS
Notification timeout can now be configures. Other changes only affect how the extension is built.
2016-02-16look for JSON descriptions in subdirectoriesXZS
The extension recently moved all sources in a subdirectory. As the pkgver function even runs before prepare, it is not possible to move its contents down a directory level. Thus, the JSON description is still in a subdirectory in this point of time.
2016-02-16adapt to new directory structureXZS
The relevant sources were recently moved into a dedicated directory. The package template expects everything it should install directly in the $srcdir. To restore compilation, the contents of the subdirectory have to be moved down, similar to how it is done with the git repository directory in the source-git-plain template. In turn, the new hierarchy makes it easier to then eliminate files not to be installed, as they now are mostly collected in directories.
2016-02-07propagate upstream updateXZS
Among minor translation updates, this update adds compatibility with the SOGo extension and allows to selectively disable RSS notifications.
2016-02-07version provided non-git variantXZS
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.
2015-10-27do not remove file that does not exist any moreXZS
2015-10-15externalize compatible version queryXZS
This makes it easier to switch out the location this information is retrieved from, should there be a more current source to query than the install.rdf file included in the Add-On itself.
2015-09-24propagate Firefox compatibilityXZS
Though the version did not change, this revision adds compatibility with the latest Firefox version recently released.
2015-08-06propagate upstream updateXZS
It adds and improves translations.
2015-07-30intital import from old AUR version 3XZS