From dca89d3e1ba204a9bd87965105af85b726bd7dfc Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 5 Sep 2015 00:08:06 -0300 Subject: remove gummiboot, due gummiboot was merged into systemd (as systemd-boot); please use systemd-boot, grub or another bootloader --- libre/gummiboot/PKGBUILD | 51 ------------------------------------ libre/gummiboot/gummiboot.install | 13 --------- libre/gummiboot/loader.conf | 2 -- libre/gummiboot/parabola.conf | 7 ----- libre/gummiboot/splash-parabola.bmp | Bin 760390 -> 0 bytes 5 files changed, 73 deletions(-) delete mode 100644 libre/gummiboot/PKGBUILD delete mode 100644 libre/gummiboot/gummiboot.install delete mode 100644 libre/gummiboot/loader.conf delete mode 100644 libre/gummiboot/parabola.conf delete mode 100644 libre/gummiboot/splash-parabola.bmp (limited to 'libre/gummiboot') diff --git a/libre/gummiboot/PKGBUILD b/libre/gummiboot/PKGBUILD deleted file mode 100644 index 74b202086..000000000 --- a/libre/gummiboot/PKGBUILD +++ /dev/null @@ -1,51 +0,0 @@ -# $Id: PKGBUILD 212780 2014-05-15 06:02:26Z tpowa $ -# Maintainer (Arch): Tom Gundersen -# Contributor (Arch): Tobias Powalowski -# Contributor (Arch): Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> -# Contributor (Arch): Mantas Mikulėnas -# Maintainer: André Silva - -pkgname=gummiboot -pkgver=48 -pkgrel=1.parabola3 -pkgdesc="Simple UEFI Boot Manager (Parabola rebranded)" -url="http://freedesktop.org/wiki/Software/gummiboot" -arch=('x86_64' 'i686') -license=('LGPL2.1') -makedepends=('gnu-efi-libs' 'docbook-xsl' 'git') -depends=('util-linux') -conflicts=('gummiboot-efi' "${pkgname}-parabola") -provides=('gummiboot-efi') -replaces=('gummiboot-efi' "${pkgname}-parabola") -options=('!strip' '!makeflags') -source=("git://anongit.freedesktop.org/$pkgname#tag=$pkgver" - 'loader.conf' - 'parabola.conf' - 'splash-parabola.bmp') -install=gummiboot.install -md5sums=('SKIP' - '3d700d13aec5ab1b78a921eaf22e5bfa' - '36ee74767ac8734dede1cbd0f4f275d7' - 'db7c5e4aaa501c1af4301e011f4f5966') - -build() { - cd ${srcdir}/${pkgname} - - ./autogen.sh - ./configure --sysconfdir=/etc --with-efi-ldsdir=/usr/lib --libexecdir=/usr/lib --libdir=/usr/lib - - make -} - -package() { - ## Install gummiboot example configuration files (can go away with systemd's kernel-install) - install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf" - install -D -m0644 "${srcdir}/parabola.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/parabola.conf" - - ## ship an Parabola GNU/Linux-libre boot splash (still has to be dropped in manually to take effect) - install -D -m0644 "${srcdir}/splash-parabola.bmp" "${pkgdir}/usr/lib/gummiboot/splash-parabola.bmp" - - cd ${srcdir}/${pkgname} - - make DESTDIR="${pkgdir}" install -} diff --git a/libre/gummiboot/gummiboot.install b/libre/gummiboot/gummiboot.install deleted file mode 100644 index 20861d4c8..000000000 --- a/libre/gummiboot/gummiboot.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - mkdir -p /boot/EFI/gummiboot - /usr/bin/gummiboot update - echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader" -} - -post_upgrade() { - /usr/bin/gummiboot update -} - -pre_remove() { - /usr/bin/gummiboot remove -} diff --git a/libre/gummiboot/loader.conf b/libre/gummiboot/loader.conf deleted file mode 100644 index b8bfb988e..000000000 --- a/libre/gummiboot/loader.conf +++ /dev/null @@ -1,2 +0,0 @@ -timeout 10 -default parabola diff --git a/libre/gummiboot/parabola.conf b/libre/gummiboot/parabola.conf deleted file mode 100644 index 111072ea2..000000000 --- a/libre/gummiboot/parabola.conf +++ /dev/null @@ -1,7 +0,0 @@ -## This is just an example config file. -## Please edit the paths and kernel parameters according to your system. - -title Parabola GNU/Linux-libre -linux /vmlinuz-linux-libre -initrd /initramfs-linux-libre.img -options root=PARTUUID=XXXX rootfstype=XXXX add_efi_memmap diff --git a/libre/gummiboot/splash-parabola.bmp b/libre/gummiboot/splash-parabola.bmp deleted file mode 100644 index b6ae7fcee..000000000 Binary files a/libre/gummiboot/splash-parabola.bmp and /dev/null differ -- cgit v1.2.3-54-g00ecf