Package Details: plymouth-git 24.004.60.r34.gedc7c3ea-1

Git Clone URL: https://aur.archlinux.org/plymouth-git.git (read-only, click to copy)
Package Base: plymouth-git
Description: Graphical boot splash screen (git version)
Upstream URL: https://www.freedesktop.org/wiki/Software/Plymouth/
Licenses: GPL-2.0-or-later
Conflicts: plymouth
Provides: plymouth
Submitter: PirateJonno
Maintainer: Taijian
Last Packager: Taijian
Votes: 274
Popularity: 0.001911
First Submitted: 2009-05-02 09:53 (UTC)
Last Updated: 2024-05-17 07:42 (UTC)

Required by (172)

Sources (6)

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 51 Next › Last »

mytbk commented on 2013-10-31 07:33 (UTC)

updated plymouth-update-initrd.patch

aricart commented on 2013-10-27 08:09 (UTC)

Needs an update to plymouth-update-initrd.patch: --- scripts/plymouth-update-initrd.old 2013-10-27 17:02:15.200368142 +0900 +++ scripts/plymouth-update-initrd 2013-10-27 17:02:57.686768138 +0900 @@ -1,2 +1,4 @@ #!/bin/bash -dracut -f /boot/initramfs-$(uname -r).img $(uname -r) +find /etc/mkinitcpio.d/ -name \*.preset -a \! -name example.preset | while read p; do + mkinitcpio -p $p +done

mytbk commented on 2013-09-24 04:29 (UTC)

plymouth.initcpio_install is updated. By the way, I saw the aur/plymouth package also use the git sources.

intelfx commented on 2013-09-23 16:41 (UTC)

As said above, the install hook shall be rewritten (at the very least). Also, I'd recommend that you update your whole PKGBUILD from plymouth package.

duht commented on 2013-09-03 08:35 (UTC)

Please replace the line SCRIPT='plymouth' with add_runscript in plymouth.initcpio_install script to make plymouth mkinitcpio HOOK work again and start plymouth at early boot stage (right after GRUB). More info in this thread: https://bbs.archlinux.org/viewtopic.php?id=167718

aricart commented on 2013-09-02 00:01 (UTC)

For this to work I had to modify both plymouth-quit.service and plymouth-quit-wait.service so they read: ExecStart=/usr/bin/plymouth instead of ExecStart=-/usr/bin/plymouth Also, one of them had DOS newline characters for some reason...

Dreamkey commented on 2013-06-06 23:46 (UTC)

I think it would be cleaner if you add "--sbindir=/usr/bin" on the configure line instead of moving everything in the package function. Thanks.

<deleted-account> commented on 2013-06-04 07:01 (UTC)

Please update package to move binaries in /bin /sbin and /usr/sbin to /usr/bin Thanks.

mytbk commented on 2013-06-02 01:53 (UTC)

@mikeroll: Sorry. PKGBUILD updated.