main/postmarketos-ui-framebufferphone: remove

fbp has been removed in Alpine testing:
10434a9f8d

"Abandoned, hasn't been buildable since at least Zig 0.12."

Alpine has Zig 0.14.1 currently.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6553
This commit is contained in:
Oliver Smith 2025-05-25 21:55:55 +02:00
parent f99c508f02
commit cae33e65a8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 0 additions and 79 deletions

View file

@ -1,47 +0,0 @@
# Reference: https://postmarketos.org/uipkg
# Maintainer: Bobby Hamblin <hamblingreen@hotmail.com>
# Contributor: Miles Alan <m@milesalan.com>
pkgname=postmarketos-ui-framebufferphone
pkgver=1
pkgrel=5
pkgdesc="Minimalist framebuffer menu/keyboard UI accessible via touch/volume keys & compatible scripts"
url="http://sr.ht/~hamblingreen/framebufferphone"
arch="aarch64 x86_64" # Limited by fbp / zig in alpine support
license="GPL-3.0-or-later"
depends="
postmarketos-base-ui
postmarketos-base-ui-audio
fbp
"
_pmb_recommends="
f_scripts-f_audio
f_scripts-f_files
f_scripts-f_game
f_scripts-f_maps
f_scripts-f_networks
f_scripts-f_phone
f_scripts-f_rss
f_scripts-f_theme
f_scripts-f_timer
f_scripts-f_web
f_scripts-f_youtube
"
subpackages="$pkgname-openrc"
source="fbp.init"
options="!check" # No tests
package() {
install -Dm755 "$srcdir"/fbp.init "$pkgdir"/etc/init.d/fbp
}
openrc() {
install_if="$pkgname=$pkgver-r$pkgrel openrc"
install="$subpkgname.post-install $subpkgname.pre-deinstall $subpkgname.post-upgrade"
depends="openrc"
mkdir -p "$subpkgdir"
}
sha512sums="
e95d2daaa90b8f4cf4ba7da9e7330b59057505857b8688b4d60b7f2ddeec8d59308002ecd17083b1c6096a40dc496b996dba42ef21fff95619fe535280465372 fbp.init
"

View file

@ -1,25 +0,0 @@
#!/sbin/openrc-run
name="fbp"
command="/usr/bin/fbp"
pidfile="/var/run/fbp.pid"
output_log="/var/log/fbp_stdout.log"
error_log="/var/log/fbp_stderr.log"
command_background=true
depend()
{
after consolefont
keyword -docker -lxc -openvz -prefix -systemd-nspawn -uml -vserver -xenu
}
start_pre()
{
# Setup kernel support for user level drivers (input subsystem)
if [ ! -e /dev/uinput ]; then
if ! modprobe -q uinput; then
eerror "The uinput module needs to be loaded by " \
"the fbp service or built in."
fi
fi
}

View file

@ -1,3 +0,0 @@
#!/bin/sh
rc-update add fbp default

View file

@ -1 +0,0 @@
postmarketos-ui-framebufferphone-openrc.post-install