about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram
AgeCommit message (Collapse)AuthorFilesLines
2018-08-05tdesktopPackages.preview: 1.3.11 -> 1.3.12Michael Weiss1-2/+2
2018-08-03tdesktopPackages.preview: 1.3.10 -> 1.3.11Michael Weiss1-0/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-17tdesktop: 1.3.7 -> 1.3.10Michael Weiss3-5/+76
tdesktopPackages.preview: 1.3.7 -> 1.3.10 Without the patch the build will fail with the following error: [ 15%] Building CXX object CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o /build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp: In lambda function: /build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.cpp:712:56: internal compiler error: Segmentation fault if constexpr (MTPDphotos_photos::Is<decltype(data)>()) { ^ Please submit a full bug report, with preprocessed source if appropriate. See <https://gcc.gnu.org/bugs/> for instructions. make[2]: *** [CMakeFiles/lib_export.dir/build.make:77: CMakeFiles/lib_export.dir/build/tdesktop/Telegram/SourceFiles/export/export_api_wrap.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1101: CMakeFiles/lib_export.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
2018-06-28Merge pull request #40880 from lheckemann/tdesktop-otherMatthew Bauer1-1/+5
tdesktop: enable on other platforms
2018-06-12tdesktop: 1.3.0 -> 1.3.7Michael Weiss1-4/+2
tdesktopPackages.preview: 1.3.4 -> 1.3.7
2018-06-08tdesktopPackages.preview: 1.3.3 -> 1.3.4Michael Weiss1-2/+2
2018-06-07tdesktopPackages.preview: 1.3.1 -> 1.3.3Michael Weiss1-2/+2
2018-06-05tdesktop: 1.2.17 -> 1.3.0Michael Weiss1-2/+2
It still displays "Version 1.3 alpha" but other than that it should be fine.
2018-06-05tdesktopPackages.preview: 1.3.0 -> 1.3.1Michael Weiss1-2/+2
2018-06-01tdesktopPackages.preview: 1.2.24 -> 1.3.0Michael Weiss1-2/+2
Note: I'm not packaging this as stable for now as there might be some issues left (see GitHub), it says "Version 1.3 alpha" in the bottom left corner, and I've only got a "New in version 1.2.25" message.
2018-05-27tdesktopPackages.preview: 1.2.23 -> 1.2.24Michael Weiss1-2/+2
2018-05-26tdesktopPackages.preview: 1.2.22 -> 1.2.23Michael Weiss1-2/+2
2018-05-25tdesktopPackages.preview: 1.2.21 -> 1.2.22Michael Weiss1-2/+2
2018-05-21tdesktop: enable on other platformsLinus Heckemann1-1/+5
2018-05-19tdesktopPackages.preview: 1.2.20 -> 1.2.21Michael Weiss1-2/+2
2018-05-15tdesktopPackages.preview: 1.2.19 -> 1.2.20Michael Weiss1-2/+2
2018-05-11tdesktop: Fix the icon path (#40298)Carlos José Ruiz-Henestrosa Ruiz1-1/+1
The `.desktop` file now refers to the icon as `telegram` instead of `telegram-desktop`. This caused a placeholder icon to be shown instead.
2018-05-09tdesktopPackages.preview: 1.2.17 -> 1.2.19Michael Weiss1-0/+2
2018-04-09tdesktop: 1.2.15 -> 1.2.17Michael Weiss1-2/+2
tdesktopPackages.preview: 1.2.15 -> 1.2.17
2018-03-27tdesktop: 1.2.14 -> 1.2.15Michael Weiss2-5/+11
tdesktopPackages.preview: 1.2.14 -> 1.2.15
2018-03-22Merge pull request #37587 from not-fl3/masterMichael Weiss1-0/+1
tdesktop: fixed GLib-GIO-ERROR
2018-03-22tdesktop: 1.2.6 -> 1.2.14Michael Weiss2-16/+14
tdesktopPackages.preview: 1.2.12 -> 1.2.14
2018-03-22tdesktop: Clean up the patchingMichael Weiss2-30/+28
2018-03-21tdesktop: fixed GLib-GIO-ERRORFedor Logachev1-0/+1
2018-03-20tdesktopPackages.preview: init at 1.2.12Michael Weiss2-130/+152
Start tracking the pre-releases. I'll have to refactor/improve the patching soon.
2018-03-09tdesktop: disable on AArch64Nikolay Amiantov1-1/+1
Errors out with "please add support for your architecture".
2018-03-06telegram/tdesktop: fix pulseaudio referencesJan Malakhovski1-10/+12
2018-02-26tdesktop: add native notifications supportVasyl Solovei1-1/+6
By patching paths to required libs in sources, application is able to load them and provide an option to use native notifications.
2018-02-17treewide: remove explicit overrides to gcc7Vladimír Čunát1-2/+2
They're not needed on this branch.
2018-02-12maintainers: capitalize the Profpatsch attribute (vanity)Profpatsch2-2/+2
Since I’m already at it, this has been bothering me for a while.
2018-02-12remove profpatsch from maintainer list of a few packagesProfpatsch1-2/+2
2018-01-22tdesktop: Fix the execution in a pure environmentMichael Weiss1-2/+9
Telegram was crashing when executed within a pure environment (nix-shell -p tdesktop --pure). Setting the environment variables QT_PLUGIN_PATH and XDG_RUNTIME_DIR should resolve this issue. Fix #33729.
2018-01-21tdesktop: 1.2.1 -> 1.2.6Michael Weiss1-11/+18
2018-01-21tdesktop: 1.1.23 -> 1.2.1Michael Weiss1-10/+12
2017-11-16breakpad: deleteOrivej Desh1-1/+1
This library does not compile with the current glibc and is unused since 74f7db075a89c92cf65c68a6e2bc64fd01d7da7f.
2017-09-24tdesktop: 1.1.22 -> 1.1.23David Izquierdo1-5/+5
2017-08-20tdesktop: update 1.1.7 -> 1.1.19David Izquierdo1-7/+8
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* 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
2017-06-22tdesktop: 1.0.27 -> 1.1.7David Izquierdo1-7/+18
2017-06-18qt5: remove makeQtWrapperThomas Tuegel2-9/+8
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel3-6/+6
2017-05-11cutegram: add missing qtwebkit dependencyGabriel Ebner1-4/+3
2017-04-03tdesktop: 1.0.2 -> 1.0.27Nikolay Amiantov1-114/+62
Use system Qt.
2017-03-25cutegram: broken with Qt 5.6Thomas Tuegel1-0/+1
2017-01-31tdesktop: 1.0.0 -> 1.0.2Nikolay Amiantov1-2/+2
2017-01-12tdesktop: 0.10.19 -> 1.0.0Ignat Loskutov1-6/+6
abbradar: add vdpau to fix the build, use qt56 explicitly Closes #21821.
2016-11-24tdesktop: 0.10.1 -> 0.10.19Nikolay Amiantov1-58/+55
2016-08-14tdesktop: 0.9.56 -> 0.10.1Nikolay Amiantov1-23/+8
2016-07-23tdesktop: use parseDrvName to get Qt release versionNikolay Amiantov1-21/+2
Closes #16559