Skip to content
Snippets Groups Projects
Unverified Commit f5b44733 authored by sicelo's avatar sicelo :speech_balloon: Committed by sicelo
Browse files

device-nokia-n900: move xdefaults to x11 subpackage (MR 5930)

The xdefaults file is not i3wm-specific, but can be used with any X11 UI the
user may want to try

[ci:skip-build]: already built successfully in CI
parent 86fb190a
No related branches found
No related tags found
1 merge request!5930device-nokia-n900: usability improvements
Pipeline #212194 passed
......@@ -2,7 +2,7 @@
# Maintainer: Sicelo <absicsz@gmail.com>
# Co-Maintainer: Danct12 <danct12@disroot.org>
pkgname=device-nokia-n900
pkgver=36
pkgver=37
pkgrel=0
pkgdesc="Nokia N900"
url="https://postmarketos.org"
......@@ -162,6 +162,8 @@ x11() {
"$pkgdir"/usr/bin/lock.sh
install -Dm755 "$srcdir"/proxishot.sh \
"$pkgdir"/usr/bin/proxishot.sh
install -D -m644 "$srcdir"/xdefaults \
"$subpkgdir"/etc/skel/.Xdefaults
}
xkeyboard_config() {
......@@ -188,8 +190,6 @@ i3wm() {
"$subpkgdir"/etc/skel/.config/i3blocks/wifi
install -D -m755 "$srcdir"/protip_shell.sh \
"$subpkgdir"/etc/skel/.protip_shell.sh
install -D -m644 "$srcdir"/xdefaults \
"$subpkgdir"/etc/skel/.Xdefaults
}
upower() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment