mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
a21712c11a
commit
c04672b87a
2 changed files with 16 additions and 1 deletions
15
srcpkgs/mcomix/patches/bugs-150.diff
Normal file
15
srcpkgs/mcomix/patches/bugs-150.diff
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- a/mcomix/__main__.py
|
||||
+++ b/mcomix/__main__.py
|
||||
@@ -21,10 +21,10 @@ from .run import run
|
||||
|
||||
|
||||
def main() -> None:
|
||||
- mp.freeze_support()
|
||||
- mp.set_start_method('spawn')
|
||||
run()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
+ mp.freeze_support()
|
||||
+ mp.set_start_method('spawn')
|
||||
main()
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mcomix'
|
||||
pkgname=mcomix
|
||||
version=3.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3-gobject python3-cairo python3-Pillow xdg-utils"
|
||||
|
|
Loading…
Add table
Reference in a new issue