about summary refs log tree commit diff
path: root/patches/kcc.patch
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-21 16:36:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 00:18:58 +0200
commit84145db97d967dee9435f08d35c22232702f7147 (patch)
tree703d196e4fae4d179bc3d295c192b1d0eca123ac /patches/kcc.patch
parentOverlays: Base: Add database arg patch to comma (diff)
downloadnixos-config-84145db97d967dee9435f08d35c22232702f7147.tar.gz
nixos-config-84145db97d967dee9435f08d35c22232702f7147.tar.bz2
nixos-config-84145db97d967dee9435f08d35c22232702f7147.zip
Misc: Move patches to their respective overlay's folder
Diffstat (limited to 'patches/kcc.patch')
-rw-r--r--patches/kcc.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/patches/kcc.patch b/patches/kcc.patch
deleted file mode 100644
index 73c754c..0000000
--- a/patches/kcc.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/kindlecomicconverter/startup.py b/kindlecomicconverter/startup.py
-index c92579d..0217a76 100644
---- a/kindlecomicconverter/startup.py
-+++ b/kindlecomicconverter/startup.py
-@@ -25,7 +25,7 @@ from .shared import dependencyCheck
- 
- 
- def start():
--    dependencyCheck(3)
-+    #dependencyCheck(3)
-     from . import KCC_gui
-     os.environ['QT_AUTO_SCREEN_SCALE_FACTOR'] = "1"
-     KCCAplication = KCC_gui.QApplicationMessaging(sys.argv)
-@@ -43,14 +43,14 @@ def start():
- 
- 
- def startC2E():
--    dependencyCheck(2)
-+    #dependencyCheck(2)
-     from .comic2ebook import main
-     print('comic2ebook v' + __version__ + ' - Written by Ciro Mattia Gonano and Pawel Jastrzebski.')
-     sys.exit(main(sys.argv[1:]))
- 
- 
- def startC2P():
--    dependencyCheck(1)
-+    #dependencyCheck(1)
-     from .comic2panel import main
-     print('comic2panel v' + __version__ + ' - Written by Ciro Mattia Gonano and Pawel Jastrzebski.')
-     sys.exit(main(sys.argv[1:]))