Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qemu-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
obextra
qemu-base
Commits
3e23ca52
Commit
3e23ca52
authored
6 months ago
by
Bro Brian
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: 9.1.0-2
parent
559fd31b
No related branches found
Branches containing commit
Tags
9.1.2-1
Tags containing commit
No related merge requests found
Pipeline
#62496
passed
4 months ago
Stage: update
Changes
1
Pipelines
48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
diff/patch/PKG.patch
+21
-23
21 additions, 23 deletions
diff/patch/PKG.patch
with
21 additions
and
23 deletions
diff/patch/PKG.patch
+
21
−
23
View file @
3e23ca52
diff -uar a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9
6
,7 +9
6
,6 @@
@@ -9
8
,7 +9
8
,6 @@
lzo
mesa
meson
...
...
@@ -9,7 +9,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
ncurses
ndctl
numactl
@@ -10
5
,6 +10
4
,7 @@
@@ -10
7
,6 +10
6
,7 @@
python
python-distlib
python-setuptools
...
...
@@ -17,7 +17,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
python-pip
python-sphinx
python-sphinx_rtd_theme
@@ -11
3
,7 +11
3
,6 @@
@@ -11
5
,7 +11
5
,6 @@
snappy
spice-protocol
spice
...
...
@@ -25,17 +25,16 @@ diff -uar a/PKGBUILD b/PKGBUILD
usbredir
vde2
virglrenderer
@@ -2
88,9
+28
7
,6 @@
@@ -2
90,8
+28
9
,6 @@
# extract licenses for linux headers
sed -n '3,33p' $pkgbase-$pkgver/include/standard-headers/linux/fuse.h > fuse.LICENSE.BSD-2-Clause.txt
- # install qemu-pr-helper.socket to sockets.target
- sed -e 's/multi-user.target/sockets.target/g' -i $pkgbase-$pkgver/contrib/systemd/
qemu-pr-helper
.socket
-
- # install qemu-pr-helper.socket
and qemu-vmsr-helper.socket
to sockets.target
- sed -e 's/multi-user.target/sockets.target/g' -i $pkgbase-$pkgver/contrib/systemd/
*
.socket
# create build dir
mkdir -vp build
mkdir -vp build-static
@@ -307,6 +303,7 @@
@@ -309,6 +306,7 @@
local configure_options=(
"${common_configure_options[@]}"
--enable-modules
...
...
@@ -43,7 +42,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
--enable-sdl
--enable-slirp
--enable-tpm
@@ -33
3
,6 +33
0
,7 @@
@@ -33
5
,6 +33
3
,7 @@
--disable-libnfs
--disable-libssh
--disable-linux-io-uring
...
...
@@ -51,7 +50,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
--disable-nettle
--disable-opengl
--disable-qom-cast-debug
@@ -7
27
,14 +7
25
,14 @@
@@ -7
31
,14 +7
30
,14 @@
package_qemu-guest-agent() {
pkgdesc="QEMU Guest Agent"
...
...
@@ -68,7 +67,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
install -vDm 644 99-$pkgname.rules -t "$pkgdir/usr/lib/udev/rules.d/"
install -vDm 644 $pkgbase-ga.conf -t "$pkgdir/etc/$pkgbase/"
install -vDm 755 $pkgbase-$pkgver/scripts/$pkgname/fsfreeze-hook -t "$pkgdir/etc/$pkgbase/"
@@ -80
0
,14 +
798
,14 @@
@@ -80
4
,14 +
803
,14 @@
package_qemu-system-aarch64() {
pkgdesc="QEMU system emulator for AARCH64"
...
...
@@ -85,7 +84,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -82
1
,7 +8
19
,7 @@
@@ -82
5
,7 +8
24
,7 @@
package_qemu-system-arm() {
pkgdesc="QEMU system emulator for ARM"
...
...
@@ -94,7 +93,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -8
49
,7 +8
47
,7 @@
@@ -8
53
,7 +8
52
,7 @@
package_qemu-system-hppa() {
pkgdesc="QEMU system emulator for HPPA"
...
...
@@ -103,7 +102,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -86
3
,7 +86
1
,7 @@
@@ -86
7
,7 +86
6
,7 @@
package_qemu-system-loongarch64() {
pkgdesc="QEMU system emulator for LoongArch64"
...
...
@@ -112,7 +111,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -89
1,7 +889,7
@@
@@ -89
5,21 +894,21
@@
package_qemu-system-mips() {
pkgdesc="QEMU system emulator for MIPS"
...
...
@@ -121,7 +120,6 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -905,14 +903,14 @@
package_qemu-system-or1k() {
pkgdesc="QEMU system emulator for OpenRisc32"
...
...
@@ -138,7 +136,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -92
6
,7 +92
4
,7 @@
@@ -92
3
,7 +92
2
,7 @@
package_qemu-system-riscv() {
pkgdesc="QEMU system emulator for RISC-V"
...
...
@@ -147,7 +145,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -94
7
,7 +94
5
,7 @@
@@ -94
4
,7 +94
3
,7 @@
package_qemu-system-s390x() {
pkgdesc="QEMU system emulator for S390"
...
...
@@ -156,7 +154,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -9
61
,14 +95
9
,14 @@
@@ -9
58
,14 +95
7
,14 @@
package_qemu-system-sh4() {
pkgdesc="QEMU system emulator for SH4"
...
...
@@ -173,7 +171,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -9
90
,7 +98
8
,7 @@
@@ -9
87
,7 +98
6
,7 @@
package_qemu-system-x86() {
pkgdesc="QEMU system emulator for x86"
...
...
@@ -182,7 +180,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -100
4
,7 +100
2
,7 @@
@@ -100
1
,7 +100
0
,7 @@
package_qemu-system-xtensa() {
pkgdesc="QEMU system emulator for Xtensa"
...
...
@@ -191,7 +189,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -103
9
,9 +103
7
,8 @@
@@ -103
6
,9 +103
5
,8 @@
package_qemu-pr-helper() {
pkgdesc="QEMU persistent reservation utility"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment