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