From owner-svn-ports-all@freebsd.org Sun Oct 8 11:48:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA6E1E328ED; Sun, 8 Oct 2017 11:48:17 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4724C728C8; Sun, 8 Oct 2017 11:48:17 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v98BmGhf047613; Sun, 8 Oct 2017 11:48:16 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v98BmFHg047610; Sun, 8 Oct 2017 11:48:15 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201710081148.v98BmFHg047610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 8 Oct 2017 11:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451520 - in head/net-im/linux-telegram-desktop: . files X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/net-im/linux-telegram-desktop: . files X-SVN-Commit-Revision: 451520 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Oct 2017 11:48:18 -0000 Author: joneum Date: Sun Oct 8 11:48:15 2017 New Revision: 451520 URL: https://svnweb.freebsd.org/changeset/ports/451520 Log: net-im/linux-telegram-desktop: Update from 1.1.7 to 1.1.23 - Changelog: https://github.com/telegramdesktop/tdesktop/releases PR: 221283 Reported by: tm+freebsd@core.io Approved by: Henry Su (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11940 Modified: head/net-im/linux-telegram-desktop/Makefile head/net-im/linux-telegram-desktop/distinfo head/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in Modified: head/net-im/linux-telegram-desktop/Makefile ============================================================================== --- head/net-im/linux-telegram-desktop/Makefile Sun Oct 8 11:29:51 2017 (r451519) +++ head/net-im/linux-telegram-desktop/Makefile Sun Oct 8 11:48:15 2017 (r451520) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= telegram-desktop -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.23 CATEGORIES= net-im linux -MASTER_SITES= https://updates.tdesktop.com/tlinux32/ \ - http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= https://updates.tdesktop.com/tlinux32/ PKGNAMEPREFIX= linux- DISTNAME= tsetup32.${PORTVERSION} @@ -17,6 +16,7 @@ LICENSE= GPLv3 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 Modified: head/net-im/linux-telegram-desktop/distinfo ============================================================================== --- head/net-im/linux-telegram-desktop/distinfo Sun Oct 8 11:29:51 2017 (r451519) +++ head/net-im/linux-telegram-desktop/distinfo Sun Oct 8 11:48:15 2017 (r451520) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496182037 -SHA256 (tsetup32.1.1.7.tar.xz) = 49db49c089efa680e8ce68ee7153e7a3f601e485a1305857f5cf1b13a5e7e5b0 -SIZE (tsetup32.1.1.7.tar.xz) = 30618984 +TIMESTAMP = 1506705339 +SHA256 (tsetup32.1.1.23.tar.xz) = d3a93bd958e3e692e39c9744e62a967e42ee089c68a106a3ab236937252111ef +SIZE (tsetup32.1.1.23.tar.xz) = 31249588 Modified: head/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in ============================================================================== --- head/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in Sun Oct 8 11:29:51 2017 (r451519) +++ head/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in Sun Oct 8 11:48:15 2017 (r451520) @@ -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 "$@"