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
aef2e74d
Commit
aef2e74d
authored
10 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
update patch, add python-packaging as makedepends
parent
21789680
No related branches found
Branches containing commit
Tags
9.1.2-1
Tags containing commit
No related merge requests found
Pipeline
#42167
passed
9 months ago
Stage: update
Changes
1
Pipelines
48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
diff/patch/PKG.patch
+25
-17
25 additions, 17 deletions
diff/patch/PKG.patch
with
25 additions
and
17 deletions
diff/patch/PKG.patch
+
25
−
17
View file @
aef2e74d
...
...
@@ -9,7 +9,15 @@ diff -uar a/PKGBUILD b/PKGBUILD
ncurses
ndctl
numactl
@@ -113,7 +112,6 @@
@@ -105,6 +104,7 @@
python
python-distlib
python-setuptools
+ python-packaging
python-pip
python-sphinx
python-sphinx_rtd_theme
@@ -113,7 +113,6 @@
snappy
spice-protocol
spice
...
...
@@ -17,7 +25,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
usbredir
vde2
virglrenderer
@@ -288,9 +28
6
,6 @@
@@ -288,9 +28
7
,6 @@
# extract licenses for linux headers
sed -n '3,33p' $pkgbase-$pkgver/include/standard-headers/linux/fuse.h > fuse.LICENSE.BSD-2-Clause.txt
...
...
@@ -27,7 +35,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
# create build dir
mkdir -vp build
mkdir -vp build-static
@@ -307,6 +30
2
,7 @@
@@ -307,6 +30
3
,7 @@
local configure_options=(
"${common_configure_options[@]}"
--enable-modules
...
...
@@ -35,7 +43,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
--enable-sdl
--enable-slirp
--enable-tpm
@@ -333,6 +3
29
,7 @@
@@ -333,6 +3
30
,7 @@
--disable-libnfs
--disable-libssh
--disable-linux-io-uring
...
...
@@ -43,7 +51,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
--disable-nettle
--disable-opengl
--disable-qom-cast-debug
@@ -727,14 +72
4
,14 @@
@@ -727,14 +72
5
,14 @@
package_qemu-guest-agent() {
pkgdesc="QEMU Guest Agent"
...
...
@@ -60,7 +68,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/"
@@ -800,14 +79
7
,14 @@
@@ -800,14 +79
8
,14 @@
package_qemu-system-aarch64() {
pkgdesc="QEMU system emulator for AARCH64"
...
...
@@ -77,7 +85,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -821,7 +81
8
,7 @@
@@ -821,7 +81
9
,7 @@
package_qemu-system-arm() {
pkgdesc="QEMU system emulator for ARM"
...
...
@@ -86,7 +94,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -849,7 +84
6
,7 @@
@@ -849,7 +84
7
,7 @@
package_qemu-system-hppa() {
pkgdesc="QEMU system emulator for HPPA"
...
...
@@ -95,7 +103,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -863,7 +86
0
,7 @@
@@ -863,7 +86
1
,7 @@
package_qemu-system-loongarch64() {
pkgdesc="QEMU system emulator for LoongArch64"
...
...
@@ -104,7 +112,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -891,7 +88
8
,7 @@
@@ -891,7 +88
9
,7 @@
package_qemu-system-mips() {
pkgdesc="QEMU system emulator for MIPS"
...
...
@@ -113,7 +121,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -905,14 +90
2
,14 @@
@@ -905,14 +90
3
,14 @@
package_qemu-system-or1k() {
pkgdesc="QEMU system emulator for OpenRisc32"
...
...
@@ -130,7 +138,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -926,7 +92
3
,7 @@
@@ -926,7 +92
4
,7 @@
package_qemu-system-riscv() {
pkgdesc="QEMU system emulator for RISC-V"
...
...
@@ -139,7 +147,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -947,7 +94
4
,7 @@
@@ -947,7 +94
5
,7 @@
package_qemu-system-s390x() {
pkgdesc="QEMU system emulator for S390"
...
...
@@ -148,7 +156,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -961,14 +95
8
,14 @@
@@ -961,14 +95
9
,14 @@
package_qemu-system-sh4() {
pkgdesc="QEMU system emulator for SH4"
...
...
@@ -165,7 +173,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -990,7 +98
7
,7 @@
@@ -990,7 +98
8
,7 @@
package_qemu-system-x86() {
pkgdesc="QEMU system emulator for x86"
...
...
@@ -174,7 +182,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -1004,7 +100
1
,7 @@
@@ -1004,7 +100
2
,7 @@
package_qemu-system-xtensa() {
pkgdesc="QEMU system emulator for Xtensa"
...
...
@@ -183,7 +191,7 @@ diff -uar a/PKGBUILD b/PKGBUILD
mv -v $pkgname/* "$pkgdir"
_install_licenses
}
@@ -1039,9 +103
6
,8 @@
@@ -1039,9 +103
7
,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