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

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

41 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: 'python-gobject'
pkgver: '3.56.3'
pkgrel: '1'
pkgdesc: 'provides the links of Python 3 for the class GObject of GLib.'
url: 'https://www.gnome.org/'
arch: x86_64
license:
- 'GPL2.1'

depends:
- python

makedepends:
- 'python-cairo'
- 'gobject-introspection'
- 'xorg-libxxf86vm'
- libffi
- meson
- ninja

source:
- 'https://download.gnome.org/sources/pygobject/3.56/pygobject-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd pygobject-${pkgver}
  mkdir build
  cd    build

  meson setup .. \
        --prefix=/usr \
        -D python=/usr/bin/python3
  ninja
  DESTDIR=${PKGDIR} ninja install

  install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING

package: |
  true