Age | Commit message (Collapse) | Author |
|
This keeps the git directory in place so that the pkgver function yields
correct numbers afterwards.
|
|
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.
|
|
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.
|
|
Hidden files are normally 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.
At this moment, there are no hidden files in this extension. So this
change happens just in anticipation to future additions and not raising
the need to increment the pkgrel.
|
|
No semantical break is intended to be indicated here.
|
|
It fixes some bugs and improves compatibilities.
|
|
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 fixes some bugs with color theme and style configuration.
|
|
This fixes a some bugs, for instance with HiDPI screens, and makes the
Adaptable Search Bar also available in isolation.
|
|
This fixes a bug resetting values when re-opening the preferences tab.
|
|
Apart from updates to the backbone, minor improvements and bugfixes,
the features in this update aim to superceed the Omnibar extension,
incorporating its features to unify location and search bar.
|
|
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.
|
|
This update tries to keep some popups from jumping around.
|
|
|
|
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.
|
|
|
|
With version 1.3, "The Fox, Only Better" was renamed to "Beyond
Australis". The package name should reflect this.
|
|
|
|
|
|
|