summary refs log tree commit diff
path: root/pkgs/applications/misc/termite
Commit message (Collapse)AuthorAge
* A directory-category for terminal emulatorsAndersonTorres2020-10-28
| | | | | | | | | | | | | This is a mostly cosmetical commit, in the sense it doesn't change the contents of any package, but reorganizes the overall Nixpkgs expressions. Terminal emulators are an ubiquitous tool for any Unix user; even the beginners are routinely familiarized to it. And, manifestly, there are many implementations of terminal emulators out there, from those traditionally made in C and C++ to those written in Haskell and Go. Terminal emulators deserve more highlight. This commit does that by creating a category for them.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* termite: passthru vte-ng (#70776)Wael Nasreddine2019-10-09
|
* vte-ng: move inside termiteJan Tojnar2019-10-03
| | | | It is just a few patches only needed by termite. Let's not pollute our tree with it.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas2019-07-03
| | | | anything
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* termite: pick upstream fix for off-by-one w/newer vteWill Dietz2019-05-15
|
* termite: 14 -> 15Will Dietz2019-05-15
|
* vte, vte_290, vte-ng: rename frome gnome3.vte*worldofpeace2018-12-25
|
* termite: 13 -> 14Will Dietz2018-11-14
| | | | https://github.com/thestinger/termite/releases/tag/v14
* termite: factor wrapper out into its own file (#43691)Maximilian Bosch2018-08-01
| | | | | | | | | | | | | | | | | | | Until now it's impossible to override the attrs of the actual build instruction for the `termite` package like this: ``` termite.overrideAttrs (_: { # ... }) ``` This issue occurs since the `termite/default.nix` expressions returns the `symlinkJoin` expression when I override termite (e.g. to provide a config file). I recently patched termite and wanted to apply this patch to my local termite installation in my system config which is impossible this, so splitting the wrapper and the build instruction into their own files makes this way easier to maintian.
* termite: Add support for macOS (#43415)Michael Hoang2018-07-14
| | | | | | Replace fetchgit with fetchFromGitHub now that it supports fetching submodules. Remove unnecessary postPatch to add <math.h> as termite already includes <cmath>. Add a patch to include <errno.h> on all platforms and remove the --as-needed flag from ld on macOS.
* termite: Add patch to avoid matching trailing punctuation in URLsWill Dietz2017-12-20
| | | | | | | | | | Patch based on: https://github.com/thestinger/termite/pull/516 While this might "break" some URL's in the wild, in return this fixes matching of URL's in Nix code. Without this patch the trailing semicolon is included as part of the URL, which creates invalid URL's for nearly all meta.homepage values.
* termite: v12 -> v13Will Dietz2017-12-19
| | | | https://github.com/thestinger/termite/releases/tag/v13
* termite: use wrapGAppsHookJoerg Thalheim2017-09-24
|
* termite: fix fonts in waylandgnidorah2017-09-22
|
* termite: unbreak by packaging vte-ngMarius Bergmann2017-01-28
| | | | | | termite broke when upgrading Gnome, as this removed a dependency from the tree. I packaged this dependency (vte-ng) based upon the work of @globin in https://github.com/NixOS/nixpkgs/issues/22026.
* gnome3.20: fixup removal, mark termite as brokenRobin Gloster2017-01-21
|
* termite: 11 -> 12Charles Strahan2016-10-03
|
* Fix termite-with-config's terminfoYacine Hmito2016-09-28
| | | | | | The level of indirection introduced by termite-with-config didn't mesh well with the terminfo database. This is solved by using symlinkJoin so the environment is properly propagated.
* treewide: fix #include errors after gcc-5.4Vladimír Čunát2016-06-19
| | | | They were mostly missing <cmath> or <math.h>.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* termite: fix typoFranz Pletz2016-05-17
|
* termite: make it possible to provide a configuration file for termiteRok Garbas2016-05-17
| | | | also added myself as a maintainer
* termite: split terminfo into it's own outputzimbatm2016-02-25
| | | | Fixes #6141
* termite: 10 -> 11zimbatm2016-02-25
|
* termite: fix up the business with vte patchingVladimír Čunát2016-01-18
| | | | | | | | I didn't see nice patches to apply, so I exchanged the whole source (-> autoreconf). /cc maintainer: k0ral. BTW, it's practical to have the maintainers attribute match the github name exactly so that people know how to /cc you.
* termite: update and use vte 0.40Luca Bruno2015-05-18
|
* termite: v8 -> v9koral2014-11-04
|
* Upgraded termite to v8, and its dependency vte to v0.38.0koral2014-10-29
|
* termite: update to v8Arseniy Seroka2014-10-25
|
* Added termite package and updated vte to be compatible.koral2014-09-18