diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/dmenu_height.patch | 13 | ||||
-rw-r--r-- | patches/kcc.patch | 30 |
2 files changed, 0 insertions, 43 deletions
diff --git a/patches/dmenu_height.patch b/patches/dmenu_height.patch deleted file mode 100644 index acda047..0000000 --- a/patches/dmenu_height.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/dmenu.c b/dmenu.c -index 0f7d5dd..50012fa 100644 ---- a/dmenu.c -+++ b/dmenu.c -@@ -867,7 +867,7 @@ setup(void) - dock = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_DOCK", False); - - /* calculate menu geometry */ -- bh = drw->fonts->h + 2; -+ bh = drw->fonts->h + 4; - bh = MAX(bh,lineheight); /* make a menu line AT LEAST 'lineheight' tall */ - lines = MAX(lines, 0); - mh = (lines + 1) * bh; 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:])) |