# Contributor: ScrumpyJack # Maintainer: Francesco Colista pkgname=corebird pkgver=1.7.3 pkgrel=0 pkgdesc="Corebird is a modern, easy and fun Twitter client" url="https://corebird.baedert.org/" arch="all" license="GPL-3.0" makedepends="gtk+3.0-dev rest-dev json-glib-dev sqlite-dev libsoup-dev libgee-dev vala tiff automake autoconf libtool intltool glib-dev libxml2-utils file" options="libtool !check" subpackages="$pkgname-lang $pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/baedert/$pkgname/archive/$pkgver.tar.gz disable-gst-check.patch" builddir=${srcdir}/${pkgname}-${pkgver} prepare() { cd "$builddir" NOCONFIGURE=yes ./autogen.sh default_prepare } build() { cd "$builddir" ./configure \ --prefix=/usr \ --disable-video \ --disable-gst-check \ --disable-spellcheck make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="f4909f6d58ab881c77a7daffcc90243f089f58bc0198efcfafa37a419b7c6f04a1deaba4c6174270110b8ca7dbc589edc28d4e1f6efd76adfa83e96e6ec330b2 corebird-1.7.3.tar.gz ce31141924a58b9081453b4c9490b22f2d039624a8f06d8f9418c5b8581cb8443a57db304d1112331dda547905cbe3df0c26f08f62ff78a2b210465fc3506e94 disable-gst-check.patch"