about summary refs log tree commit diff
path: root/pkgs/applications/misc/tilda
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-25confuse: remove and replace with libconfusec0bw3b1-6/+6
- confuse is a duplicate of libconfuse - upstream name is libconfuse so keep this one - replace confuse with libconfuse in packages depending on it
2018-02-28tilda: 1.3.3 -> 1.4.1Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda --help` got 0 exit code - ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda -v` and found version 1.4.1 - ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/wrapped/tilda --version` and found version 1.4.1 - ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda --help` got 0 exit code - ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda -v` and found version 1.4.1 - ran `/nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1/bin/tilda --version` and found version 1.4.1 - found 1.4.1 with grep in /nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1 - found 1.4.1 in filename of file in /nix/store/gkd67acmm6flkyisqmxpfc1njfyc6xqc-tilda-1.4.1 cc "@AndersonTorres"
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-11-20tilda: 1.2.4 -> 1.3.3Tim Cuthbertson1-2/+2
2015-11-20Merge staging into closure-sizeVladimír Čunát1-2/+2
The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
2015-11-02tilda: 1.2.2 -> 1.2.4Matthijs Steen1-2/+2
(cherry picked from commit 94ac7e8cb530a670b3d2badb98c22f209fa1abe2) Signed-off-by: Domen Kožar <domen@dev.si>
2015-10-28expat: split dev outputVladimír Čunát1-1/+1
2015-08-26tilda: ensure wrapped executable is named "tilda"Tim Cuthbertson1-1/+5
2014-11-18Tilda: update to 1.2.2AndersonTorres1-2/+2
2014-09-28Tilda: update to 1.1.13AndersonTorres1-2/+2
Closes #4307
2014-09-10Small style fixupsAndersonTorres1-2/+1
In this commit, I modified some files, conforming them to a idiosyncratic standard - mainly, a template for meta attribs.
2014-08-29tilda: fixups; seems to work nowVladimír Čunát1-9/+14
- xgettext hack inspired by a guix thread - gsettings to prevent crashes - expression refactoring
2014-08-29Tilda (version 1.1.12): New PackageAndersonTorres1-0/+29
Tida is a GTK-based drop-down terminal emulator