FreeBSD Bugzilla – Attachment 241052 Details for
Bug 264274
net-im/telegram-desktop: add option to not embed fonts (allows using personal font preferences)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fixed SYSTEM_FONTS patch
tg.patch (text/plain), 1.50 KB, created by
Volodymyr Kostyrko
on 2023-03-22 12:01:13 UTC
(
hide
)
Description:
fixed SYSTEM_FONTS patch
Filename:
MIME Type:
Creator:
Volodymyr Kostyrko
Created:
2023-03-22 12:01:13 UTC
Size:
1.50 KB
patch
obsolete
>diff /usr/ports >commit - addcd02a2085a68f083ef29a79dcad58b0d0c56f >path + /usr/ports >blob - 4c706ff2177b046706fea2c9f0ef5b8829b732f0 >file + net-im/telegram-desktop/Makefile >--- net-im/telegram-desktop/Makefile >+++ net-im/telegram-desktop/Makefile >@@ -73,7 +73,6 @@ CMAKE_OFF= DESKTOP_APP_USE_PACKAGED_FONTS > CMAKE_ARGS= -DTDESKTOP_API_ID=${TELEGRAM_API_ID} -DTDESKTOP_API_HASH=${TELEGRAM_API_HASH} > CMAKE_ON= DESKTOP_APP_USE_PACKAGED DESKTOP_APP_DISABLE_CRASH_REPORTS \ > DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION >-CMAKE_OFF= DESKTOP_APP_USE_PACKAGED_FONTS > > # Since cmake 3.25.0, BSDs are no longer recognised as Linux (in this port). > CMAKE_ARGS+= -DLINUX=true >@@ -84,6 +83,7 @@ OPTIONS_DEFAULT= ALSA > # Telegram uses OpenAL for its audio, but libtgvoip (for voice calls) can use PulseAudio or ALSA. > # It dynamically loads PulseAudio, and if this fails, it loads ALSA. > # If both of them are not installed, then voice calls do not work, but other functionalities still work. >+OPTIONS_DEFINE= SYSTEM_FONTS > OPTIONS_DEFAULT= ALSA > OPTIONS_MULTI= AUDIO > OPTIONS_MULTI_AUDIO= ALSA PULSEAUDIO >@@ -93,6 +93,9 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio > ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib > PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio > >+SYSTEM_FONTS_DESC= Use system fonts instead of bundled patched ones >+SYSTEM_FONTS_CMAKE_BOOL= DESKTOP_APP_USE_PACKAGED_FONTS >+ > # Telegram asks each custom build to have its own API ID and hash. > TELEGRAM_API_HASH= 20a3432aab43f24bb4460fceac5ba38d > TELEGRAM_API_ID= 601761
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
arcade
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 264274
:
234251
|
234409
|
239360
|
240694
| 241052