Package Details: arch-silence-grub-theme-git r7.cd4bba1-1

Git Clone URL: https://aur.archlinux.org/arch-silence-grub-theme-git.git (read-only, click to copy)
Package Base: arch-silence-grub-theme-git
Description: Arch Silence - GRUB2 theme - GIT version
Upstream URL: https://github.com/fghibellini/arch-silence
Licenses: GPL
Conflicts: arch-silence-grub-theme
Provides: arch-silence-grub-theme
Submitter: metscoin
Maintainer: xythrez
Last Packager: TheGoliath
Votes: 62
Popularity: 0.063349
First Submitted: 2019-12-08 17:18 (UTC)
Last Updated: 2020-04-20 17:19 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

thePanz commented on 2020-01-21 17:03 (UTC) (edited on 2020-01-21 17:14 (UTC) by thePanz)

The files theme.txt and the ones in /boot/grub/themes/arch-silence/progress_bar/ are marked as executable!

I created a PullRequest on the author's github repository

lightdot commented on 2020-01-08 21:13 (UTC) (edited on 2020-01-08 21:13 (UTC) by lightdot)

I suggest also adding "arch-silence-grub-theme" to "provides" in PKGBUILD.

Something like:

_pkgname=arch-silence-grub-theme
conflicts=($_pkgname)
provides=($_pkgname=$pkgver)

Morten commented on 2019-11-18 10:24 (UTC)

Installing results in arch-silence-grub-theme: local (r5.9fda3bf-1) is newer than AUR (r1.3c851d8-2)

lightdot commented on 2018-09-10 13:32 (UTC)

This package should be called arch-silence-grub-theme-git. Well, as long as the pkgver is updated if there is any new development, I guess it doesn't matter...

Good looking grub theme, thanks.

fghibellini commented on 2016-04-27 16:17 (UTC) (edited on 2016-04-27 21:17 (UTC) by fghibellini)

Updated. Let me know if it's fine now.

lvsv commented on 2016-04-27 14:45 (UTC)

pkgname=arch-silence-grub-theme pkgver=1.0 pkgrel=1 pkgdesc="Arch Silence - GRUB2 theme" arch=('any') license=('GPL') depends=() optdepends=() url="https://github.com/fghibellini/arch-silence" source=('git+https://github.com/fghibellini/arch-silence') makedepends=('git') md5sums=('SKIP') pkgver() { cd "arch-silence" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { mkdir -p "${pkgdir}/boot/grub/themes/arch-silence" cp -TR "${srcdir}/arch-silence/theme" "${pkgdir}/boot/grub/themes/arch-silence" msg 'You still need to go to the file "/etc/default/grub"' msg 'and update the variable GRUB_THEME="/boot/grub/themes/arch-silence/theme.txt"' }