FreeBSD Bugzilla – Attachment 186239 Details for
Bug 221283
net-im/linux-telegram-desktop: Update to 1.1.23
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patched launch script
patch-telegram-desktop (text/plain), 1.82 KB, created by
Henry Hu
on 2017-09-11 03:51:49 UTC
(
hide
)
Description:
patched launch script
Filename:
MIME Type:
Creator:
Henry Hu
Created:
2017-09-11 03:51:49 UTC
Size:
1.82 KB
patch
obsolete
>diff -ruN /usr/ports/net-im/linux-telegram-desktop/Makefile ./Makefile >--- /usr/ports/net-im/linux-telegram-desktop/Makefile 2017-08-08 11:58:52.590376000 -0400 >+++ ./Makefile 2017-09-10 23:37:49.797803000 -0400 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/net-im/linux-telegram-desktop/Makefile 443529 2017-06-13 19:15:43Z danfe $ > > PORTNAME= telegram-desktop >-PORTVERSION= 1.1.7 >+PORTVERSION= 1.1.19 > CATEGORIES= net-im linux > MASTER_SITES= https://updates.tdesktop.com/tlinux32/ \ > http://freebsd.nsu.ru/distfiles/ >@@ -17,6 +17,7 @@ > USES= linux:c7 tar:xz > USE_LINUX= alsalib alsa-plugins-oss dbuslibs dri expat gtk2 xorglibs > NO_BUILD= yes >+RUN_DEPENDS+= dbus-launch:devel/dbus > > WRKSRC= ${WRKDIR}/Telegram > TDESKTOPDIR= lib/telegram-desktop >diff -ruN /usr/ports/net-im/linux-telegram-desktop/distinfo ./distinfo >--- /usr/ports/net-im/linux-telegram-desktop/distinfo 2017-08-08 11:58:52.590808000 -0400 >+++ ./distinfo 2017-08-08 12:00:10.738477000 -0400 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1496182037 >-SHA256 (tsetup32.1.1.7.tar.xz) = 49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 >-SIZE (tsetup32.1.1.7.tar.xz) = 30618984 >+TIMESTAMP = 1502018282 >+SHA256 (tsetup32.1.1.19.tar.xz) = 11fcd4f55846bbc2dd844c8bd28c3a11bd8b5294e16f98ac081524a5d36f00b4 >+SIZE (tsetup32.1.1.19.tar.xz) = 30964820 >diff -ruN /usr/ports/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in ./files/telegram-desktop.sh.in >--- /usr/ports/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in 2017-08-08 11:58:52.591209000 -0400 >+++ ./files/telegram-desktop.sh.in 2017-09-10 23:38:23.413866000 -0400 >@@ -1,4 +1,9 @@ > #!/bin/sh > >+if [ "$DBUS_SESSION_BUS_ADDRESS" = "" ]; then >+ eval `dbus-launch --sh-syntax` >+fi >+ >+mkdir -p $HOME/.local/share/TelegramDesktop/tdata > export QT_XKB_CONFIG_ROOT=%%PREFIX%%/share/X11/xkb > exec %%PREFIX%%/%%TDESKTOPDIR%%/Telegram "$@"
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
Actions:
View
|
Diff
Attachments on
bug 221283
:
185092
|
185213
|
186239
|
186807