🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: atkmm
pkgver: '2.28.5'
pkgrel: '1'
pkgdesc: 'Atkmm is the official C++ interface for the ATK accessibility toolkit library.'
url: 'http://gtkmm.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- git
- meson
- ninja
- 'at-spi2-core'
- 'libsigc++'
- glibmm
source:
- 'https://download.gnome.org/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true --wrap-mode=nofallback atkmm-2.28.5 builddir
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir