Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/telegram-desktop: fix install location for desktop and appdata file | Rasmus Thomsen | 2020-05-02 | 1 | -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.1 | Leo | 2020-05-01 | 1 | -2/+2 |
| | |||||
* | community/telegram-desktop: upgrade to 2.1.0 | Leo | 2020-04-24 | 1 | -2/+2 |
| | |||||
* | community/telegram-desktop: disable on mips | Ariadne Conill | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | community/telegram-desktop: upgrade to 2.0.1 | Leo | 2020-03-31 | 1 | -2/+2 |
| | |||||
* | community/telegram-desktop: upgrade to 2.0.0 | Leo | 2020-03-30 | 1 | -2/+2 |
| | |||||
* | community/telegram-desktop: upgrade to 1.9.22 | Leo | 2020-03-28 | 1 | -2/+2 |
| | |||||
* | community/telegram-desktop: upgrade to 1.9.21 | Leo | 2020-03-17 | 2 | -42/+3 |
| | |||||
* | community/telegram-desktop: upgrade to 1.9.20 | Leo | 2020-03-17 | 2 | -5/+44 |
| | |||||
* | community/telegram-desktop: upgrade to 1.9.19 | Leo | 2020-02-25 | 2 | -22/+3 |
| | |||||
* | community/telegram-desktop: upgrade to 1.9.18 | Leo | 2020-02-25 | 2 | -3/+23 |
| | |||||
* | community/telegram-desktop: upgrade to 1.9.16 | Leo | 2020-02-23 | 1 | -3/+3 |
| | |||||
* | community/*: make CMake and meson respect our C{,PP,XX}FLAGS | Rasmus Thomsen | 2020-02-21 | 1 | -2/+2 |
| | | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E | ||||
* | community/telegram-desktop: upgrade to 1.9.14 | Leo | 2020-02-18 | 1 | -3/+3 |
| | |||||
* | community/telegram-desktop: move from testing | Leo | 2020-02-14 | 3 | -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. |