Skip to content
Snippets Groups Projects
Unverified Commit 4d8d1589 authored by hexaheximal's avatar hexaheximal
Browse files

main/postmarketos-ui-openbox: new aport

parent 26cd7493
No related branches found
No related tags found
No related merge requests found
# Reference: https://postmarketos.org/uipkg
# Maintainer: hexaheximal <hexaheximal@proton.me>
pkgname=postmarketos-ui-openbox
pkgver=0.1
pkgrel=0
pkgdesc="(X11) A highly configurable and lightweight X11 window manager (keyboard required)"
url="https://openbox.org/"
arch="noarch"
license="GPL-3.0-or-later"
depends="
dmenu-virtual
dnsmasq
elogind
elogind-openrc
openbox
tinydm
tinydm-openrc
mesa-egl
polkit-elogind
postmarketos-base-ui
postmarketos-base-ui-networkmanager
postmarketos-artwork-wallpapers
xterm
xorg-server
"
install="$pkgname.post-install $pkgname.post-upgrade"
options="!check"
package() {
mkdir -p "$pkgdir"
}
#!/bin/sh
rc-update add tinydm default
tinydm-set-session -s /usr/share/xsessions/openbox.desktop
rc-update add elogind default
rc-update add networkmanager default
postmarketos-ui-openbox.post-install
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment