mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
flowblade: update to 2.2.
This commit is contained in:
parent
71fd211693
commit
110f173674
2 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
--- flowblade-trunk/flowblade 2019-02-04 02:29:07.000000000 -0700
|
--- flowblade-trunk/flowblade 2019-08-31 20:09:32.877338976 +0200
|
||||||
+++ flowblade-trunk/flowblade 2019-07-06 17:48:47.295155396 -0600
|
+++ flowblade-trunk/flowblade 2019-08-31 20:09:50.706337258 +0200
|
||||||
@@ -34,7 +34,7 @@ print "Launch script dir:", launch_dir
|
@@ -34,7 +34,7 @@
|
||||||
|
|
||||||
# Update sys.path to include modules
|
# Update sys.path to include modules
|
||||||
# When running on distro
|
# When running on distro
|
||||||
-if launch_dir == "/usr/bin":
|
-if launch_dir in {"bin", "/usr/bin", "/usr/local/bin"}:
|
||||||
+if launch_dir in {"/usr/bin", "/bin", "/usr/local/bin"}:
|
+if launch_dir in {"/bin", "/usr/bin", "/usr/local/bin"}:
|
||||||
print "Running from installation..."
|
print "Running from installation..."
|
||||||
modules_path = "/usr/share/flowblade/Flowblade"
|
modules_path = "/usr/share/flowblade/Flowblade"
|
||||||
if not os.path.isdir(modules_path):
|
if not os.path.isdir(modules_path):
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'flowblade'
|
# Template file for 'flowblade'
|
||||||
pkgname=flowblade
|
pkgname=flowblade
|
||||||
version=2.0
|
version=2.2
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_wrksrc=flowblade-trunk
|
build_wrksrc=flowblade-trunk
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
|
@ -15,4 +15,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
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=c8f21d76803d9ed44585e6d960b12ba1930661e58ee36456fc424d41e2945b33
|
checksum=4c7bc61d2d38dbf91bbae9f835fbf82504a47d973983427264706a0596573e70
|
||||||
|
|
Loading…
Add table
Reference in a new issue