about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/vacuum
AgeCommit message (Collapse)AuthorFilesLines
2023-08-08vacuum: 1.3.0.20160104 -> unstable-2021-12-09ajs1241-21/+29
qt4 -> qt5 (cherry picked from commit 2c2ebf360333dedcdc1400c5f024425cf7fc5947) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak1-1/+1
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-09-06vacuum: 1.2.4 -> 1.3.0.20160104Michael Raskin1-5/+7
2017-08-22treewide: homepage URL fixes (#28475)Matthew Justin Bauer1-1/+1
* pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
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-08-12Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-0/+5
2016-08-09vacuum-im: add -lz to NIX_LDFLAGSMatthew1-0/+5
This should be fixed upstream, but it's broken regardless. http://hydra.nixos.org/build/38322959/nixlog/1
2016-05-02Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-3/+5
2016-04-20vacuum: move to qmake4HookNikolay Amiantov1-3/+5
2016-03-28Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-16/+17
2016-03-23vacuum: port to mkDerivation, add zlib for hydra failureGraham Christensen1-46/+20
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-22vacuum: use mkDerivation and turn off format hardeningRobin Gloster1-45/+20
2014-11-04Update VacuumIMMichael Raskin1-4/+4
2013-12-23vacuum: update from 1.2.0 to 1.2.3Nixpkgs Monitor1-2/+2
2012-08-09Vacuum-IM: update to 1.2.0Michael Raskin1-2/+2
2012-01-18Remove obsolete phaseMichael Raskin1-5/+0
svn path=/nixpkgs/trunk/; revision=31618
2012-01-18Update Vacuum-IMMichael Raskin1-4/+7
svn path=/nixpkgs/trunk/; revision=31617
2011-09-01Update VacuumMichael Raskin1-5/+6
svn path=/nixpkgs/trunk/; revision=28948
2011-03-18Update Vacuum-IMMichael Raskin1-6/+4
svn path=/nixpkgs/trunk/; revision=26413
2010-10-12Temporary fix for Vacuum-1.0.2 with Qt-4.7Michael Raskin1-1/+6
svn path=/nixpkgs/trunk/; revision=24257
2010-09-20Add Vacuum IMMichael Raskin1-0/+54
svn path=/nixpkgs/trunk/; revision=23870