From 16ce2825dcb7e6051f06b27b426554aaea4eac19 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Thu, 11 Jan 2024 20:45:25 +0100 Subject: [PATCH] device-qemu-amd64: remove Weston configuration (MR 4713) The only relevant backend available for Weston nowadays is the DRM one, so remove this unnecessary config. --- device/main/device-qemu-amd64/APKBUILD | 13 ++----------- device/main/device-qemu-amd64/weston.ini | 5 ----- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 device/main/device-qemu-amd64/weston.ini diff --git a/device/main/device-qemu-amd64/APKBUILD b/device/main/device-qemu-amd64/APKBUILD index 0edabea72..ef49e0bdf 100644 --- a/device/main/device-qemu-amd64/APKBUILD +++ b/device/main/device-qemu-amd64/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Minecrell # Co-Maintainer: Daniele Debernardi pkgname=device-qemu-amd64 -pkgver=5 -pkgrel=1 +pkgver=6 +pkgrel=0 pkgdesc="Simulated device in QEMU (x86_64)" url="https://postmarketos.org" arch="x86_64" @@ -17,13 +17,11 @@ subpackages=" $pkgname-kernel-edge:kernel_edge $pkgname-mce $pkgname-sway - $pkgname-weston " source=" deviceinfo modules-initfs mce-display-blanking.conf - weston.ini " options="!check !archcheck" @@ -48,12 +46,6 @@ sway() { mkdir "$subpkgdir" } -weston() { - install_if="$pkgname=$pkgver-r$pkgrel weston" - install -Dm644 "$srcdir"/weston.ini \ - "$subpkgdir"/etc/xdg/weston/weston.ini -} - kernel_none() { pkgdesc="No kernel (does not boot! can be used during pmbootstrap testing to save time)" devicepkg_subpackage_kernel $startdir $pkgname $subpkgname @@ -81,5 +73,4 @@ sha512sums=" 94f8f9ad44ba6ffe55a07a5bce11351f89a7d97e0c52931c573ea21ff7416cc3ede800da94611e04ebfed6914f8d5edb9614f8c0847b53b09ae168a8607f6195 deviceinfo 29766094e64a7ce881c8e96433203ea538057b8fd1d577fc69b9add6bc1217af04ddf60cbcf82333811c627897eda7537b0b1f862899e1fdfd93403b3f6425d7 modules-initfs 99d32eed6c5cda59e91516e982c5bd5165ff718133e2411a0dbba04e2057d1dfad49a75e5cc67140d0e0adcbe1383671bd2892335929b782a5b19f5472e635ad mce-display-blanking.conf -de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini " diff --git a/device/main/device-qemu-amd64/weston.ini b/device/main/device-qemu-amd64/weston.ini deleted file mode 100644 index 72039ae30..000000000 --- a/device/main/device-qemu-amd64/weston.ini +++ /dev/null @@ -1,5 +0,0 @@ -[core] -xwayland=true -backend=drm-backend.so -[shell] -background-image=/usr/share/wallpapers/postmarketos.jpg