2021-11-14 17:13:14 +00:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
2019-10-24 00:26:47 +00:00
|
|
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
2018-02-20 10:21:03 +00:00
|
|
|
pkgname=postmarketos-ui-i3wm
|
2024-04-17 13:11:35 +00:00
|
|
|
pkgver=0.6
|
2024-02-09 13:23:13 +00:00
|
|
|
pkgrel=0
|
2018-02-20 10:21:03 +00:00
|
|
|
pkgdesc="(X11) Tiling WM (keyboard required)"
|
|
|
|
url="https://i3wm.org"
|
2024-04-22 10:52:41 +00:00
|
|
|
# riscv64 has very unstable builders
|
|
|
|
arch="noarch !riscv64"
|
2019-10-24 00:26:47 +00:00
|
|
|
license="GPL-3.0-or-later"
|
2024-02-09 13:23:13 +00:00
|
|
|
source="i3wm-pmos i3-exec"
|
2021-05-15 17:10:15 +00:00
|
|
|
depends="
|
2023-03-18 00:25:34 +00:00
|
|
|
dmenu-virtual
|
2021-06-09 23:34:05 +00:00
|
|
|
dnsmasq
|
2021-05-15 17:10:15 +00:00
|
|
|
elogind
|
2023-04-20 20:29:29 +00:00
|
|
|
elogind-openrc
|
2024-02-09 13:23:13 +00:00
|
|
|
feh
|
2021-05-15 17:10:15 +00:00
|
|
|
i3status
|
|
|
|
i3wm
|
2022-12-28 09:23:27 +00:00
|
|
|
tinydm
|
|
|
|
tinydm-openrc
|
2021-05-15 17:10:15 +00:00
|
|
|
mesa-egl
|
2023-06-12 17:10:52 +00:00
|
|
|
polkit-elogind
|
2021-06-09 23:34:05 +00:00
|
|
|
postmarketos-base-ui
|
2022-12-31 15:53:45 +00:00
|
|
|
postmarketos-base-ui-networkmanager
|
2023-06-12 17:10:52 +00:00
|
|
|
postmarketos-artwork-wallpapers
|
2023-03-18 00:25:34 +00:00
|
|
|
st-virtual
|
2021-05-15 17:10:15 +00:00
|
|
|
xorg-server
|
|
|
|
"
|
2022-04-06 16:31:11 +00:00
|
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
2018-02-20 10:21:03 +00:00
|
|
|
options="!check"
|
|
|
|
|
2022-12-28 09:23:27 +00:00
|
|
|
build() {
|
|
|
|
return 0
|
|
|
|
}
|
2018-10-17 16:03:43 +00:00
|
|
|
|
2022-12-28 09:23:27 +00:00
|
|
|
package() {
|
|
|
|
mkdir -p "$pkgdir"
|
2024-02-09 13:23:13 +00:00
|
|
|
install -D -m644 "$srcdir"/i3wm-pmos \
|
|
|
|
"$pkgdir"/usr/share/i3/config.pmos
|
|
|
|
replaces="i3wm"
|
|
|
|
install -Dm644 "$srcdir"/i3-exec \
|
|
|
|
"$pkgdir"/usr/share/xsessions/i3.desktop
|
2018-02-20 10:21:03 +00:00
|
|
|
}
|
2024-02-09 13:23:13 +00:00
|
|
|
sha512sums="
|
2024-04-17 13:11:35 +00:00
|
|
|
6ced3726dff7138af7739b15433e06b09876e2c8ad7ecb33d4990a0ed15181b79622117c818ce1cce9ae595c1c2766c9623dbd3ec365b081cf348e49f783cc10 i3wm-pmos
|
2024-02-09 13:23:13 +00:00
|
|
|
5160619693a52a1e5d62008abb0b756efb072368120dc72a0d598083aa291fd50d39abc40465950193782467d6a7f80be9934cd058f81596038336fa07e90206 i3-exec
|
|
|
|
"
|