about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/hipchat
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pnamevolth2019-08-17
|
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* hipchat: 4.30.5.1676 -> 4.30.5.1682Tim Steinbach2018-08-23
|
* hipchat: 4.30.4.1672 -> 4.30.5.1676Tim Steinbach2018-07-05
|
* hipchat: 4.30.3.1670 -> 4.30.4.1672Tim Steinbach2018-04-13
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-24
|
* hipchat: 4.30.2.1665 -> 4.30.3.1670Tim Steinbach2018-02-08
|
* hipchat: 4.30.0.1663 -> 4.30.2.1665Tim Steinbach2017-11-27
|
* treewide: update the usage of makeWrapper after #31497Orivej Desh2017-11-19
|
* hipchat: 4.29.4.1662 -> 4.30.0.1663Tim Steinbach2017-11-03
|
* hipchat: 4.28.0.1659 -> 4.29.4.1662Jascha Geerds2016-12-06
|
* hipchat: 4.27.0.1658 -> 4.28.0.1659Jascha Geerds2016-11-11
|
* hipchat: 4.26.0.1657 -> 4.27.0.1658Jascha Geerds2016-10-04
|
* hipchat: Add dependency to libtoolJascha Geerds2016-09-08
| | | | This commit fixes some broken context menus
* hipchat: 4.26.0.1655 -> 4.26.0.1657Brian McKenna2016-08-25
|
* hipchat: 4.0.1641 -> 4.26.0.1655Brian McKenna2016-08-23
|
* hipchat: 4.0.1637 -> 4.0.1641Jascha Geerds2016-05-26
|
* hipchat: 4.0.1631 -> 4.0.1637Jascha Geerds2016-05-18
|
* hipchat: Add xdg_utils to rpathJascha Geerds2016-05-18
| | | | | This makes it possible to open links with a single click in your preferrred browser via xdg-open.
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* hipchat: fix links being brokenBrian McKenna2016-04-05
|
* hipchat: 2.2.1388 -> 4.0.1631Brian McKenna2016-03-18
|
* Merge: xlibs and x11 attribute cleanupVladimír Čunát2015-09-23
|\ | | | | | | Frequently using multiple *almost* identical attributes is bad.
| * xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* | hipchat: 2.2.1373 -> 2.2.1388Jascha Geerds2015-09-17
|/
* hipchat: update 2.2.1287 -> 2.2.1373Jascha Geerds2015-05-18
|
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* update hipchat to latest versionTino Breddin2014-12-07
|
* there is no bin/ directoryRichard Wallace2014-12-05
|
* Update hipchat to 2.2.1163Rob Vermaas2014-09-15
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* hipchat: Fix access to /usr/share/X11/xkbEelco Dolstra2014-05-27
| | | | | | | | | | HipChat (or rather its copy of Qt) expects to find keyboard data in /usr/share/X11/xkb. So use a LD_PRELOAD library to intercept and rewrite the Glibc calls that access those paths. We've been doing the same thing with packages like Spotify, but now this functionality has been abstracted into a reusable library, libredirect.so. It uses an environment variable $NIX_REDIRECTS containing a colon-separated list of path prefixes to be rewritten, e.g. "/foo=bar:/xyzzy=/fnord".
* hipchat: Update to 2.2.1107Eelco Dolstra2014-05-27
|
* Revert "Update hipchat"Rob Vermaas2014-02-10
| | | | This reverts commit 54288f5cfe4e48779d7c08abefa8cbb23d58e58a.
* Update hipchatRob Vermaas2014-01-31
|
* hipchat: Fix desktop itemEelco Dolstra2013-05-14
|
* Remove the "proprietary" licenseEelco Dolstra2013-04-12
| | | | We already had "unfree".
* Add hipchat messaging clientShea Levy2013-04-11
Signed-off-by: Shea Levy <shea@shealevy.com>