PN: psplash
PV: 0.1+git
PR: r0
PKGV: 0.1+git@PRSERV_PV_AUTOINC@+ecc1913756
PKGR: r0@EXTENDPRAUTO@
LICENSE: GPL-2.0-or-later
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: psplash-default glibc (>= 2.39+git4+b027d5b145) libsystemd (>= 255.21)
SECTION: base
PKG:psplash: psplash
FILES:psplash: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/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 /usr/lib/systemd/system /usr/lib/systemd/system-preset/98-psplash.preset /usr/lib/systemd/system/psplash-start.service /usr/lib/systemd/system/psplash-systemd.service
FILES_INFO:psplash: {"/usr/bin/psplash-systemd": 9612, "/usr/bin/psplash-write": 5516, "/usr/lib/systemd/system-preset/98-psplash.preset": 60, "/usr/lib/systemd/system/psplash-start.service": 246, "/usr/lib/systemd/system/psplash-start.service.d/psplash-args.conf": 82, "/usr/lib/systemd/system/psplash-systemd.service": 320}
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\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\n
FILERDEPENDSFLIST:psplash: /usr/bin/psplash-systemd /usr/bin/psplash-write
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: 15836
