device-qemu-*: move X11 config file from /etc to /usr (MR 5809)

As it's delivered by the distro, it should go into /usr.
This commit is contained in:
Jakob Hauser 2024-11-17 03:26:06 +01:00 committed by Robert Eckelmann
parent be05b7e3d0
commit ff1db54205
No known key found for this signature in database
GPG key ID: 30C0D50BEF63BF54
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-aarch64
pkgver=6
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (aarch64)"
url="https://postmarketos.org"
arch="aarch64"
@ -51,7 +51,7 @@ sway() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install -Dm644 "$srcdir"/resolution-qemu-X11.conf \
"$subpkgdir"/etc/X11/xorg.conf.d/10-resolution-qemu-X11.conf
"$subpkgdir"/usr/share/X11/xorg.conf.d/10-resolution-qemu-X11.conf
}
kernel_virt() {

View file

@ -3,7 +3,7 @@
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-amd64
pkgver=7
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (x86_64)"
url="https://postmarketos.org"
arch="x86_64"
@ -52,7 +52,7 @@ sway() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install -Dm644 "$srcdir"/resolution-qemu-X11.conf \
"$subpkgdir"/etc/X11/xorg.conf.d/10-resolution-qemu-X11.conf
"$subpkgdir"/usr/share/X11/xorg.conf.d/10-resolution-qemu-X11.conf
}
kernel_none() {

View file

@ -3,7 +3,7 @@
# Co-Maintainer: Luca Weiss <luca@lucaweiss.eu>
pkgname=device-qemu-riscv64
pkgver=3
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (riscv64)"
url="https://postmarketos.org"
arch="riscv64"
@ -49,7 +49,7 @@ sway() {
x11() {
install_if="$pkgname=$pkgver-r$pkgrel xorg-server"
install -Dm644 "$srcdir"/resolution-qemu-X11.conf \
"$subpkgdir"/etc/X11/xorg.conf.d/10-resolution-qemu-X11.conf
"$subpkgdir"/usr/share/X11/xorg.conf.d/10-resolution-qemu-X11.conf
}
kernel_edge() {