summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2020-08-09Initialize a package to build the GRUB for the Xen platformChris Chapman
Since the time pvgrub2 was adopted by the GRUB [1], the AUR has not had a package that built GRUB2 for the Xen platform. I thought about contributing a patch to the `grub-git` AUR package, but since it would double their build targets (and compile time) for a purpose that was probably not important or useful for most of the users of that package (and since this also seemed like too much for this package to take on as well), I thought it might be better to fork their project and create a new package that would address all the GRUB-ish needs of Xen. The intent is that this would follow `grub-git`, rebasing it on that package as needed. Also some of these patches might be useful upstream, either for the `grub-git` AUR package or for the GRUB project itself. [1]: https://lists.xen.org/archives/html/xen-devel/2013-11/msg01216.html
2020-02-06Mirror changes to grub.default in [Core]Llewelyn Trahaearn
2019-06-12Resolve build issues that appeared after upstream commit ↵Llewelyn Trahaearn
[35b909062e7b334eb4af372be3260d0f62d85375]. Use HTTPS for sources.
2019-04-01Update PKGBUILD to accommodate changes in upstream commit ↵Llewelyn Trahaearn
35b909062e7b334eb4af372be3260d0f62d85375
2019-01-21Trim down pkgver()Llewelyn Trahaearn
2019-01-20Cleanup white space for consistent appearance.Llewelyn Trahaearn
2019-01-20Major rewrite of build() and package() for increased readability and easier ↵Llewelyn Trahaearn
maintenance of the PKGBUILD.
2018-07-26Remove duplicate symbol workaround for i386-efi build as this has been ↵Llewelyn Trahaearn
resolved upstream.
2018-07-11Mirror changes in [Core], including FreeType pkg-config fix.Llewelyn Trahaearn
2018-06-13Adopt FreeType fixes from Debian. Added conditional to fix issues with ↵Llewelyn Trahaearn
i386-efi builds.
2018-01-26Update Unifont to 10.0.06Llewelyn Trahaearn
2017-09-04Cleanup source array.Llewelyn Trahaearn
2017-04-26Update to latest version and tune statements.Llewelyn Trahaearn
2017-03-19Bumpt to current version.Llewelyn Trahaearn
2017-02-27Bump to latest upstream commit.Llewelyn Trahaearn
2017-02-22Remove superfluous new line.Llewelyn Trahaearn
2017-02-22Update to latest upstream commit.Llewelyn Trahaearn
2017-02-15Alphabetize dependencies.Llewelyn Trahaearn
2017-02-12Fix pkgver() to trim 'grub.' out of the git tags.Llewelyn Trahaearn
2017-02-11Rebase on latest PKBUILD from [Core].Llewelyn Trahaearn
2015-06-08Initial commitKeshav Amburay