summaryrefslogtreecommitdiff
path: root/libre/grub
AgeCommit message (Collapse)Author
2014-05-12grub-1:2.02.beta2-3.1: revert changes, disable advanced submenuAndré Fabian Silva Delgado
2014-05-11grub-1:2.02.beta2-3: remove 09_parabola configAndré Fabian Silva Delgado
2014-03-12repackage to fix trouble installing because were discovered that rebranded ↵André Fabian Silva Delgado
packages on [libre] with the same "$pkgver-$pkgrel" were the official Arch packages from their repos, maybe another db-sync bug
2014-03-12grub-1:2.02.beta2-2: fix 09_parabola to reduce issues with entriesAndré Fabian Silva Delgado
2014-02-03grub-1:2.02.beta2-1.1: repackage to fix trouble installing because was ↵André Fabian Silva Delgado
discovered that grub on [libre] was the official Arch package from [core], maybe a db-sync bug
2014-01-11grub-1:2.02.beta2-1: updating versionAndré Fabian Silva Delgado
1) Removal of parabola_grub_mkconfig_fixes.patch, replaced with 09_parabola helper script, and grub-add-GRUB_COLOR_variables.patch (small non-Arch specific part of the earlier patch). Fixes https://bugs.archlinux.org/task/37904 2) Bump directly used unifont bdf file to working ver 6.3.20131217 as mentioned at http://savannah.gnu.org/bugs/?40330 3) grub-extras is now available as GIT repo, so removed bzr from makedepends. As a consequence removed python2 and used python(3) in makedepends. Incorrect GRUB_CONTRIB var also fixed. 4) grub-extras LUA and ntldr-img are set to be deprecated, so they are not built. The only grub-extras version built is 915resolution (for grub-bios aka target i386-pc alone) 5) PKGBUILD directly used GIT TAG support by makepkg to checkout the souce instead of downloading the upstream tarball 6) https://bugs.archlinux.org/task/38054 already fixed in 2.02-beta2 7) https://bugs.archlinux.org/task/38053 also fixed in 2.02-beta2 8) Added suffix grub-efi build dir so that it is easy for users to modify the PKGBUILD to build i386-efi in Parabola x86_64 if required (not officially supported) 9) Added 10_linux.in.patch to rebranding for some free distros
2013-12-09grub: add msdos.mod symlinkAndré Fabian Silva Delgado
2013-12-08grub: fix checksumsAndré Fabian Silva Delgado
2013-12-08grub: add more free distros on parabola_grub_mkconfig_fixes.patchAndré Fabian Silva Delgado
2013-12-07grub: disable advance submenu and fixing Linux libre typecoadde [Márcio Alexandre Silva Delgado]
2013-12-07grub: fixing parabola-release and removing grub.cfgcoadde [Márcio Alexandre Silva Delgado]
2013-12-07grub: fix freetype header path fileAndré Fabian Silva Delgado
2013-12-07grub: fix parabola_grub_mkconfig_fixes.patchAndré Fabian Silva Delgado
* add GNU/Linux-libre term for Dragora distro
2013-12-07grub-1:2.00.1282.g5ae5c54-1: updating versionAndré Fabian Silva Delgado
* updated to git * remove broken lua extras
2013-10-20replace emulatorman@lavabit.com to emulatorman@parabola.nu account on the ↵André Fabian Silva Delgado
PKGBUILD files
2013-08-12grub: updating md5sumsAndré Fabian Silva Delgado
2013-08-06grub: remove unneecessary fileAndré Fabian Silva Delgado
2013-08-06grub-2.00.5086-1: updating version, fix https://bugs.archlinux.org/task/36349André Fabian Silva Delgado
2013-07-28grub-2.00.5043-3: fix blank spaces on PKGBUILDAndré Fabian Silva Delgado
2013-07-28grub-2.00.5043-3: fix 10_linuxAndré Fabian Silva Delgado
2013-06-27grub: fix linguas.sh execution on PKGBUILDAndré Fabian Silva Delgado
2013-06-27grub-2.00.5043-2: fix .mo files for bzr branchAndré Fabian Silva Delgado
2013-06-26grub-2.00.5043-1: updating version, build latest bzr snapshot, fixes gcc ↵André Fabian Silva Delgado
issues on efi boot
2013-06-23grub: update sha1sum filesAndré Fabian Silva Delgado
2013-06-23grub: remove arch references on pkgbuildAndré Fabian Silva Delgado
2013-06-23grub-2.00-1: remove any packagesAndré Fabian Silva Delgado
2013-06-18grub-2.00-5: fix typo in memdisk fileAndré Fabian Silva Delgado
2013-06-17grub: updating md5sumAndré Fabian Silva Delgado
2013-06-17grub-2.00-4: updating revision with changes from ArchAndré Fabian Silva Delgado
2013-05-22grub-2.00-2: add build patches, move /usr/sbin to /usr/binAndré Fabian Silva Delgado
2013-02-11grub-2.00-1.2: fixing outdated gnulib on the source and improving ↵André Fabian Silva Delgado
parabola_grub_mkconfig_fixes.patch
2013-02-11grub-2.00-1.2: updating revision"André Fabian Silva Delgado
* Remove obsolete files * Fixing OS parameter on 10_linux.in for others distros
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke Shumaker
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
2012-09-12adding owncloud-client!!Shackra Sislock
2012-08-27grub-2.00-1: adding new grub to [libre] repo on abslibreAndré Fabian Silva Delgado
2012-08-27grub-0.97-21.4: changing folder name on abslibreAndré Fabian Silva Delgado
2012-06-28grub-0.97-21.4: adding parabola colours on menu.lst for boot menuAndré Fabian Silva Delgado
2012-05-28grub-0.97-21.3: fixing some parts on rePKGBUILDAndré Fabian Silva Delgado
2012-05-27grub-0.97-21.3: coming back to original configuration due that is necessary ↵André Fabian Silva Delgado
to create a new iso from zero
2012-05-26grub-0.97-21.2: fixing issues on install-grub fileAndré Fabian Silva Delgado
2012-05-03grub-0.97-21.1: fixing some partsAndré Fabian Silva Delgado
2012-03-30libre/grubAndré Fabian Silva Delgado
2012-03-29libre/grubAndré Fabian Silva Delgado
2011-08-20libre/grub-0.97-20Nicolás Reynolds
Parabola rebranded