about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/quassel
AgeCommit message (Collapse)AuthorFilesLines
2020-07-31quassel: fix build with qt5 5.14.xMilan Pässler2-0/+43
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2019-10-01quassel: Fix use of `mkDerivation`Samuel Dionne-Riel1-6/+9
The `with stdenv;` would override the `mkDerivation` to be the regular one, instead of the libsForQt5 one. This simply removes the dangerous use of the all-encompassing `with`, and prefers using a more precise inherit for `lib`. See #65399 Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-22treewide: replace daemon with enableDaemonMatthew Bauer1-6/+6
broken with the introducation of "daemon" in https://github.com/NixOS/nixpkgs/commit/96ffba10f5c959656314998f667f4999406b4144
2019-03-15quassel: 0.13.0 -> 0.13.1 (#57475)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/quassel-kf5/versions
2019-02-03quassel: move defaults to package fileJan Malakhovski1-2/+2
2018-12-30quassel: 0.12.5 -> 0.13.0, cleanupLars Jellema3-88/+10
In particular we move the src into the actual quassel derivation instead of using a `source.nix`. Also use `fetchFromGitHub` since using `fetchurl` for github archives is problematic.
2018-06-24quassel: fix building against Qt-5.11Evgeny Egorochkin2-0/+74
2018-05-03treewide: remove platform assertionsMatthew Bauer1-2/+0
linux: readd assertion
2018-04-28quassel: 0.12.4 -> 0.12.5 (fixes RCE & remote crash)Andreas Rammhold1-2/+2
It was found that Quassel could be remotely crashed and had an unauthenticated RCE vulnerability. The public annoucement can be found on the oss-sec archive [1]. The bump to 0.12.5 is supposed fixe both issues. [1] http://seclists.org/oss-sec/2018/q2/77
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-09-29quassel: fix daemon startupOrivej Desh1-0/+3
Fixes #28911
2017-02-24Remove kde4.quasselThomas Tuegel2-103/+32
- Already updated to KDE 5 in Nixpkgs
2016-05-11quassel: fix SSL detection with Qt 5.6Thomas Tuegel1-0/+3
2016-05-10quassel: remove qtwebkit inputThomas Tuegel1-5/+2
2016-05-07quassel: 0.12.3 -> 0.12.4Thomas Tuegel1-3/+3
Security update for CVE-2016-4414 (denial of service).
2016-03-22quassel: fix sourceszimbatm3-20/+13
Fixes changes after #14080 where the updated hash was missing. Put the source in a common file so there is only one place to update.
2016-03-20Revert "quassel: 0.12.2 -> 0.12.3"zimbatm1-0/+8
This reverts commit f2e051b29eddff67b7aec35a6dc681a814951070.
2016-03-20quassel: 0.12.2 -> 0.12.3zimbatm1-8/+0
2016-03-20quassel: 0.12.2 -> 0.12.3zimbatm2-2/+2
2016-03-10quasselDaemon: option for static linkingProfpatsch2-3/+5
2015-09-30quassel_qt5: fix build with Qt 5.5Thomas Tuegel1-0/+8
2015-09-27quassel: build with Qt 5.5Thomas Tuegel2-24/+99
2015-09-19quassel: Build with fPIC to fix ssl use on gcc5William A. Kennington III1-0/+2
2015-07-27quassel: add optional KF5 featuresThomas Tuegel1-23/+32
Also fixes conditional dependencies so that TLS is enabled.
2015-07-05quassel: Add dependency on qca for cryptoWilliam A. Kennington III1-3/+2
2015-05-10fix evals /cc @ttuegelDomen Kožar1-0/+3
2015-04-27quassel: 0.11.0 -> 0.12.2William A. Kennington III1-2/+2
2015-02-21update various packages to use Qt 5.4Thomas Tuegel1-5/+8
2015-01-26quassel: add Qt 5 versionThomas Tuegel1-8/+11
2014-10-29Fix quassel sha256Jonathan Rudenberg1-1/+1
2014-10-27quassel: 0.10.0 -> 0.11.0William A. Kennington III1-4/+7
2014-10-25kde4.quasselWithoutKDE: update from 0.10.0 to 0.10.1Evgeny Egorochkin1-2/+2
2014-07-28quassel: fix wrapper for all flag valuesEvgeny Egorochkin1-4/+9
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+1
2014-07-03Fixed settings issue.Pascal Wittmann1-2/+7
The following warning was shown when I clicked on links: 'GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.'
2014-03-26kde4_prev.quasselDaemon: update from 0.9.2 to 0.10.0Evgeny Egorochkin1-2/+2
2013-12-05Rename quassel packagesTomasz Kontusz1-2/+6
2013-12-04kde4.quasselDaemon: update from 0.9.0 to 0.9.2, potentially fixes CVE-2013-4422Nixpkgs Monitor1-2/+2
2013-10-07quassel: Fix evaluation on non-Linux platformsEelco Dolstra1-1/+1
2013-09-17quassel: update to 0.9.0Evgeny Egorochkin1-2/+3
2013-01-14Quassel: version bump to 0.7.4Evgeny Egorochkin1-2/+2
2011-03-26Quassel: version bumpEvgeny Egorochkin1-2/+2
svn path=/nixpkgs/trunk/; revision=26528
2010-10-05Make quassel compile with kde-4.5Yury G. Kudryashov1-8/+6
kde45.kde is an attribute set, so rename flag to withKDE. svn path=/nixpkgs/trunk/; revision=24096
2010-08-03Add quassel only on qt4.meta.platforms platformsYury G. Kudryashov1-2/+2
qt4 somehow depends on libcap which is linux only svn path=/nixpkgs/trunk/; revision=22932
2010-06-26Make Hydra compile QuasselEvgeny Egorochkin1-3/+3
svn path=/nixpkgs/trunk/; revision=22418
2010-06-20Added Quassel IRC client.Evgeny Egorochkin1-0/+56
By default it's compiled as monolithic, but as soon as there's a corresponding service, it should be changed to client/daemon split. svn path=/nixpkgs/trunk/; revision=22351