about summary refs log tree commit diff
path: root/pkgs/applications/misc/rxvt_unicode
AgeCommit message (Collapse)AuthorFilesLines
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko1-1/+1
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-11-28rxvt_unicode: create .desktop fileTim Nieradzik1-7/+19
2016-10-04rxvt_unicode: add downloadPage for easier update checkingMichael Raskin1-0/+1
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-05-27Merge branch 'staging'Vladimír Čunát1-1/+1
Includes a security update of libxml2.
2016-05-27rxvt_unicode-with-plugins: passthru pluginsNikolay Amiantov1-0/+2
Because we hardcode a list of useful plugins, it may be useful for someone who's overriding this. See https://github.com/NixOS/nixpkgs/issues/15743#issuecomment-222112433
2016-05-27rxvt_unicode-with-plugins: don't be paranoid about Perl supportNikolay Amiantov1-5/+2
Fixes #15743
2016-05-19treewide: Make explicit that 'dev' output of freetype is usedTuomas Tynkkynen1-1/+1
2016-05-16rxvt: put suffixes where they belongEvgeny Egorochkin2-4/+4
2016-05-04rxvt_unicode: 9.21 -> 9.22Ali Abrar1-2/+2
2016-04-26rxvt_unicode-with-plugins: use symlinkJoinNikolay Amiantov1-20/+13
2016-01-13rxvt_unicode: 9.20 -> 9.21Nikolay Amiantov1-2/+2
2015-10-21Revert "rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug"Nikolay Amiantov1-5/+1
This reverts commit 5877d74f03f8164af91850d439d7cc584c006d6e. Closes #10513.
2015-10-15rxvt_unicode: add patch to fix Shift+PgUp/PgDown bugNikolay Amiantov1-1/+5
2015-05-26rxvt_unicode: Add terminfo output to propagated-user-env-packagesTuomas Tynkkynen1-0/+5
Fixes #7787. This should avoid error messages from terminal apps like "'rxvt-unicode-256color': unknown terminal type.'"
2015-04-02rxvt_unicode-with-plugins: rename (keep the old name for a while)Nikolay Amiantov1-1/+1
2015-04-01rxvt_unicode_with-plugins: add wrapper for urxvtdshak-mar1-0/+2
2015-02-04rxvt-unicode: On OS X, add .PHONY target to Makefile.in.Marcus Crestani2-1/+12
Due to the case-insensitive file system on OS X, `make install` does nothing, since it sees the INSTALL file as the up-to-date target. Adding a .PHONY target to the Makefile fixes this.
2014-10-24rxvt_unicode: add some plugins and a wrapperNikolay Amiantov1-0/+26
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann1-1/+1
2014-05-27Merge pull request #2721 from evolarium/urxvtMichael Raskin1-3/+4
Add unicode3 option to rxvt_unicode
2014-05-27Merge pull request #2404 from ttuegel/rxvt-unicodeMichael Raskin2-1/+259
rxvt-unicode: add 256-color resources patch
2014-05-22Add unicode3 option to rxvt_unicodeJordan Patterson1-3/+4
Needed to user fonts patched for powerline.
2014-05-15rxvt-unicode: update to 9.20, fixing CVE-2014-3121 (close #2649)Jordan Patterson1-2/+2
2014-04-25rxvt-unicode: add 256-color resources patchThomas Tuegel2-1/+259
2014-02-05rxvt-unicode: calculate font width correctlyThomas Tuegel2-0/+23
It is (fairly) well known among rxvt-unicode users that its method of calculating the width of Xft fonts is not correct. This is the Gentoo version of the patch which corrects the problem.
2014-01-28Adopt more packages.Petr Rockai1-0/+1
2013-11-30rxvt_unicode: stop creation of unnecessary symlinkMathijs Kwik1-7/+0
rxvt will depend on the terminfo output automatically and knows where to find the terminfo files.
2013-10-11rxvt-unicode: use multiple outputs for terminfoMathijs Kwik1-2/+12
this is useful for installing the terminfo files to headless/Xless machines, which currently produce warnings when ssh'ing to them with urxvt.
2013-09-27URxvt: Use 256 colors not just 88.Edward Tjörnhammar1-3/+3
2013-07-26urxvt: Enable Gdk_pixbuf to be able to set custom icons/imagesSergey Mironov1-2/+3
2013-01-11urxvt-9.16Jack Cummings1-2/+2
2012-12-06rxvt-unicode: Add path to terminfo file.aszlig1-5/+1
On NixOS, we have set TERMINFO_DIRS to the user environment, so urxvt and curses programs running within urxvt are able to find the terminfo file. Unfortunately this isn't the case if you're not using NixOS. Of course we now no longer need the longDescription, which suggests to issue export TERMINFO=~/.nix-profile/share/terminfo ... which to my eyes essentially is a workaround. So please correct me when I'm wrong, but i think it's better if software is working as-is rather than requiring additional configuration (except if it really makes sense or breaks purity). Thanks to Eelis in #nixos for reporting this. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-04-02rxvt-unicode 9.15 (thx garbas)Florian Friesdorf1-2/+2
svn path=/nixpkgs/trunk/; revision=33534
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-03-18Fix and update urxvtMichael Raskin1-5/+9
svn path=/nixpkgs/trunk/; revision=26410
2010-07-28* More cleanup.Eelco Dolstra1-17/+16
svn path=/nixpkgs/trunk/; revision=22798
2010-02-13rxvt-unicode upgrade to 9.0.7 - didn't compileMarc Weber1-3/+3
svn path=/nixpkgs/trunk/; revision=19984
2009-09-10rxvt-unicode: add optional perl support (I'm keen on tabs and the search ↵Marc Weber1-7/+21
feature) svn path=/nixpkgs/trunk/; revision=17025
2009-06-30make urxvt install its terminfo file, see longDescriptionMarc Weber1-4/+12
svn path=/nixpkgs/trunk/; revision=16122
2008-02-17rxvt-unicode version 9.02, disabled embedded perl interpreterTobias Hammerschmidt1-10/+14
svn path=/nixpkgs/trunk/; revision=10716
2008-01-30meta.homepage added to several packagesYury G. Kudryashov1-1/+2
svn path=/nixpkgs/trunk/; revision=10417
2008-01-01Thanks to Tobias Hammerschmidt new updated version of rxvt-unicodeMarc Weber1-6/+6
svn path=/nixpkgs/trunk/; revision=10043
2007-10-31rxvt-unicode and jdk update provided by Tobias HammerschmidtMarc Weber1-0/+15
svn path=/nixpkgs/trunk/; revision=9561