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

recipes/gui/atkmm-gtk-4/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: atkmm-gtk-4
pkgver: '2.36.3'
pkgrel: '2'
pkgdesc: Atkmm is the official C++ interface for the ATK accessibility toolkit library.
url: 'http://gtkmm.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- git
- at-spi2-core
- glibmm-gtk-4
- meson
- doxygen
- libsigc++-3
- graphviz
- mm-common
source:
- 'https://gitlab.gnome.org/GNOME/atkmm/-/archive/${pkgver}/atkmm-${pkgver}.tar.gz'
sha256sums:
- 888205b23a693db74d673be04eb2fbe643c8a394a46b9d1d5580ccb85fa51c3e
build: |
  cd atkmm-${pkgver}
  mkdir bld
  cd bld

  meson setup .. \
         --prefix=/usr          \
         --buildtype=release    \
         -D maintainer-mode=true

  ninja

  DESTDIR=${PKGDIR} ninja install
package: |
  true