Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
virtualbox
Commits:
4032c17c by Christian Hesse at 2026-06-17T08:45:11+02:00
rename patch files, use four digit prefix
- - - - -
11 changed files:
- .SRCINFO
- 001-disable-update.patch → 0001-disable-update.patch
- 004-drop-Wno-format.patch → 0004-drop-Wno-format.patch
- 008-no-vboxvideo.patch → 0008-no-vboxvideo.patch
- 009-properly-handle-i3wm.patch → 0009-properly-handle-i3wm.patch
- 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch →
0012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
- 013-support-building-from-dkms.patch → 0013-support-building-from-dkms.patch
- 018-upate-xclient-script.patch → 0018-upate-xclient-script.patch
- 020-python-3-12.patch → 0020-python-3-12.patch
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -53,14 +53,14 @@ pkgbase = virtualbox
source = vboxservice-nox.service
source = vboxweb.service
source = vboxreload
- source = 001-disable-update.patch
- source = 004-drop-Wno-format.patch
- source = 008-no-vboxvideo.patch
- source = 009-properly-handle-i3wm.patch
- source = 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
- source = 013-support-building-from-dkms.patch
- source = 018-upate-xclient-script.patch
- source = 020-python-3-12.patch
+ source = 0001-disable-update.patch
+ source = 0004-drop-Wno-format.patch
+ source = 0008-no-vboxvideo.patch
+ source = 0009-properly-handle-i3wm.patch
+ source = 0012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
+ source = 0013-support-building-from-dkms.patch
+ source = 0018-upate-xclient-script.patch
+ source = 0020-python-3-12.patch
sha256sums =
203a02e3c33ed02fdd75211a58bc9e77c9a8042ad4fa91ddc2914afbd2d67125
sha256sums =
f753501352054576c510aa81e83f4935079ea620e601057784b02b4d4d1eeb04
sha256sums =
07fe5c8b313cd7f01505eb9721357269a288ccd0c04e6467afb954038d6f46df
=====================================
001-disable-update.patch → 0001-disable-update.patch
=====================================
=====================================
004-drop-Wno-format.patch → 0004-drop-Wno-format.patch
=====================================
=====================================
008-no-vboxvideo.patch → 0008-no-vboxvideo.patch
=====================================
=====================================
009-properly-handle-i3wm.patch → 0009-properly-handle-i3wm.patch
=====================================
=====================================
012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch →
0012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
=====================================
=====================================
013-support-building-from-dkms.patch → 0013-support-building-from-dkms.patch
=====================================
=====================================
018-upate-xclient-script.patch → 0018-upate-xclient-script.patch
=====================================
=====================================
020-python-3-12.patch → 0020-python-3-12.patch
=====================================
=====================================
PKGBUILD
=====================================
@@ -64,14 +64,14 @@
source=("https://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${_tarv
'vboxservice-nox.service'
'vboxweb.service'
'vboxreload'
- '001-disable-update.patch'
- '004-drop-Wno-format.patch'
- '008-no-vboxvideo.patch'
- '009-properly-handle-i3wm.patch'
- '012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
- '013-support-building-from-dkms.patch'
- '018-upate-xclient-script.patch'
- '020-python-3-12.patch')
+ '0001-disable-update.patch'
+ '0004-drop-Wno-format.patch'
+ '0008-no-vboxvideo.patch'
+ '0009-properly-handle-i3wm.patch'
+ '0012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch'
+ '0013-support-building-from-dkms.patch'
+ '0018-upate-xclient-script.patch'
+ '0020-python-3-12.patch')
sha256sums=('203a02e3c33ed02fdd75211a58bc9e77c9a8042ad4fa91ddc2914afbd2d67125'
'f753501352054576c510aa81e83f4935079ea620e601057784b02b4d4d1eeb04'
'07fe5c8b313cd7f01505eb9721357269a288ccd0c04e6467afb954038d6f46df'
=====================================
REUSE.toml
=====================================
@@ -29,14 +29,14 @@ SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
- "001-disable-update.patch",
- "004-drop-Wno-format.patch",
- "008-no-vboxvideo.patch",
- "009-properly-handle-i3wm.patch",
- "012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch",
- "013-support-building-from-dkms.patch",
- "018-upate-xclient-script.patch",
- "020-python-3-12.patch",
+ "0001-disable-update.patch",
+ "0004-drop-Wno-format.patch",
+ "0008-no-vboxvideo.patch",
+ "0009-properly-handle-i3wm.patch",
+ "0012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch",
+ "0013-support-building-from-dkms.patch",
+ "0018-upate-xclient-script.patch",
+ "0020-python-3-12.patch",
]
SPDX-FileCopyrightText = "virtualbox contributors"
SPDX-License-Identifier = "GPL-3.0-only"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/4032c17c3437fd8bb4627fb334d5d863b6ae6ea4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/commit/4032c17c3437fd8bb4627fb334d5d863b6ae6ea4
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help