Age | Commit message (Collapse) | Author |
|
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.
|
|
As the pkgver function even runs before prepare, it is not possible to
move its contents down a directory level. Thus, the JSON description
should be found also when still in a subdirectory at this point of time.
|
|
This enables the package manager to detect a compatibility problem
between Firefox and the extension.
|
|
|
|
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 also enables one part of the split package to depend on other parts
from the same build or at least built from the same version, which
ensures compatibility.
|
|
The new version of mksrcinfo released with the recent update to
pkgbuild-introspection adds a header to all .SRCINFO files.
|
|
Amongst other minor changes, this adds support for Firefox version 42.
|
|
As it is not used explicitly before being overwritten in, the first
assignment only reorders the .SRCINFO a little and can thus be removed.
|
|
The extension is used to configure the theme found in the same split
PKGBUILD, so both should come with the same version so to interact
properly.
|
|
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.
|
|
|
|
|