From 099ed64dd976bf122b9d1eaae396e66c6a1f6d51 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 15 Apr 2020 20:19:25 +0200 Subject: [PATCH] flowblade: switch to python3 --- srcpkgs/flowblade/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/flowblade/template b/srcpkgs/flowblade/template index d2e2fea2404..c011d7dc115 100644 --- a/srcpkgs/flowblade/template +++ b/srcpkgs/flowblade/template @@ -1,15 +1,15 @@ # Template file for 'flowblade' pkgname=flowblade version=2.4 -revision=1 +revision=2 archs=noarch build_wrksrc=flowblade-trunk -build_style=python2-module +build_style=python3-module make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared" -hostmakedepends="python-setuptools" +hostmakedepends="python3-setuptools" # https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md -depends="frei0r-plugins gmic mlt-python python-Pillow python-dbus gtk+3 - python-gobject python-numpy swh-plugins" +depends="frei0r-plugins gmic mlt-python3 python3-Pillow python3-dbus gtk+3 + python3-gobject python3-numpy swh-plugins" short_desc="Non-linear video editor for Linux" maintainer="Orphaned " license="GPL-3.0-or-later"