From f53dd8f34c98380c8f8f13398b4e074cc79dfdd6 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Tue, 3 Aug 2010 12:59:43 +0000 Subject: literki: initial packaging. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No formal release yet, although upstreams ships an ipk with a version and a packaging revision, so we pull from git. Patches: - Makefile was completely broken and had no install target, rewrites most of it. - author has put a "switcher" feature in it, which is non-functional, disable it in conffile - in the area in which the "slide" to bringup the keyboard starts, drags are not propagated to window below; make the area smaller so we can unlock the screen Signed-off-by: Yann Dirson Signed-off-by: Eric BĂ©nard --- recipes/literki/literki/sliderheight.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/literki/literki/sliderheight.patch (limited to 'recipes/literki/literki/sliderheight.patch') diff --git a/recipes/literki/literki/sliderheight.patch b/recipes/literki/literki/sliderheight.patch new file mode 100644 index 0000000000..f41b863918 --- /dev/null +++ b/recipes/literki/literki/sliderheight.patch @@ -0,0 +1,21 @@ +commit 752db9abcce80fc2713e9892444894a86c7f59a0 +Author: Yann Dirson +Date: Tue Aug 3 23:30:11 2010 +0200 + + Make slider less high to allow unlocking screen in shr. + + Signed-off-by: Yann Dirson + +diff --git a/literki.conf b/literki.conf +index 3c47bda..ae4219f 100644 +--- a/literki.conf ++++ b/literki.conf +@@ -27,7 +27,7 @@ switcher_width 400 + switcher_height 230 + + slider_width 240 +-slider_height 80 ++slider_height 50 + landscape_slider_width 240 + landscape_slider_height 80 + slider_dist 50 -- cgit 1.2.3-korg