Date: Saturday, May 1, 2021 @ 22:20:18 Author: bgyorgy Revision: 926058
Minor changes Modified: pitivi/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-01 21:54:15 UTC (rev 926057) +++ PKGBUILD 2021-05-01 22:20:18 UTC (rev 926058) @@ -6,17 +6,17 @@ pkgname=pitivi pkgver=2021.01 pkgrel=2 -pkgdesc="Editor for audio/video projects using the GStreamer framework" +pkgdesc='Editor for audio/video projects using the GStreamer framework' arch=('x86_64') -url="http://pitivi.org/" +url='http://pitivi.org/' license=('LGPL') depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 'gst-plugins-good' 'gst-python' 'gtk3' 'libnotify' 'libpeas' 'python-cairo' 'python-gobject' 'python-matplotlib' 'python-numpy') -makedepends=('intltool' 'itstool' 'meson') +makedepends=('appstream-glib' 'intltool' 'itstool' 'meson') optdepends=('frei0r-plugins: additional video effects, clip transformation feature' 'gst-libav: additional multimedia codecs' 'gst-plugins-ugly: additional multimedia codecs') -source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz") sha256sums=('818946f9aaf7347f901e0cb445819711dd518d62519caa17e475ec1476d63f4f') build() { @@ -24,6 +24,10 @@ meson compile -C build } +check() { + meson test -C build --print-errorlogs +} + package() { DESTDIR="$pkgdir" meson install -C build }