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 0F53D138350 for ; Wed, 22 Jan 2020 06:03:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E856EE088D; Wed, 22 Jan 2020 06:03:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 25E23E088D for ; Wed, 22 Jan 2020 06:03:52 +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 D154B34E3AD for ; Wed, 22 Jan 2020 06:03:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A42335 for ; Wed, 22 Jan 2020 06:03:48 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1579673014.b0e7d366d56c09958b46f4e3a3811d8d2c7ff75f.juippis@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.9.3-r1.ebuild X-VCS-Directories: net-im/telegram-desktop-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b0e7d366d56c09958b46f4e3a3811d8d2c7ff75f X-VCS-Branch: master Date: Wed, 22 Jan 2020 06:03:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01863aac-9a5a-4a5c-8185-c98ba6186d5a X-Archives-Hash: c5c76010e42edb97d2d98a6e3d30a929 commit: b0e7d366d56c09958b46f4e3a3811d8d2c7ff75f Author: Henning Schild hennsch de> AuthorDate: Wed Jan 22 05:42:26 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 22 06:03:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e7d366 net-im/telegram-desktop-bin: call xdg_pkg_postinst in 1.9.3 see ad6943b2af4f964648be551b2563c96e615d2664 Signed-off-by: Henning Schild hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/14400 Signed-off-by: Joonas Niilola gentoo.org> net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.3-r1.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.3-r1.ebuild index e3da0c250b3..c0971f7fc9b 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.3-r1.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-1.9.3-r1.ebuild @@ -46,5 +46,6 @@ src_install() { } pkg_postinst() { + xdg_pkg_postinst optfeature "spell checker support" app-text/enchant }