Sandro
6df4df2b20
Merge pull request #148672 from ilya-fedin/update-kotatogram
2022-03-18 18:17:25 +01:00
Ilya Fedin
1a8e99e7f8
kotatogram-desktop: add Darwin support
...
tdesktop and kotatogram both have macos builds, so it shouldn't be hard to make them available in nixpkgs
2022-03-17 02:26:24 +04:00
Ilya Fedin
d3367563ef
kotatogram-desktop: 1.4.1 -> 1.4.9
2022-03-17 02:26:12 +04:00
Ilya Fedin
d5dc6828d5
kotatogram-desktop: apply nixpkgs-fmt
2022-03-17 02:12:05 +04: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
github-actions[bot]
9cdb39f965
Merge master into staging-next
2022-02-07 18:01:27 +00:00
Vanilla
e4ac34506a
tdesktop: Remove myself as maintainer
2022-02-07 20:40:01 +08:00
Jonathan Ringer
e78ff05ee8
kotatogram-desktop.tg_owt: fix typo
2022-02-06 18:45:19 -08:00
Jonathan Ringer
0cdc7232cb
kotatogram-desktop.tg_owt: pin mpeg to 4.x
2022-02-06 18:11:24 -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
superherointj
df4fac48fc
maintainers: remove superherointj
2021-11-02 18:22:31 -07: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
Sandro
5e8a721a61
Merge pull request #131275 from superherointj/package-telegram-cli-20200106
2021-08-02 14:14:58 +00:00
superherointj
88cb7c8f63
telegram-cli: init 20200106
...
Co-authored-by: @sikmir @SuperSandro2000
2021-08-02 10:51:15 -03: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
f287805faf
kotatogram-desktop: Copy the old tg_owt.nix from tdesktop
...
The current tg_owt version (since the update of tdesktop to version
2.8.0 in 0d509d366d
) isn't compatible with kotatogram-desktop anymore.
2021-06-26 18:47:26 +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