[arch-commits] Commit in pitivi/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Dec 25 01:51:44 UTC 2018


    Date: Tuesday, December 25, 2018 @ 01:51:44
  Author: bgyorgy
Revision: 417883

upgpkg: pitivi 0.999-2

Fix AppStream metadata

Modified:
  pitivi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-25 01:32:22 UTC (rev 417882)
+++ PKGBUILD	2018-12-25 01:51:44 UTC (rev 417883)
@@ -5,7 +5,7 @@
 
 pkgname=pitivi
 pkgver=0.999
-pkgrel=1
+pkgrel=2
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('x86_64')
 url="http://pitivi.org/"
@@ -22,6 +22,11 @@
 
 prepare() {
   mkdir -p build
+  cd $pkgname-$pkgver
+
+  # Don't use legacy path for AppStream metainfo file
+  # https://gitlab.gnome.org/GNOME/pitivi/commit/e31aaf78ac9660fc480d55bede5f0f27878a1efc
+  sed -i "s/install_dir : join_paths(get_option('datadir'), 'appdata')/install_dir : join_paths(get_option('datadir'), 'metainfo')/" data/meson.build
 }
 
 build() {



More information about the arch-commits mailing list