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

recipes/gui/python-atspi/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: 'python-atspi'
pkgver: '2.58.2'
pkgrel: '1'
pkgdesc: 'Contains the bindings Python for the components of heart GNOME Accessibility'
url: 'https://www.cairographics.org/'
arch: x86_64
depends: []
makedepends:
- meson
- 'alsa-lib'
- expat
- pulseaudio
- 'at-spi2-core'
- 'python-gobject'

source:
- 'https://ftp.gnome.org/pub/gnome/sources/pyatspi/2.58/pyatspi-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  mv pyatspi-${pkgver} ${pkgname}-${pkgver}
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true python-atspi-2.58.2 builddir
  meson compile -C builddir

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