about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telepathy
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar6-14/+14
2017-12-18telepathy_mission_control: 5.16.3 → 5.16.4Jan Tojnar1-7/+7
2017-12-18telepathy_logger: 0.8.0 → 0.8.2Jan Tojnar1-10/+13
2017-12-18telepathy_gabble: 0.18.2 → 0.18.3Jan Tojnar1-3/+4
2017-09-21misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson1-4/+2
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2-2/+4
Only acts on one-line dependency lists.
2017-09-14kdeTelepathy: Remove, because it is not maintained anymoreBastian Köcher3-121/+0
2017-08-05gnome: Further fixes for `Using the 'memory' GSettings backend issue`Jan Tojnar3-6/+18
2017-03-30telepathy_rakia: removeRobin Gloster1-19/+0
2017-03-27treewide: purge maintainers.urkudVladimír Čunát2-2/+2
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2017-02-27qt-gstreamer1: align attrname with pkgnameBjørn Forsman1-4/+4
2017-02-24kde4.kdelibs -> kdelibs4Thomas Tuegel1-3/+3
Our kdelibs4 package does not come from KDE 4, so per upstream's request I am moving it out of the kde4 set.
2016-11-24telepathy.glib: add python to passthruFrederik Rietdijk7-10/+10
and let the telepathy plugins use it.
2016-11-20telepathy_haze: add patch to fix buildRobert Helgesson1-1/+10
Without the patch, the build fails with recent versions of Pidgin.
2016-08-02telepathy_salut: fix build, add myself as maintainerLuca Bruno1-4/+6
2015-10-13dbus: split into multiple outputs and fix referrersVladimír Čunát2-3/+3
2015-10-05dbus-glib: split into multiple outputsVladimír Čunát2-2/+2
Fixed all 'dbus_glib}' references too.
2015-09-27kde414: build with kdelibs-4.14.12Thomas Tuegel1-4/+13
Upstream changes to the build system required adjusting many packages' dependencies. On the Nixpkgs side, we no longer propagate the dependency on cmake (to reduce closure size), so downstream dependencies had to be adjusted for most packages that depend on kdelibs.
2015-07-31Don't statically depend on cacert for certificatesEelco Dolstra1-2/+2
This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 and others. Managing certificates (including revoking certificates and adding custom certificates) becomes extremely painful if every package in the system potentially depends on a different copy of cacert. Also, it makes updating cacert rather expensive.
2015-06-05cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III1-1/+1
2015-05-30telepathy-salut: fix build - use openssl instead of gnutlsVladimír Čunát1-2/+2
2015-05-29Fix more ca-bundle pathsWilliam A. Kennington III1-2/+2
2014-12-30telepathy-misson-control: minor update, disable upowerVladimír Čunát1-3/+4
Disabling upower is probably just a temporary work around the incompatibility with 0.99.*
2014-12-12Package for the Polari IRC appDamien Cassou1-0/+20
This commit includes a patch to telepathy's derivation, written by Lethalman. This patch makes public the Telepathy's dependency to dbus_glib. This patch will become problematic with the next pkgconfig upgrade but this upgrade should make the patch irrelevant. See these 2 links for more information: - https://bugs.freedesktop.org/show_bug.cgi?id=15199 - https://bugzilla.redhat.com/show_bug.cgi?id=436773 Modified by Luca Bruno: - Moved telepathy_idle to propagatedUserEnvPkgs - Added myself to maintainers - Enable parallel building
2014-10-02telepathy: 0.5.3 -> 0.8.80Domen Kožar3-23/+22
2014-07-09Merge recent master into x-updatesVladimír Čunát1-4/+3
Hydra: ?compare=1134869 Conflicts (just meta): pkgs/applications/networking/instant-messengers/telepathy/gabble/default.nix
2014-07-06telepathy-gabble: build on hydraLuca Bruno1-1/+3
2014-06-19telepathy_mission_control: minor update, doCheckVladimír Čunát1-4/+13
Also add meta, and support upower.
2014-06-19telepathy-gabble: major update 0.17.2 -> 0.18.2Vladimír Čunát1-5/+12
Also doCheck, enableParallelBuilding, and add meta attributes.
2014-04-09telepathy-mission-control: add dbus service, enabled by default on gnome3Luca Bruno1-2/+7
2014-04-06Fix gsettings schemas usage for several packages due to #1901Luca Bruno1-2/+0
Also add icons to epiphany
2014-02-21telepathy-logger: install gschemas in share/telepathy-loggerLuca Bruno1-0/+2
2014-02-12Fix references to ca-bundle.Rickard Nilsson1-1/+1
Several packages referred to /etc/ca-bundle.crt, that was removed in 9c616e3. I've changed those references to /etc/ssl/certs/ca-bundle.crt instead.
2014-01-26telepahty-logger: add gobject introspection supportDomen Kožar1-2/+5
2013-12-22telepathy_salut: update from 0.8.0 to 0.8.1Nixpkgs Monitor1-2/+2
2013-12-22telepathy_rakia: update from 0.7.4 to 0.8.0Nixpkgs Monitor1-2/+2
2013-12-22telepathy_mission_control: update from 5.14.1 to 5.16.0Nixpkgs Monitor1-2/+2
2013-12-22telepathy_haze: update from 0.7.0 to 0.8.0Nixpkgs Monitor1-2/+2
2013-12-14telepathy_mission_control: update from 5.14.0 to 5.14.1Nixpkgs Monitor1-2/+2
2013-02-23telepathy-related: fix via updateVladimír Čunát7-26/+26
Some updates were restricted by gstreamer being <1.0
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra7-8/+8
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-11-29Remove a bunch of unreferenced filesEelco Dolstra1-13/+0
Plus a small number of obsolete packages (like old versions of qemu).
2012-06-13telepathy-glib-0.18.1 (0.19.x requires glib-2.32.x)Yury G. Kudryashov2-4/+4
Drop pkg-config patch, pass pkgconfigUpstream to rakia and salut. svn path=/nixpkgs/trunk/; revision=34495
2012-06-13Mass telepathy update, add telepathy-hazeYury G. Kudryashov6-10/+30
svn path=/nixpkgs/trunk/; revision=34494
2012-06-13kde-telepathy-0.4.0, tweak update script etc.Yury G. Kudryashov3-48/+68
svn path=/nixpkgs/trunk/; revision=34493
2012-06-09kde-telepathy-0.3.1Yury G. Kudryashov5-66/+15
Drop upstream patches already included in this version svn path=/nixpkgs/trunk/; revision=34402
2012-03-31svn merge ^/nixpkgs/trunk backups/glib-2.30-take2@33502Yury G. Kudryashov1-0/+25
- 1 conflict (gnome-doc-utils) - final merge before --reintegrate svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33500
2012-03-29Batch update telepathy-related packagesYury G. Kudryashov2-2/+21
Some of these packages need glib-2.30.x, so I commit it to this branch. Add sofia-sip and telepathy-rakia. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33475
2012-03-29Fix typoYury G. Kudryashov1-1/+1
svn path=/nixpkgs/trunk/; revision=33466
2012-03-28Add telepathy-loggerYury G. Kudryashov1-0/+25
svn path=/nixpkgs/trunk/; revision=33457