From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35DF4138334 for ; Fri, 26 Oct 2018 13:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1719E08F7; Fri, 26 Oct 2018 13:06:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B9AE08F7 for ; Fri, 26 Oct 2018 13:06:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DEF1335C8C for ; Fri, 26 Oct 2018 13:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59ABF3DD for ; Fri, 26 Oct 2018 13:06:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1540559044.e8d2d24e879b8e34c719edeb333872338985d205.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.3-r1.ebuild X-VCS-Directories: net-im/telegram-desktop-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8d2d24e879b8e34c719edeb333872338985d205 X-VCS-Branch: master Date: Fri, 26 Oct 2018 13:06:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecb85940-1576-46bb-8419-e5c79522e906 X-Archives-Hash: a2b07e59e92aeb023251215e27dccc1c commit: e8d2d24e879b8e34c719edeb333872338985d205 Author: Henning Schild hennsch de> AuthorDate: Wed Oct 24 10:49:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 26 13:04:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2d24e net-im/telegram-desktop-bin: fix Icon in .desktop file Closes: https://bugs.gentoo.org/667784 Signed-off-by: Henning Schild hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/10212 Signed-off-by: Michał Górny gentoo.org> .../telegram-desktop-bin-1.4.3-r1.ebuild | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.3-r1.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.3-r1.ebuild new file mode 100644 index 00000000000..a035e7e7871 --- /dev/null +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.4.3-r1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit desktop 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/lib/${PN}/Telegram" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/gobject-introspection + >=sys-apps/dbus-1.4.20 + x11-libs/libX11 + >=x11-libs/libxcb-1.10[xkb] + >=media-libs/fontconfig-2.13 +" + +S="${WORKDIR}/Telegram" + +src_prepare() { + sed -i -e 's/^Icon=telegram$/Icon=telegram-desktop/' "${WORKDIR}/tdesktop-${PV}"/lib/xdg/telegramdesktop.desktop || die + eapply_user +} + +src_install() { + exeinto /usr/lib/${PN} + doexe "Telegram" + newbin "${FILESDIR}"/${PN}-r2 "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 + + dodir /etc/${PN} + insinto /etc/${PN}/ + doins "${FILESDIR}"/fonts.conf + + domenu "${WORKDIR}/tdesktop-${PV}"/lib/xdg/telegramdesktop.desktop +} + +pkg_preinst() { + xdg_pkg_preinst +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_icon_cache_update + einfo + einfo "Previous versions of ${PN} have created " + einfo "\"~/.local/share/applications/telegram.desktop\". These files" + einfo "conflict with the one shipped by portage and should be removed" + einfo "from all homedirs. (https://bugs.gentoo.org/618662)" + einfo + einfo "This versions fixes fontconfig issues that have been reported" + einfo "by several users. However, the fix might have side-effects on" + einfo "non-latin fonts. If you have font issues with this version just" + einfo "delete \"/etc/${PN}/fonts.conf\" and leave a comment here" + einfo "https://bugs.gentoo.org/664872" +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_icon_cache_update +}