flowblade: update to 2.2.
This commit is contained in:
parent
71fd211693
commit
110f173674
@ -1,11 +1,11 @@
|
||||
--- flowblade-trunk/flowblade 2019-02-04 02:29:07.000000000 -0700
|
||||
+++ flowblade-trunk/flowblade 2019-07-06 17:48:47.295155396 -0600
|
||||
@@ -34,7 +34,7 @@ print "Launch script dir:", launch_dir
|
||||
--- flowblade-trunk/flowblade 2019-08-31 20:09:32.877338976 +0200
|
||||
+++ flowblade-trunk/flowblade 2019-08-31 20:09:50.706337258 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
# Update sys.path to include modules
|
||||
# When running on distro
|
||||
-if launch_dir == "/usr/bin":
|
||||
+if launch_dir in {"/usr/bin", "/bin", "/usr/local/bin"}:
|
||||
-if launch_dir in {"bin", "/usr/bin", "/usr/local/bin"}:
|
||||
+if launch_dir in {"/bin", "/usr/bin", "/usr/local/bin"}:
|
||||
print "Running from installation..."
|
||||
modules_path = "/usr/share/flowblade/Flowblade"
|
||||
if not os.path.isdir(modules_path):
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'flowblade'
|
||||
pkgname=flowblade
|
||||
version=2.0
|
||||
revision=2
|
||||
version=2.2
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_wrksrc=flowblade-trunk
|
||||
build_style=python2-module
|
||||
@ -15,4 +15,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://jliljebl.github.io/flowblade/"
|
||||
distfiles="https://github.com/jliljebl/flowblade/archive/v${version}.tar.gz"
|
||||
checksum=c8f21d76803d9ed44585e6d960b12ba1930661e58ee36456fc424d41e2945b33
|
||||
checksum=4c7bc61d2d38dbf91bbae9f835fbf82504a47d973983427264706a0596573e70
|
||||
|
Loading…
x
Reference in New Issue
Block a user