summary refs log tree commit diff
path: root/pkgs/development/libraries/telepathy
Commit message (Collapse)AuthorAge
* telepathy-glib: enable strictDepsArtturin2023-04-02
| | | | | | fix cross checked with diffing
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
* dbus: remove unused daemon passhtruSandro Jäckel2022-11-21
|
* telepathy-qt: add darwin supportWeijia Wang2022-11-16
|
* telepathy-farstream: add darwin supportWeijia Wang2022-11-16
|
* telepathy-farstream: rename name to pname&version (#193575)erdnaxe2022-10-04
|
* pkgs/development: followup fmtFelix Buehler2021-11-10
|
* pkgs/development: rename name to pname&versionFelix Buehler2021-11-10
|
* telepathy-glib: 0.24.1 -> 0.24.2Jan Tojnar2021-03-11
| | | | | | Switched to python3 & cleaned up the expression while at it. https://github.com/TelepathyIM/telepathy-glib/compare/telepathy-glib-0.24.1...telepathy-glib-0.24.2
* telepathy-glib: do not propagate pythonJan Tojnar2021-03-11
| | | | Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
* telepathy.qt: remove unused inputSandro Jäckel2021-02-22
|
* qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-25
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* telepathy-qt: 0.9.7 -> 0.9.8Henk Kalkwater2020-07-02
| | | | | | | | | | * telepathy 0.9.8 no longer supports Qt 4, so telepathy-qt and telepathy_qt now throw an error suggesting to use the Qt 5 packages instead. * telepathy 0.9.8 uses Python 3 instead of Python 2, so that has been corrected in the package. * telepathy 0.9.8 includes the patch that was previously manually added, so therefore it is removed from the package.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* telepathy-glib: clean upJan Tojnar2018-11-30
|
* telepathy-glib: add licensesMarkus Kowalewski2018-10-28
|
* telepathy-farstream: add meta dataMarkus Kowalewski2018-10-28
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* telepathy_qt: 0.9.6.1 → 0.9.7Jan Tojnar2017-12-18
|
* telepathy_glib: cleanupJan Tojnar2017-11-05
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* telepathy.glib: add python to passthruFrederik Rietdijk2016-11-24
| | | | and let the telepathy plugins use it.
* telepathy_glib: shouldn't propagate pythonFrederik Rietdijk2016-11-24
|
* telepathy_glib: use python2Frederik Rietdijk2016-11-24
| | | | | | | | while this package supports Python 3, certain dependencies don't. An example is telepathy mission control. Python 3 sneaked in via telepathy_glib, breaking the build of that package. TODO: put python bindings in separate output!
* telepathy_qt: use python2Frederik Rietdijk2016-10-22
|
* telepathy_glib: fix building with python3Frederik Rietdijk2016-10-18
|
* telepathy: vala -> vala_0_23Ram Kromberg2016-08-21
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* telepathy-glib: 0.24.0 -> 0.24.1Damien Cassou2016-04-20
|
* telepathy-qt: Fix build on gcc 5Eelco Dolstra2016-03-02
| | | | -Werror considered harmful.
* telepathy-qt: fixup build with qt5Vladimír Čunát2016-01-18
| | | | I only tested building with qt4, which turned out to be a mistake.
* telepathy-qt: finish the of fix parallel buildVladimír Čunát2016-01-15
| | | | | Recommended by upstream https://bugs.freedesktop.org/show_bug.cgi?id=93707#c5
* telepathy-qt: tiny update 0.9.6 -> 0.9.6.1Vladimír Čunát2016-01-15
|
* telepathy-qt: fix parallel build by upstream patchVladimír Čunát2016-01-15
|
* telepathy-qt: disable parallel makeVladimír Čunát2016-01-14
| | | | | http://hydra.nixos.org/build/30377457/nixlog/1/raw https://bugs.freedesktop.org/show_bug.cgi?id=93707
* telepathy-qt: minor update, fix by patch, unifyVladimír Čunát2015-12-18
| | | | | | | - The patch fixes building against gst-1.6. - Having to change three files with almost same contents would drive me mad, so I unified them into a single expression. /cc @ttuegel - libxslt seemed unneeded, and it uses libxml2 anyway.
* telepathy-farstream: minor update 0.6.1 -> 0.6.2Vladimír Čunát2015-12-18
| | | | Also cleanup unneeded dependencies, in particular gst-0.10.
* telepathy_qt5: build with Qt 5.5Thomas Tuegel2015-09-27
|
* add telepathy-qt5Thomas Tuegel2015-05-06
|
* Package for the Polari IRC appDamien Cassou2014-12-12
| | | | | | | | | | | | | | | 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
* telepathy-qt: specify platformsDomen Kožar2014-10-03
|