Commit Graph

203 Commits

Author SHA1 Message Date
kilianar
2f74b5358c tdesktop: 4.0.0 -> 4.0.2 2022-06-25 08:28:26 +02:00
kilianar
3ff0d89af3 tdesktop: 3.7.3 -> 4.0.0
Updated with `update.py`.

- [Release notes](https://github.com/telegramdesktop/tdesktop/releases/tag/v4.0.0)
- [Commits](https://github.com/telegramdesktop/tdesktop/compare/v3.7.3...v4.0.0)
2022-06-21 11:43:45 +02:00
Milan Hauth
b818b6c696 tdesktop: add dependency: qtwayland 2022-05-27 17:52:55 +02:00
Nick Cao
33775ec9a2
tdesktop: 3.6.0 -> 3.7.3 2022-05-23 09:37:43 +08:00
K900
a77406f1f2 tdesktop: fix build with kwayland 5.94
Hopefully a temporary hack until upstream fixes this
(or nixpkgs ships qt6)
2022-04-18 11:47:53 +03:00
R. Ryantm
c314219378 tdesktop: 3.5.2 -> 3.6.0 2022-03-13 17:36:30 +00:00
Yevhen Shymotiuk
c3010a9971
tdesktop: 3.4.8 -> 3.5.2 2022-02-25 19:55:50 +02:00
Vanilla
e4ac34506a
tdesktop: Remove myself as maintainer 2022-02-07 20:40:01 +08:00
R. Ryantm
7bd0ce4321 tdesktop: 3.4.3 -> 3.4.8 2022-01-20 08:51:18 +00:00
Marek Mahut
2fe2069f92
Merge pull request #152702 from MrMebelMan/update/tdesktop
tdesktop: 3.1.11 -> 3.4.3
2022-01-04 13:43:33 +01:00
Vanilla
6a923a0427 tdesktop: 3.1.11 -> 3.4.3 2022-01-04 05:58:15 +01:00
Michael Weiss
42ed814325
tdesktop: Remove myself as maintainer
I don't use Telegram-Desktop anymore and it looks like the transition to
new maintainers is working so far (so there's no reason for me to remain
listed as a maintainer).
2022-01-01 12:10:49 +01:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
Janne Heß
2ee5133dc5
Merge pull request #144070 from VergeDX/tdesktop 2021-11-06 19:01:22 +01:00
Sandro Jäckel
e884e2840e
tdesktop: fix build 2021-11-01 21:49:45 +01:00
Vanilla
19725aa59a
tdesktop: 3.1.9 -> 3.1.11 2021-11-01 11:04:56 +08:00
Vanilla
e8a12492fc
tdesktop: 3.1.8 -> 3.1.9 2021-10-09 10:42:50 +08:00
Vanilla
f6243ca1e6
tdesktop: 3.1.1 -> 3.1.8 2021-10-08 21:52:38 +08:00
Vanilla
847bfb3df3
tdesktop: 3.1.0 -> 3.1.1 2021-09-25 20:06:57 +08:00
Vanilla
744f189376
tdesktop: Add maintainer vanilla 2021-09-21 08:37:52 +08:00
Vanilla
150db8e3c8
tdesktop 3.0.1 -> 3.1.0 2021-09-20 19:44:46 +08:00
Vanilla
f232113010
tdesktop: 2.9.3 -> 3.0.1 2021-09-09 23:12:07 +08:00
Ilan Joselevich
871f0bacdb tdesktop: 2.9.0 -> 2.9.3 2021-08-26 02:20:40 +03:00
Sandro Jäckel
6d0da63aec
tdesktop: fix qt5 selection, cleanup 2021-08-06 09:11:37 +02:00
Yuka
682442d027
tdesktop: 2.8.11 -> 2.9.0 (#132195) 2021-07-31 12:55:43 +02:00
Michael Weiss
63935e7160
tdesktop: remove abbradar from maintainers
Their last tdesktop commit is 4c3c71fdd4 from 2018.
Thank you for maintaining Telegram-Desktop in the past.
2021-07-25 13:07:26 +02:00
Michael Weiss
f6c5598f54
tdesktop: Cleanup/refactor
Drop old/outdated comments and some reordering for consistency.
2021-07-25 12:47:45 +02:00
oxalica
27585b9897
tdesktop: bundle the default font
It's worth to think about setting -DDESKTOP_APP_USE_PACKAGED_FONTS=OFF
since it's impossible to install fonts as dependencies of packages with
Nix and tdesktop's widgets are developed only with Open Sans in mind (it
has a lot of hardcoded values and wide fonts like DejaVu may
even go out of widgets' bounds)

https://github.com/NixOS/nixpkgs/pull/130827#issuecomment-885212649
2021-07-23 05:38:54 +08:00
oxalica
6019d8abff
tdesktop: patch dlopen paths 2021-07-23 05:38:54 +08:00
oxalica
cb0861b999
tdesktop: clean up and fix outdated comments 2021-07-23 05:38:53 +08:00
oxalica
f3959d8e8b
libtgvoip: remove
It's removed because:
1. It's an internal library which is only used by telegram itself, and
   it's fine to use its bundled source in telegram.
2. It's forced to produce static library, is very fast to build
   (less than 1min) and is quite small (<2 MiB).
3. Reduce extra maintenance work and have almost no other drawback.
2021-07-23 05:38:53 +08:00
oxalica
2a12ba467c
tdesktop: use bundled libtgvoip 2021-07-23 05:38:53 +08:00
oxalica
548ff79765
tdesktop.tg_owt: rework and clean up
- Build shared library to keep binary small.

- Prefer system-wide libraries instead of bundled ones.

- `abseil-cpp` (absl) is required for downstream build and appears in
  output cmake file. So it's added to `propagatedBuildInputs`.
2021-07-23 05:38:52 +08:00
Nick Cao
e57ccfdaf3
tdesktop: 2.8.4 -> 2.8.11 2021-07-18 18:12:20 +08:00
Michael Weiss
733756ccfc
tdesktop: Drop the enchant2 and dee dependencies
Ilya Fedin informed me that they aren't required anymore. Thanks :)
2021-07-03 17:10:33 +02:00
Ilan Joselevich
b7515545b5 tdesktop: 2.8.3 -> 2.8.4 2021-07-03 16:47:01 +03:00
Michael Weiss
3864c36b79
tdesktop: 2.8.1 -> 2.8.3 2021-06-28 19:05:14 +02:00
Michael Weiss
bbd9f938d4 tdesktop: Finalize the update script
Now the fetchgit sources are properly prefetched.
2021-06-27 15:48:14 +02:00
Michael Weiss
dc87cf5298 tdesktop: 2.8.0 -> 2.8.1
This also improves the packaging (see #128219).
2021-06-27 15:48:14 +02:00
Michael Weiss
0d509d366d
tdesktop: 2.7.5 -> 2.8.0 2021-06-26 18:12:37 +02:00
Michael Weiss
ea0c0603f5
tdesktop: Add an update script
To make sure that all dependencies are updated as well.
Last TODO: tg_owt_hash (requires nix-prefetch-git for the submodules).
2021-06-26 17:18:43 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Jonathan Ringer
a0899b2773 tdesktop: add optional dependencies 2021-06-03 17:00:07 -07:00
Jonathan Ringer
7ab7322b0e tdesktop: 2.7.4 -> 2.7.5 2021-06-03 17:00:07 -07:00
Sameer Hoosen
2bd34a98af
tdesktop: 2.7.1 -> 2.7.4 (#120994) 2021-04-29 12:57:49 +02:00
Michael Weiss
fb98c03108
tdesktop: 2.6.1 -> 2.7.1 2021-03-26 15:09:48 +01:00
Michael Weiss
ed113c9bd5
tdesktop: 2.6.0 -> 2.6.1 2021-02-26 13:43:29 +01:00
Michael Weiss
2c042fe9c8
tdesktop: 2.5.9 -> 2.6.0
This also adds libthai and libdatrie as optional dependencies for gtk3.
2021-02-24 17:49:59 +01:00
Michael Weiss
b78942f040
tdesktop: 2.5.8 -> 2.5.9 2021-02-18 15:32:07 +01:00
Ben Siraphob
a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00