summaryrefslogtreecommitdiff
path: root/gnu/packages/terminals.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into python-testsMarius Bakke2017-02-13
|\
| * gnu: Add libvterm.Ricardo Wurmus2017-01-24
| | | | | | | | * gnu/packages/terminals.scm (libvterm): New variable.
| * gnu: Add unibilium.Ricardo Wurmus2017-01-24
| | | | | | | | * gnu/packages/terminals.scm (unibilium): New variable.
* | Merge branch 'master' into python-testsLeo Famulari2017-01-13
|\|
| * gnu: beep: Ignore substitute* return value.Tobias Geerinckx-Rice2017-01-05
| | | | | | | | | | * gnu/packages/terminals.scm (beep)[arguments]: End 'patch-makefile phase with truth.
| * gnu: Add beep.José Miguel Sánchez García2017-01-05
| | | | | | | | | | | | * gnu/packages/terminals.scm (beep): New variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: libtermkey: Update to 0.19.José Miguel Sánchez García2016-12-30
| | | | | | | | | | | | * gnu/packages/terminals.scm (libtermkey): Update to 0.19. Co-authored-by: Leo Famulari <leo@famulari.name>
* | gnu: asciinema: Fix test requirements.Marius Bakke2016-12-17
|/ | | | * gnu/packages/terminals.scm (asciinema)[native-inputs]: Add python-requests.
* gnu: Add libtermkey.José Miguel Sánchez García2016-12-07
| | | | | | * gnu/packages/terminals.scm (libtermkey): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Remove python-setuptools and python2-setuptools from inputs (part 2)Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains the changes where removing setuptools from the inputs affected some code-lines beside. * gnu/packages/admin.scm (ansible): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (duplicity): Likewise. * gnu/packages/bioinformatics.scm (bamm, python2-pybedtools, python2-bx-python, python2-dendropy, python-pysam, python2-pysam, clipper, crossmap, cutadapt, deeptools, grit, idr, python2-warpedlmm, pbtranscript-tofu, seqmagick): Likewise. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): Likewise. * gnu/packages/lirc.scm (python2-lirc): Likewise. * gnu/packages/mp3.scm (eyed3): Likewise. * gnu/packages/nutrition.scm (gourmet): Likewise. * gnu/packages/openstack.scm (python-hacking, python2-hacking, python-os-testr, python2-os-testr, python-stevedore, python2-stevedore, python-tempest-lib, python2-tempest-lib, python-oslo.log, python2-oslo.log, python-keystoneclient, python2-keystoneclient): Likewise. * gnu/packages/password-utils.scm (assword): Likewise. * gnu/packages/python.scm (python-passlib, python2-passlib, python-babel, python2-babel, python-parse-type, python-pytest, python2-pytest, python-scripttest, python2-scripttest, python-testtools, python2-testtools, python-testscenarios, python2-testscenarios, python-subunit, python2-subunit, python-pbr-0.11, python-pbr, python2-pbr, python-testrepository, python2-testrepository, behave, python-wheel, python2-wheel, python-requests, python2-requests, python-jsonschema, python2-jsonschema, python-pyjwt, python2-pyjwt, python-virtualenv, python2-virtualenv, python-jinja2, python2-jinja2, python-joblib, python2-joblib, python-sphinx, python2-sphinx, python-feedgenerator, python2-feedgenerator, python-scikit-image, python2-scikit-image, python-redis, python2-redis, python2-fastlmm, python-numpydoc, python2-numpydoc, python-matplotlib, python2-matplotlib, python2-pysnptools, python-rpy2, python2-rpy2, python-pillow, python2-pillow, python-pycparser, python2-pycparser, python-cffi, python2-cffi, python-cairocffi, python2-cairocffi, python-drmaa, python2-drmaa, python-pathpy, python2-pathpy, python-simplegeneric, python2-simplegeneric, python-ipython, python2-ipython, python-apsw, python2-apsw, python-lxml, python2-lxml, python-networkx, python2-networkx, python-pyzmq, python2-pyzmq, python-mccabe, python2-mccabe, python-mccabe-0.2.1, python-flake8, python2-flake8, python-flake8-2.2.4, python-mistune, python2-mistune, python-ptyprocess, python2-ptyprocess, python-llfuse, python2-llfuse, python-webob, python2-webob, python-xlrd, python2-xlrd, python-tables, python2-tables, python-pip, python2-pip, python-libarchive-c, python2-libarchive-c, python-docopt, python2-docopt, python-pyrfc3339, python2-pyrfc3339, python-configobj, python2-configobj, python-clint, python2-clint, python-rply, python2-rply, python2-rpython, python-widgetsnbextension, python2-widgetsnbextension jupyter, python-jupyter-console, python2-jupyter-console, python-hy, python2-hy, python-urllib3, python2-urllib3, python-rsa, python2-rsa, python-tox, python2-tox, python2-hypothesis, python-paste, python2-paste, python-pastescript, python2-pastescript, python2-unicodecsv, python-pkgconfig, python2-pkgconfig, python2-rope, python-sqlparse, python2-sqlparse, python-gevent, python2-gevent, python-tabulate, python2-tabulate, python-arrow, python2-arrow, python-cleo, python2-cleo, python-fake-factory, python2-fake-factory, ptpython): Likewise. * gnu/packages/rdf.scm (python-rdflib, python2-rdflib): Likewise. * gnu/packages/terminals.scm (asciinema): Likewise. * gnu/packages/version-control.scm (git-annex-remote-hubic): Likewise. * gnu/packages/xdisorg.scm (arandr): Likewise.
* Merge branch 'master' into core-updatesMark H Weaver2016-10-17
|\
| * gnu: picocom: Update to 2.2.Efraim Flashner2016-10-15
| | | | | | | | * gnu/packages/terminals.scm (picocom): Update to 2.2.
| * gnu: termite: Use 'modify-phases' syntax.Efraim Flashner2016-10-15
| | | | | | | | | | * gnu/packages/terminals.scm (termite)[arguments]: Use 'modify-phases' syntax.
| * gnu: termite: Update to 12.Efraim Flashner2016-10-15
| | | | | | | | * gnu/packages/terminals.scm (termite): Update to 12.
* | Merge branch 'master' into core-updatesLudovic Courtès2016-09-30
|\|
| * gnu: tilda: Update to 1.3.3.Efraim Flashner2016-09-28
| | | | | | | | * gnu/packages/terminals.scm (tilda): Update to 1.3.3.
| * gnu: Add picocom.David Craven2016-09-28
| | | | | | | | * gnu/packages/terminals.scm (picocom): New variable.
| * gnu: kmscon: Enable elogind support.Ludovic Courtès2016-09-09
| | | | | | | | | | * gnu/packages/terminals.scm (kmscon)[source]: Add 'modules' and 'snippet'.
| * gnu: kmscon: Build the man page.Ludovic Courtès2016-09-09
| | | | | | | | | | * gnu/packages/terminals.scm (kmscon)[native-inputs]: Add LIBXSLT, LIBXML2, and DOCBOOK-XSL.
| * gnu: kmscon: Clarify synopsis, description, and supported systems.Ludovic Courtès2016-09-09
| | | | | | | | | | * gnu/packages/terminals.scm (kmscon)[synopsis, description]: Clarify. [supported-systems]: New field.
* | gnu: Add and use gettext-minimal.Alex Kost2016-09-28
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (gnu-gettext): Rename to... (gettext-minimal): ... this. Adjust synopsis and description. (gnu-gettext): Inherit from it. (po4a): Use 'gettext-minimal' instead of 'gnu-gettext'. * gnu/packages/acl.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/apl.scm: Likewise. * gnu/packages/attr.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/cdrom.scm: Likewise. * gnu/packages/commencement.scm: Likewise. * gnu/packages/crypto.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/disk.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/education.scm: Likewise. * gnu/packages/engineering.scm: Likewise. * gnu/packages/enlightenment.scm: Likewise. * gnu/packages/fcitx.scm: Likewise. * gnu/packages/fontutils.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gkrellm.scm: Likewise. * gnu/packages/glib.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/grub.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/ibus.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/iso-codes.scm: Likewise. * gnu/packages/kde-frameworks.scm: Likewise. * gnu/packages/kodi.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/man.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/mono.scm: Likewise. * gnu/packages/mp3.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/nano.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/package-management.scm: Likewise. * gnu/packages/pdf.scm: Likewise. * gnu/packages/sawfish.scm: Likewise. * gnu/packages/statistics.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/vpn.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/webkit.scm: Likewise. * gnu/packages/wicd.scm: Likewise. * gnu/packages/wine.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xorg.scm: Likewise.
* gnu: kmscon: Add missing licenses.David Craven2016-08-28
| | | | * gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
* gnu: libtsm: Add missing licenses.David Craven2016-08-28
| | | | * gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
* gnu: Add kmscon.David Craven2016-08-22
| | | | * gnu/packages/terminals.scm (kmscon): New variable.
* gnu: Add libtsm.David Craven2016-08-22
| | | | * gnu/packages/terminals.scm (libtsm): New variable.
* gnu: Add asciinema.Alex Griffin2016-07-28
| | | | | | * gnu/packages/terminals.scm (asciinema): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Termite.McKinley Olsen2016-06-03
| | | | | | * gnu/packages/terminals.scm (termite): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tilda: Update to 1.3.1.Efraim Flashner2015-12-20
| | | | * gnu/packages/terminals.scm (tilda): Update to 1.3.1.
* gnu: tilda: Update to 1.3.0.Efraim Flashner2015-11-19
| | | | | * gnu/packages/terminals.scm (tilda): Update to 1.3.0. [inputs]: Switch vte from 0.36 to 0.40, remove zip.
* gnu: Add tilda.Efraim Flashner2015-11-16
* gnu/packages/terminals.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.