flowblade: update to 2.0.
This commit is contained in:
parent
ff9ff93579
commit
471f210452
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'flowblade'
|
# Template file for 'flowblade'
|
||||||
pkgname=flowblade
|
pkgname=flowblade
|
||||||
version=1.16
|
version=2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc="flowblade-trunk"
|
noarch=yes
|
||||||
|
build_wrksrc=flowblade-trunk
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
# https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md
|
# https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md
|
||||||
depends="frei0r-plugins gmic mlt-python python-Pillow python-dbus gtk+3
|
depends="frei0r-plugins gmic mlt-python python-Pillow python-dbus gtk+3
|
||||||
|
@ -13,6 +15,4 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://jliljebl.github.io/flowblade/"
|
homepage="https://jliljebl.github.io/flowblade/"
|
||||||
distfiles="https://github.com/jliljebl/flowblade/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jliljebl/flowblade/archive/v${version}.tar.gz"
|
||||||
checksum=2b33535ca92ed6c179cf804ccc9cd742194742bdddcad0bd8c3387ca7a4327ef
|
checksum=c8f21d76803d9ed44585e6d960b12ba1930661e58ee36456fc424d41e2945b33
|
||||||
make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared"
|
|
||||||
noarch=yes
|
|
||||||
|
|
Loading…
Reference in New Issue