summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-10-09 15:35:09 +0200
committerAmy Liffey <amynka@gentoo.org>2017-10-09 15:35:09 +0200
commit56407aaa503cd46aacd2d0447d89cf9c46412b15 (patch)
tree6d350b3c35b5d789685d9f1bc9873892ecb87806 /net-im
parentnet-im/telegram-desktop-bin: Don't rename desktop entry (diff)
downloadgentoo-56407aaa503cd46aacd2d0447d89cf9c46412b15.tar.gz
gentoo-56407aaa503cd46aacd2d0447d89cf9c46412b15.tar.bz2
gentoo-56407aaa503cd46aacd2d0447d89cf9c46412b15.zip
net-im/telegram-desktop-bin: remove old
Closes:#5850 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23.ebuild
deleted file mode 100644
index 00c726c9f93a..000000000000
--- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.1.23.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils xdg
-
-DESCRIPTION="Official desktop client for Telegram (binary package)"
-HOMEPAGE="https://desktop.telegram.org"
-SRC_URI="
- https://github.com/telegramdesktop/tdesktop/archive/v${PV}.tar.gz -> tdesktop-${PV}.tar.gz
- amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz )
- x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz )
-"
-
-LICENSE="telegram"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-QA_PREBUILT="usr/bin/telegram-desktop"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/gobject-introspection
- >=sys-apps/dbus-1.4.20
- x11-libs/libX11
- >=x11-libs/libxcb-1.10[xkb]
-"
-DEPEND=""
-
-S="${WORKDIR}/Telegram"
-
-src_install() {
- newbin "${S}/Telegram" telegram-desktop
-
- local icon_size
- for icon_size in 16 32 48 64 128 256 512; do
- newicon -s "${icon_size}" \
- "${WORKDIR}/tdesktop-${PV}/Telegram/Resources/art/icon${icon_size}.png" \
- telegram-desktop.png
- done
-
- newmenu "${WORKDIR}/tdesktop-${PV}"/lib/xdg/telegramdesktop.desktop telegram-desktop.desktop
-}
-
-pkg_preinst() {
- xdg_pkg_preinst
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_icon_cache_update
-}