Commit Graph

106 Commits

Author SHA1 Message Date
Michael Weiss
324ec3be51
tdesktop: 1.8.1 -> 1.8.2
Unfortunately the previous release (1.8.1) was crashing due to a
segmentation fault (didn't have time to investigate), but this release
works fine so far.
2019-08-21 12:05:26 +02:00
Michael Weiss
b5ee206c16
tdesktop: 1.8.0 -> 1.8.1
Had to switch from GCC 8 to GCC 9 due to the following internal compiler
error:

/nix/store/qsc6w1cnjp4pr7d90bhc0sid01i8k0a0-range-v3-0.5.0/include/range/v3/utility/compressed_pair.hpp:50:92: internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12200
                     meta::if_<meta::strict_and<std::is_constructible<Ts, Args>...>, int> = 0>
                                                                                            ^
2019-08-21 12:05:26 +02:00
Michael Weiss
7680b512cb
tdesktop: 1.7.14 -> 1.8.0 2019-08-10 13:01:23 +02:00
Michael Weiss
1d102b90e6
tdesktopPackages.*: Remove the attributes in favour of tdesktop
This is a refactoring of "tdesktop", i.e. the resulting derivation isn't
affected by this commit (only the tdesktopPackages.* attributes are
removed).

I decided to remove the attributes "tdesktopPackages.*" as I don't
maintain the preview version anymore. There are regular stable releases
and we depend on the patches from Arch Linux which only track the stable
version as well, i.e. I would have to maintain our own patches, which
would either require an additional repository or "bloat" Nixpkgs (apart
from the fact that it would be unnecessarily time-consuming).
2019-07-30 17:34:35 +02:00
Frederik Rietdijk
22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
uHOOCCOOHu
1bc8cd8ff5
tdesktop: 1.7.10 -> 1.7.14 2019-07-11 00:15:44 +08:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Michael Weiss
5b4b6b6c24
tdesktop: 1.7.7 -> 1.7.10 2019-06-25 17:33:56 +02:00
Michael Weiss
7e2dc8d27b
tdesktop: Update the Arch patches for a HiDPI fix
See: https://bugs.archlinux.org/task/62594
2019-06-14 22:09:15 +02:00
Michael Weiss
d1d75e542a
tdesktop: 1.7.3 -> 1.7.7 2019-06-11 14:45:28 +02:00
Michael Weiss
28556f054f
tdesktop: 1.7.0 -> 1.7.3
GCC 8.x is required to avoid the following error:

cc1plus: error: -Werror=class-memaccess: no option -Wclass-memaccess

If we build without "-Wno-error=class-memaccess" the build should fail
and the upstream requirements were raised from GCC 7 to GCC 8 anyway:
b2f821d3de

The two additional patches are required to avoid build errors like this:

/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:123:12:
error: invalid use of incomplete type 'class QDebug'
   qWarning()
            ^
In file included from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qglobal.h:1200,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qalgorithms.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlist.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/QList:1,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h:31,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:29:
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlogging.h:57:7:
note: forward declaration of 'class QDebug'
 class QDebug;
       ^~~~~~
2019-06-04 22:03:34 +02:00
Michael Weiss
a6388e030a
tdesktop: 1.6.7 -> 1.7.0 2019-05-10 23:33:04 +02:00
Michael Weiss
41ac07b29f
tdesktop: 1.6.3 -> 1.6.7 2019-04-14 15:33:13 +02:00
Michael Weiss
698a3f7edd
tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Michael Weiss
abadb74b71
tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00
Michael Weiss
61e59fbba0
tdesktop: 1.6.0 -> 1.6.1
tdesktopPackages.preview: 1.6.0 -> 1.6.1
2019-03-20 20:59:49 +01:00
Michael Weiss
101901649b
tdesktop: 1.5.15 -> 1.6.0
tdesktopPackages.preview: 1.5.18 -> 1.6.0
2019-03-18 20:46:42 +01:00
Michael Weiss
da1a2b1eea
tdesktopPackages.preview: 1.5.17 -> 1.5.18 2019-03-16 13:48:55 +01:00
Michael Weiss
c4c37f3414
tdesktopPackages.preview: 1.5.15 -> 1.5.17 2019-03-14 12:00:08 +01:00
Michael Weiss
cfe6277e62
tdesktop: 1.5.12 -> 1.5.15
tdesktopPackages.preview: 1.5.12 -> 1.5.15
2019-02-12 19:54:28 +01:00
Michael Weiss
9905c44eca
tdesktop: 1.5.11 -> 1.5.12
tdesktopPackages.preview: 1.5.11 -> 1.5.12
2019-02-10 20:38:20 +01:00
Michael Weiss
bc845dee8a
tdesktop: 1.5.9 -> 1.5.11
tdesktopPackages.preview: 1.5.9 -> 1.5.11
2019-02-02 13:29:11 +01:00
Michael Weiss
95a18ab60b
tdesktop: 1.5.8 -> 1.5.9
tdesktopPackages.preview: 1.5.8 -> 1.5.9
2019-02-01 12:20:46 +01:00
Michael Weiss
4b6020faf5
tdesktop: 1.5.4 -> 1.5.8
tdesktopPackages.preview: 1.5.7 -> 1.5.8
2019-01-22 13:23:23 +01:00
Michael Weiss
db8e3654e2
tdesktop: Drop the patch for a GCC bug
GCC 7.4.0 is now the default and not affected by this bug.
2019-01-19 14:43:24 +01:00
Michael Weiss
0da3f68519
tdesktopPackages.preview: 1.5.4 -> 1.5.7 2019-01-14 20:29:35 +01:00
Michael Weiss
a47c3b32ab tdesktop: 1.5.3 -> 1.5.4
tdesktopPackages.preview: 1.5.3 -> 1.5.4
2018-12-24 11:43:53 +01:00
Michael Weiss
ff70335091 tdesktop: 1.5.2 -> 1.5.3
tdesktopPackages.preview: 1.5.2 -> 1.5.3
2018-12-23 12:27:05 +01:00
Michael Weiss
1928f801a6 tdesktop: 1.5.1 -> 1.5.2
tdesktopPackages.preview: 1.5.1 -> 1.5.2
2018-12-17 14:22:24 +01:00
Michael Weiss
e12009f390 tdesktop: 1.4.3 -> 1.5.1
tdesktopPackages.preview: 1.4.8 -> 1.5.1
2018-12-12 12:28:34 +01:00
Michael Weiss
20c6acb436 tdesktopPackages.preview: 1.4.7 -> 1.4.8 2018-12-06 21:50:49 +01:00
Renaud
cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Michael Weiss
39a9e2d65f tdesktopPackages.preview: 1.4.4 -> 1.4.7
TODO: We're still using the old API ID (like the Arch package) which
should be used for testing only.
I've tried to contact the Telegram team multiple times via different
channels but didn't get a response so far. See [0],[1] for more details.

[0]: https://github.com/telegramdesktop/tdesktop/issues/4717
[1]: 65b2db2160
2018-11-10 22:10:28 +01:00
Michael Weiss
ea691fc8ee tdesktopPackages.preview: 1.4.3 -> 1.4.4 2018-10-17 19:40:54 +02:00
Michael Weiss
972aa96f27 tdesktop: 1.4.2 -> 1.4.3
tdesktopPackages.preview: 1.4.2 -> 1.4.3
2018-10-13 14:54:16 +02:00
Michael Weiss
f9d247a8d8 tdesktop: 1.4.0 -> 1.4.2
tdesktopPackages.preview: 1.4.0 -> 1.4.2
2018-10-10 20:40:06 +02:00
schneefux
314593950e tdesktop: use fetchFromGitHub instead of fetchgit 2018-10-08 14:29:28 +02:00
Michael Weiss
4652b54f38 tdesktop: Update the Arch patches 2018-10-01 20:22:57 +02:00
Michael Weiss
766e3228c2 tdesktop: 1.3.14 -> 1.4.0
tdesktopPackages.preview: 1.3.14 -> 1.4.0
2018-09-30 14:59:15 +02:00
gnidorah
e79ccc1100 tdesktop: support opening urls under wayland 2018-09-25 20:26:46 +03:00
Michael Weiss
792425934b tdesktop: 1.3.13 -> 1.3.14
tdesktopPackages.preview: 1.3.13 -> 1.3.14
2018-08-28 18:12:11 +02:00
Michael Weiss
9006cd339c tdesktop: 1.3.10 -> 1.3.13
tdesktopPackages.preview: 1.3.12 -> 1.3.13
2018-08-28 11:05:48 +02:00
Michael Weiss
c3266a03a8 tdesktopPackages.preview: 1.3.11 -> 1.3.12 2018-08-05 11:56:10 +02:00
Michael Weiss
1ebee36c23 tdesktopPackages.preview: 1.3.10 -> 1.3.11 2018-08-03 14:15:22 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Michael Weiss
bf2a009380 tdesktop: 1.3.7 -> 1.3.10
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-07-17 21:17:21 +02:00
Matthew Bauer
9a2345e963
Merge pull request #40880 from lheckemann/tdesktop-other
tdesktop: enable on other platforms
2018-06-28 20:33:48 -04:00
Michael Weiss
92ab620a4c tdesktop: 1.3.0 -> 1.3.7
tdesktopPackages.preview: 1.3.4 -> 1.3.7
2018-06-12 15:49:10 +02:00