Skip to content

Commit

Permalink
layers/qemu: Test adding looking-glass
Browse files Browse the repository at this point in the history
  • Loading branch information
joostruis committed Nov 14, 2024
1 parent 53aab41 commit 852cf7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/layers/qemu/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ env:
{{ template "portage_env" . }}
prelude:
- cp -rf package.use /etc/portage/
- cp -rf package.accept_keywords /etc/portage/
- emerge -1 app-eselect/eselect-repository
- eselect repository enable nest
- emaint sync -r nest
- USE="-smartcard" emerge app-emulation/spice
{{ template "portage_prelude_build" . }}
steps:
- USE="-smartcard" emerge app-emulation/spice
{{ template "portage_build" . }}
- eselect repository remove nest
- emerge -C app-eselect/eselect-repository
requires:
- category: "buildbase"
name: "X"
Expand Down
7 changes: 5 additions & 2 deletions packages/layers/qemu/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
category: "layers"
name: "qemu"
version: 8.2.3+16
version: 8.2.3+17
uri:
- https://www.qemu.org
license: "GPL-2 LGPL-2 BSD-2"
description: "QEMU + Kernel-based Virtual Machine userland tools"
labels:
emerge.jobs: "1"
emerge.packages: >-
app-crypt/swtpm app-emulation/libcacard app-emulation/libvirt app-emulation/libvirt-glib app-emulation/qemu app-emulation/spice app-misc/scrub dev-python/libvirt-python media-libs/virglrenderer net-analyzer/openbsd-netcat net-firewall/ebtables net-libs/libslirp net-misc/ethertypes net-misc/radvd net-misc/spice-gtk sys-apps/dtc sys-apps/usbredir sys-firmware/edk2-bin sys-firmware/ipxe sys-firmware/seabios-bin sys-firmware/sgabios
app-crypt/swtpm app-emulation/libcacard app-emulation/libvirt app-emulation/libvirt-glib app-emulation/looking-glass::nest app-emulation/qemu app-emulation/spice app-misc/scrub dev-python/libvirt-python media-libs/virglrenderer net-analyzer/openbsd-netcat net-firewall/ebtables net-libs/libslirp net-misc/ethertypes net-misc/radvd net-misc/spice-gtk sys-apps/dtc sys-apps/usbredir sys-firmware/edk2-bin sys-firmware/ipxe sys-firmware/seabios-bin sys-firmware/sgabios
provides:
- name: swtpm
category: app-crypt
Expand All @@ -22,6 +22,9 @@ provides:
- name: libvirt-glib
category: app-emulation
version: '>=0'
- name: looking-glass
category: app-emulation
version: '>=0'
- name: qemu
category: app-emulation
version: '>=0'
Expand Down

0 comments on commit 852cf7d

Please sign in to comment.