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

Antonio Rojas arojas at archlinux.org
Mon Nov 4 21:54:47 UTC 2019


    Date: Monday, November 4, 2019 @ 21:54:46
  Author: arojas
Revision: 524138

Fix build with python 3.8

Modified:
  pitivi/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 21:53:26 UTC (rev 524137)
+++ PKGBUILD	2019-11-04 21:54:46 UTC (rev 524138)
@@ -26,6 +26,8 @@
   # 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
+
+  sed -e "s|dependency('python3'|dependency('python3-embed'|' -i meson.build # Fix build with python 3.8
 }
 
 build() {



More information about the arch-commits mailing list