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

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

38 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: 'virt-viewer'
pkgver: '11.0'
pkgrel: '1'
pkgdesc: 'A lightweight interface for interacting with the graphical display of virtualized guest OS.'
url: 'https://virt-manager.org/'
arch: x86_64
depends:
- 'desktop-file-utils'

makedepends:
- intltool
- meson
- ninja
- 'gtk-vnc'
- 'spice-gtk'
- 'spice-protocol'
- vte

source:
- 'https://virt-manager.org/download/sources/${pkgname}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  mkdir build
  cd    build
  meson --prefix=/usr \
  -Dvnc=enabled \
  -Dspice=enabled \
  -Dvte=enabled
  ninja

  DESTDIR=${PKGDIR} ninja install

package: |
  true