FS#65259 - [telegram-desktop] contains unneeded Use-system-wide-fonts.patch
Attached to Project:
Community Packages
Opened by Ilya Fedin (ilya-fedin) - Friday, 24 January 2020, 20:30 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 18 March 2020, 14:02 GMT
Opened by Ilya Fedin (ilya-fedin) - Friday, 24 January 2020, 20:30 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 18 March 2020, 14:02 GMT
|
Details
A lot of work has been done at tdesktop to support dynamic
builds. Currently, tdesktop don't bundle any font if
DESKTOP_APP_USE_PACKAGED_FONTS=ON (which is the default if
DESKTOP_APP_USE_PACKAGED=ON, which is the default).
Moreover, only these cmake options actually needed: -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DTDESKTOP_API_TEST=ON \ -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \ -DTDESKTOP_USE_PACKAGED_TGVOIP=OFF + files installation through make install / ninja install is supported also. |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Wednesday, 18 March 2020, 14:02 GMT
Reason for closing: Implemented
Wednesday, 18 March 2020, 14:02 GMT
Reason for closing: Implemented
I will need to continue read the cmake rules to see how those cmake options affected the packaging.