Update the wicd-curses client to work with urwid-1.3. Based on a patch from: http://technik.blogbasis.net/wicd-curses-fix-fuer-attributeerror-screen-object-no-attribute-get_input_nonblocking-04-12-2014 --- wicd-1.7.3/curses/wicd-curses.py.orig 2014-12-21 14:40:46.000000000 -0500 +++ wicd-1.7.3/curses/wicd-curses.py 2015-02-05 23:41:17.530901204 -0500 @@ -1153,9 +1153,10 @@ if not ui._started: return False - input_data = ui.get_input_nonblocking() + ui.set_input_timeouts(max_wait=0) + input_data = ui.get_input() # Resolve any "alarms" in the waiting - self.handle_keys(input_data[1]) + self.handle_keys(input_data) # Update the screen canvas = self.frame.render((self.size), True) ted='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
AgeCommit message (Expand)Author
2019-01-05gnu: po4a: Update to 0.55....* gnu/packages/gettext.scm (po4a): Update to 0.55. [arguments]: Add 'patch-docbook-xml phase to patch references to docbook-xml. Update custom 'disable-failing-tests phase. [native-inputs]: Replace docbook-xml with docbook-xml-4.1.2. Efraim Flashner
2018-08-11gnu: po4a: Update to 0.54....* gnu/packages/gettext.scm (po4a): Update to 0.54. [arguments]: Remove ‘set-search-path’ and ‘fix-builder’ phases. Coalesce ‘disable-...-test’ phases into one ‘disable-failing-tests’ phase, update their numbering, and re-enable the ‘yaml’ test. [native-inputs]: Add perl-yaml-tiny test dependency. Tobias Geerinckx-Rice
2018-06-09gnu: po4a: Update to 0.53....* gnu/packages/gettext.scm (po4a): Update to 0.53. [source]: Update to newer github source location. [arguments]: Disable two failing tests. Julien Lepiller
2018-03-23gnu: gettext-minimal: Return #t from all phases....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Return #t from the 'patch-tests' and 'link-expat' phases. Mark H Weaver
2018-02-22gnu: po4a: Update home page....* gnu/packages/gettext.scm (po4a)[home-page]: Update. Tobias Geerinckx-Rice
2017-11-06gnu: Disable gnulib's test-lock test in packages....* gnu/packages/base.scm (findutils)[source]: Disable test-lock. * gnu/packages/gettext.scm (gettext-minimal)[source]: Ditto. * gnu/packages/libidn.scm (libidn)[source]: Ditto. * gnu/packages/libunistring.scm (libunistring)[source]: Ditto. * gnu/packages/augeas.scm (augeas)[source]: Ditto. * gnu/packages/gsasl.scm (gsasl)[source]: Ditto. * gnu/packages/patches/findutils-gnulib-multi-core.patch, gnu/packages/patches/gettext-gnulib-multi-core.patch, gnu/packages/patches/gettext-multi-core.patch, gnu/packages/patches/libunistring-gnulib-multi-core.patch: Delete patches. * gnu/local.mk (DIST_PATCH_DATA): Remove them. Eric Bavier
2017-07-27gnu: po4a: Work around "dotless @INC" build issues....* gnu/packages/gettext.scm (po4a)[arguments]: Add build phase "set-search-path". Ricardo Wurmus
2017-07-10Merge branch 'master' into core-updatesLeo Famulari
2017-06-30gnu: po4a: Use texlive-tiny....* gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with texlive-tiny. Ricardo Wurmus