🔒 Repository is read-only – file editing is disabled.

recipes/gui/virt-manager/PAGBUILD.yaml main

55 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
pkgname: virt-manager
pkgver: '5.1.0'
pkgrel: '10'
pkgdesc: Desktop user interface for managing virtual machines
url: 'https://virt-manager.org/'
arch: x86_64
depends:
- gtk-vnc
- gtksourceview4
- libxml2
- libosinfo
- libvirt
- libvirt-glib
- libvirt-python
- python-cairo
- python-gobject
- python-lxml
- python-requests
- spice-gtk
- vte
- python-urllib3
- python-idna
- hwdata
makedepends:
- gtk-vnc
- gtksourceview4
- intltool
- libosinfo
- libvirt-glib
- libvirt-python
- python-cairo
- python-gobject
- python-lxml
- python-requests
- spice-gtk
- vte
source:
- 'https://github.com/virt-manager/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- faa8e4cb594d4a205a12b221eba4e9c9c324eb4df152f8393f6f744279a90638
build: |
  meson setup --prefix /usr \
          --buildtype  plain        \
          --libdir=/usr/lib         \
           -Ddefault-hvs="qemu,lxc"  \
           -Dupdate-icon-cache=false \
           -Dcompile-schemas=false   \
           -Dtests=disabled          \
           ${pkgname}-${pkgver}            builddir

  meson compile -C          builddir

  DESTDIR=${PKGDIR} meson install -C builddir
package: |
  true