Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Merge requests
!5809
device-qemu-*: move X11 config file from /etc to /usr
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
device-qemu-*: move X11 config file from /etc to /usr
jakko/pmaports:qemu_move_x11_conf
into
master
Overview
1
Commits
1
Pipelines
2
Changes
3
Merged
Jakko
requested to merge
jakko/pmaports:qemu_move_x11_conf
into
master
4 months ago
Overview
1
Commits
1
Pipelines
2
Changes
3
Expand
As it's delivered by the distro, it should go into /usr.
0
0
Merge request reports
Compare
master
version 1
8ae6db9a
4 months ago
master (base)
and
latest version
latest version
ff1db542
1 commit,
4 months ago
version 1
8ae6db9a
1 commit,
4 months ago
3 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
device/main/device-qemu-aarch64/APKBUILD
+
2
−
2
Options
@@ -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
()
{
Loading