qemu-amd64: fix xfce4 background (!728)

[ci:skip-build]: already built successfully in CI
This commit is contained in:
Daniele Debernardi 2019-11-19 00:31:03 +01:00 committed by Oliver Smith
parent 12e1ab59cf
commit 6dd9e47ba9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,6 @@
pkgname=device-qemu-amd64 pkgname=device-qemu-amd64
pkgver=1 pkgver=1
pkgrel=20 pkgrel=21
pkgdesc="Simulated device in qemu with an x86 platform" pkgdesc="Simulated device in qemu with an x86 platform"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="x86_64" arch="x86_64"
@ -11,6 +11,7 @@ makedepends=""
subpackages=" subpackages="
$pkgname-x11 $pkgname-x11
$pkgname-weston $pkgname-weston
$pkgname-xfce4
$pkgname-kernel-stable:kernel_stable $pkgname-kernel-stable:kernel_stable
$pkgname-kernel-mainline:kernel_mainline $pkgname-kernel-mainline:kernel_mainline
" "
@ -37,6 +38,12 @@ weston() {
"$subpkgdir"/etc/xdg/weston/weston.ini "$subpkgdir"/etc/xdg/weston/weston.ini
} }
xfce4() {
install_if="$pkgname postmarketos-ui-xfce4"
install="$subpkgname.post-install"
mkdir "$subpkgdir"
}
kernel_stable() { kernel_stable() {
pkgdesc="Stable for everyday usage (recommended)" pkgdesc="Stable for everyday usage (recommended)"
depends="linux-postmarketos-stable" depends="linux-postmarketos-stable"

View file

@ -0,0 +1,3 @@
#!/bin/sh
sed -i 's/monitor0/monitorVirtual-1/' /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml