64166249da
* Added a ui package for i3wm * Added n900 specific i3wm config * Fixed mixed tabs and spaces in i3status. This is also the first commit made on an n900 running postmarketOS. * Removed redundant X11 * Use lock.sh to lock the device * Windows management improvements * bump pkgver * Fix device-nokia-n900 checksums * Fixed path in the i3wm split package
23 lines
728 B
Text
23 lines
728 B
Text
pkgname=postmarketos-ui-i3wm
|
|
pkgver=0.1
|
|
pkgrel=0
|
|
pkgdesc="(X11) Tiling WM (keyboard required)"
|
|
url="https://i3wm.org"
|
|
arch="noarch"
|
|
license="GPL3"
|
|
depends="xorg-server mesa-egl i3wm i3status dmenu xset lxdm xfce4-terminal"
|
|
makedepends=""
|
|
subpackages=""
|
|
install="$pkgname.post-install"
|
|
source="
|
|
$install
|
|
lock.sh
|
|
"
|
|
options="!check"
|
|
|
|
package() {
|
|
install -D -m644 "$srcdir"/lock.sh \
|
|
"$pkgdir"/usr/bin/lock.sh
|
|
}
|
|
sha512sums="f1556fa83ddecf453333d784004c28d6bd9b7cf4c5ee2c0d31d51e67f5e1fa9949a6dd4377793eeb72e619add0689208fdd497924ebefa778c349a26e57ad30a postmarketos-ui-i3wm.post-install
|
|
ae41416dc56751825a87024dfe145afcba80a1aba5152280f199dfb3f289626fc8ec6ad38d0f25b7b5e5e74edde1d560e01c71251040d195da47214c4068c702 lock.sh"
|