aboutsummaryrefslogtreecommitdiffstats
path: root/community/telegram-desktop
Commit message (Collapse)AuthorAgeFilesLines
* community/telegram-desktop: fix install location for desktop and appdata fileRasmus Thomsen2020-05-021-4/+3
| | | | | | | These should be named after the app id that they contain info about. Also don't manually strip the telegram-desktop binary, it's already getting stripped automatically by abuild
* community/telegram-desktop: upgrade to 2.1.1Leo2020-05-011-2/+2
|
* community/telegram-desktop: upgrade to 2.1.0Leo2020-04-241-2/+2
|
* community/telegram-desktop: disable on mipsAriadne Conill2020-04-081-1/+1
|
* community/telegram-desktop: upgrade to 2.0.1Leo2020-03-311-2/+2
|
* community/telegram-desktop: upgrade to 2.0.0Leo2020-03-301-2/+2
|
* community/telegram-desktop: upgrade to 1.9.22Leo2020-03-281-2/+2
|
* community/telegram-desktop: upgrade to 1.9.21Leo2020-03-172-42/+3
|
* community/telegram-desktop: upgrade to 1.9.20Leo2020-03-172-5/+44
|
* community/telegram-desktop: upgrade to 1.9.19Leo2020-02-252-22/+3
|
* community/telegram-desktop: upgrade to 1.9.18Leo2020-02-252-3/+23
|
* community/telegram-desktop: upgrade to 1.9.16Leo2020-02-231-3/+3
|
* community/*: make CMake and meson respect our C{,PP,XX}FLAGSRasmus Thomsen2020-02-211-2/+2
| | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
* community/telegram-desktop: upgrade to 1.9.14Leo2020-02-181-3/+3
|
* community/telegram-desktop: move from testingLeo2020-02-143-0/+168
The telegram developers made great progress in making packaging Telegram Desktop a pleasant experience for Alpine Linux. - There is now a full tarball available that includes all gitmodules that before were all checked out via tarballs in the source= variable. - There is now support deciding whether to use system packages and linking it to the Telegram binary instead of statically linked checked out versions in the source tree. - The build system is now cmake, which is much better than the previous GYP meta build-system mess. Overall the change from the old to the new system reduced Alpine Linux's load by 834 lines.