View | Details | Raw Unified | Return to bug 221283 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-1 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net-im/linux-telegram-desktop/Makefile 443529 2017-06-13 19:15:43Z danfe $
2
# $FreeBSD: head/net-im/linux-telegram-desktop/Makefile 443529 2017-06-13 19:15:43Z danfe $
3
3
4
PORTNAME=	telegram-desktop
4
PORTNAME=	telegram-desktop
5
PORTVERSION=	1.1.7
5
PORTVERSION=	1.1.19
6
CATEGORIES=	net-im linux
6
CATEGORIES=	net-im linux
7
MASTER_SITES=	https://updates.tdesktop.com/tlinux32/ \
7
MASTER_SITES=	https://updates.tdesktop.com/tlinux32/ \
8
		http://freebsd.nsu.ru/distfiles/
8
		http://freebsd.nsu.ru/distfiles/
Lines 17-22 Link Here
17
USES=		linux:c7 tar:xz
17
USES=		linux:c7 tar:xz
18
USE_LINUX=	alsalib alsa-plugins-oss dbuslibs dri expat gtk2 xorglibs
18
USE_LINUX=	alsalib alsa-plugins-oss dbuslibs dri expat gtk2 xorglibs
19
NO_BUILD=	yes
19
NO_BUILD=	yes
20
RUN_DEPENDS+=	dbus-launch:devel/dbus
20
21
21
WRKSRC=		${WRKDIR}/Telegram
22
WRKSRC=		${WRKDIR}/Telegram
22
TDESKTOPDIR=	lib/telegram-desktop
23
TDESKTOPDIR=	lib/telegram-desktop
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1496182037
1
TIMESTAMP = 1502018282
2
SHA256 (tsetup32.1.1.7.tar.xz) = 49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0
2
SHA256 (tsetup32.1.1.19.tar.xz) = 11fcd4f55846bbc2dd844c8bd28c3a11bd8b5294e16f98ac081524a5d36f00b4
3
SIZE (tsetup32.1.1.7.tar.xz) = 30618984
3
SIZE (tsetup32.1.1.19.tar.xz) = 30964820
(-)./files/telegram-desktop.sh.in (+5 lines)
Lines 1-4 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
if [ "$DBUS_SESSION_BUS_ADDRESS" = "" ]; then
4
    eval `dbus-launch --sh-syntax`
5
fi
6
7
mkdir -p $HOME/.local/share/TelegramDesktop/tdata
3
export QT_XKB_CONFIG_ROOT=%%PREFIX%%/share/X11/xkb
8
export QT_XKB_CONFIG_ROOT=%%PREFIX%%/share/X11/xkb
4
exec %%PREFIX%%/%%TDESKTOPDIR%%/Telegram "$@"
9
exec %%PREFIX%%/%%TDESKTOPDIR%%/Telegram "$@"

Return to bug 221283