aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-13 10:43:12 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-13 10:43:12 +0000
commit2821c2ee73086e186fc8bf086be9e21369849429 (patch)
treefb3563e58c2d4133b795e29fc4abfad8a8c4b686 /net-im
parentc638acc0bf09ad71e6a02019cc80c01b67c6ee6b (diff)
Remove expired port:
2020-05-05 net-im/linux-telegram-desktop: Broken for more than 6 months, use native version
Notes
Notes: svn path=/head/; revision=535101
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/linux-telegram-desktop/Makefile45
-rw-r--r--net-im/linux-telegram-desktop/distinfo3
-rw-r--r--net-im/linux-telegram-desktop/files/telegram-desktop.sh.in9
-rw-r--r--net-im/linux-telegram-desktop/pkg-descr12
5 files changed, 0 insertions, 70 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 6c9699a75fbf..3a323629c17e 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -71,7 +71,6 @@
SUBDIR += licq-jabber
SUBDIR += licq-osd
SUBDIR += licq-qt-gui
- SUBDIR += linux-telegram-desktop
SUBDIR += loudmouth
SUBDIR += matterbridge
SUBDIR += matterhorn
diff --git a/net-im/linux-telegram-desktop/Makefile b/net-im/linux-telegram-desktop/Makefile
deleted file mode 100644
index c43102831f60..000000000000
--- a/net-im/linux-telegram-desktop/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Henry Hu <henry.hu.sh@gmail.com>
-# $FreeBSD$
-
-PORTNAME= telegram-desktop
-PORTVERSION= 1.3.0
-CATEGORIES= net-im linux
-MASTER_SITES= https://updates.tdesktop.com/tlinux32/
-PKGNAMEPREFIX= linux-
-DISTNAME= tsetup32.${PORTVERSION}
-
-MAINTAINER= henry.hu.sh@gmail.com
-COMMENT= Official desktop client for Telegram messenger (Linux version)
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-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
-SUB_FILES= telegram-desktop.sh
-SUB_LIST= TDESKTOPDIR=${TDESKTOPDIR}
-
-DESKTOP_ENTRIES= "Telegram Desktop" "${COMMENT}" "" \
- "${PREFIX}/bin/telegram-desktop -- %u" \
- "Network;InstantMessaging;" false
-
-PLIST_FILES= bin/telegram-desktop ${TDESKTOPDIR}/Telegram
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${TDESKTOPDIR}
-# The main program binary
- ${INSTALL_PROGRAM} ${WRKSRC}/Telegram \
- ${STAGEDIR}${PREFIX}/${TDESKTOPDIR}
-# Wrapper for the main program
- ${INSTALL_SCRIPT} ${WRKDIR}/telegram-desktop.sh \
- ${STAGEDIR}${PREFIX}/bin/telegram-desktop
-
-.include <bsd.port.mk>
diff --git a/net-im/linux-telegram-desktop/distinfo b/net-im/linux-telegram-desktop/distinfo
deleted file mode 100644
index ce28a7232786..000000000000
--- a/net-im/linux-telegram-desktop/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1528021249
-SHA256 (tsetup32.1.3.0.tar.xz) = 8d9bcf4ff6180d343ea8f2f5be437792f141ac6a1919458311dd25ce44798222
-SIZE (tsetup32.1.3.0.tar.xz) = 35710316
diff --git a/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in b/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in
deleted file mode 100644
index 87dad4e4b9d8..000000000000
--- a/net-im/linux-telegram-desktop/files/telegram-desktop.sh.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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 "$@"
diff --git a/net-im/linux-telegram-desktop/pkg-descr b/net-im/linux-telegram-desktop/pkg-descr
deleted file mode 100644
index bddb17261aa3..000000000000
--- a/net-im/linux-telegram-desktop/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This port provides Linux version of the official Telegram desktop client.
-
-Telegram is a messaging application with a focus on speed and security;
-it is super-fast, simple, and free. You can use Telegram on all your
-devices at the same time -- your messages synchronize seamlessly across
-any number of your phones, tablets, or computers.
-
-With Telegram, you can send messages, photos, videos, and files of any
-type, as well as create groups for up to 1000 people or channels for
-broadcasting to unlimited audiences.
-
-WWW: https://desktop.telegram.org/