PN: psplash
PV: 0.1+gitAUTOINC+0a902f7cd8
PR: r15
PKGV: 0.1+git0+0a902f7cd8
PKGR: r15.0
LICENSE: GPLv2+
DESCRIPTION: PSplash is a userspace graphical boot splash screen for mainly embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has few dependencies (just libc), supports basic images and text and handles rotation. Its visual look is configurable by basic source changes. Also included is a 'client' command utility for sending information to psplash such as boot progress information.
SUMMARY: Userspace framebuffer boot logo based on usplash
RDEPENDS:psplash: glibc (>= 2.34) libsystemd (>= 249.7)
RRECOMMENDS:psplash:  psplash-default update-rc.d
SECTION: base
PKG:psplash: psplash
FILES:psplash: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/psplash /usr/lib/psplash/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /mnt /lib/systemd/system-preset/98-psplash.preset /lib/systemd/system/psplash-start.service /lib/systemd/system/psplash-systemd.service
FILES_INFO:psplash: {"/etc/init.d/psplash.sh": 775, "/lib/systemd/system-preset/98-psplash.preset": 60, "/lib/systemd/system/psplash-start.service": 203, "/lib/systemd/system/psplash-systemd.service": 277, "/mnt/psplash_fifo": 0, "/usr/bin/psplash-systemd": 9612, "/usr/bin/psplash-write": 5516}
pkg_postinst:psplash: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in psplash-start.service psplash-systemd.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset psplash-start.service psplash-systemd.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart psplash-start.service psplash-systemd.service\n\t\tfi\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT psplash.sh start 0 S . stop 20 0 1 6 .\nfi\n
pkg_postrm:psplash: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT psplash.sh remove\nfi\n
pkg_prerm:psplash: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop psplash-start.service psplash-systemd.service\n\n\t\tsystemctl disable psplash-start.service psplash-systemd.service\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/psplash.sh" ]; then\n\t/etc/init.d/psplash.sh stop || :\nfi\n
FILERDEPENDSFLIST:psplash: /etc/init.d/psplash.sh /usr/bin/psplash-systemd /usr/bin/psplash-write
FILERDEPENDS:/etc/init.d/psplash.sh:psplash:  /bin/sh
FILERDEPENDS:/usr/bin/psplash-systemd:psplash:  ld-linux-armhf.so.3(GLIBC_2.4) libsystemd.so.0(LIBSYSTEMD_221) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.34) libsystemd.so.0 libc.so.6 ld-linux-armhf.so.3 rtld(GNU_HASH)
FILERDEPENDS:/usr/bin/psplash-write:psplash:  libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.34) libc.so.6 rtld(GNU_HASH)
PKGSIZE:psplash: 16443
