diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 15:59:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 15:59:24 +0100 |
commit | fdc97647f9837884d5b729a8000d52bf2ecf5858 (patch) | |
tree | 58f284de46b0b797e26a9b693832b246f7a5c68c /net-im/telegram/telegram-0.10.1.ebuild | |
parent | 1358adf41d192d24d67fbde47262abe47da56892 (diff) |
redcore 1708 gamma crucis : bump ebuilds
Diffstat (limited to 'net-im/telegram/telegram-0.10.1.ebuild')
-rw-r--r-- | net-im/telegram/telegram-0.10.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-im/telegram/telegram-0.10.1.ebuild b/net-im/telegram/telegram-0.10.1.ebuild deleted file mode 100644 index eb2540d3..00000000 --- a/net-im/telegram/telegram-0.10.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_PN="Telegram" -inherit eutils -DESCRIPTION="Unofficial telegram protocol client" -HOMEPAGE="https://telegram.org/" -SRC_URI=" - amd64? ( https://updates.tdesktop.com/tlinux/tsetup.${PV}.tar.xz -> ${P}.tar.xz ) - x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.${PV}.tar.xz -> ${PN}32-${PV}.tar.xz )" - -RESTRICT="mirror" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="x11-libs/libxcb:= - dev-libs/glib:2 - x11-libs/libX11" -RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_PN}" - -src_install() { - exeinto "/opt/${PN}" - doexe "${MY_PN}" - make_wrapper "${PN}" "/opt/${PN}/${MY_PN}" - make_desktop_entry "${PN}" "${MY_PN} Desktop" "/usr/share/pixmaps/${PN}.png" "" "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;" - newicon "${FILESDIR}/${PN}.png" "${PN}.png" -} |