* Also move right above pkgname= * Move Co-Maintainer lines above maintainer= * Remove empty lines in the header pmbootstrap 3.7+ & abuild supports maintainer= variables. See also https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88 [ci:skip-build]: no pkgver/pkgrel changes [ci:ignore-count]: intended [ci:skip-vercheck]: no functional changes [skip ci]: false positives Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7723>
43 lines
834 B
Text
43 lines
834 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
maintainer="hexaheximal <hexaheximal@proton.me>"
|
|
pkgname=postmarketos-ui-openbox
|
|
pkgver=1
|
|
pkgrel=2
|
|
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
|
|
openbox
|
|
tinydm
|
|
mesa-egl
|
|
polkit-elogind
|
|
postmarketos-base-ui
|
|
postmarketos-base-ui-audio
|
|
postmarketos-base-ui-networkmanager
|
|
postmarketos-artwork-wallpapers
|
|
xterm
|
|
xorg-server
|
|
"
|
|
subpackages="$pkgname-openrc"
|
|
options="!check"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
openrc() {
|
|
install_if="$pkgname=$pkgver-r$pkgrel"
|
|
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
|
depends="
|
|
elogind-openrc
|
|
openrc
|
|
networkmanager-openrc
|
|
tinydm-openrc
|
|
"
|
|
|
|
mkdir -p "$subpkgdir"
|
|
}
|