Update package version to 12.6.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: libvirt
|
name: libvirt
|
||||||
description: Virtualization platform management toolkit
|
description: Virtualization platform management toolkit
|
||||||
version: 12.5.0
|
version: 12.6.0
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://libvirt.org/
|
url: https://libvirt.org/
|
||||||
license: GPL3-or-later,LGPL2.1-or-later
|
license: GPL3-or-later,LGPL2.1-or-later
|
||||||
@@ -55,4 +55,4 @@ downloads:
|
|||||||
- url: https://libvirt.org/sources/libvirt-${BPM_PKG_VERSION}.tar.xz
|
- url: https://libvirt.org/sources/libvirt-${BPM_PKG_VERSION}.tar.xz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 4fff62f08fdf938fe7fd21e260a908a44193cc6d34c42d3b1afdcadd34120357
|
checksum: 1592256deb76fc94028ff083a4d9f06a74f3b92a66a1794f37bc26f21430c888
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
meson setup build --prefix=/usr \
|
meson setup build --prefix=/usr \
|
||||||
|
--libdir=/usr/lib \
|
||||||
-Drunstatedir=/run \
|
-Drunstatedir=/run \
|
||||||
-Dqemu_user=libvirt \
|
-Dqemu_user=libvirt \
|
||||||
-Dqemu_group=libvirt \
|
-Dqemu_group=libvirt \
|
||||||
|
|||||||
Reference in New Issue
Block a user