# Maintainer: Guillaume Hayot pkgname=parlatype pkgver=3.1 pkgrel=1 pkgdesc="GNOME audio player for transcription" arch=('any') url="https://github.com/gkarsay/parlatype" license=('GPL3') depends=('gtk3' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'iso-codes') makedepends=('appstream' 'appstream-glib' 'meson' 'gettext' 'gobject-introspection' 'yelp-tools' 'desktop-file-utils' 'gtk-doc') optdepends=('parlatype-libreoffice-extension: LibreOffice macros') source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('c93ffc1cac64dfda71e16744941fcf48a2a376b17ee3963e27765361da2fdb1f') build() { cd "$pkgname-$pkgver" arch-meson build -Dgir=true -Dgtk-doc=true cd build ninja } package() { cd "$pkgname-$pkgver"/build DESTDIR="$pkgdir/" ninja install }