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 ADEB9138239 for ; Sun, 29 Mar 2020 18:21:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0886E09EA; Sun, 29 Mar 2020 18:21:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A31BCE09EA for ; Sun, 29 Mar 2020 18:21:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4379434F198 for ; Sun, 29 Mar 2020 18:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2BAA158 for ; Sun, 29 Mar 2020 18:21:25 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1585506066.77598c10d35c036aa173f3b64e9a9985e734168a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.64.1.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 77598c10d35c036aa173f3b64e9a9985e734168a X-VCS-Branch: master Date: Sun, 29 Mar 2020 18:21:25 +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: 5120e79e-a943-4c55-ac1d-9cb57dcfa8e6 X-Archives-Hash: f55b3cb795fca19982f86ff4355172ac commit: 77598c10d35c036aa173f3b64e9a9985e734168a Author: Matt Turner gentoo org> AuthorDate: Sun Mar 29 18:20:25 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 29 18:21:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77598c10 dev-libs/glib: Add ewarn telling users to restart their session Closes: https://bugs.gentoo.org/715186 Signed-off-by: Matt Turner gentoo.org> dev-libs/glib/glib-2.64.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-libs/glib/glib-2.64.1.ebuild b/dev-libs/glib/glib-2.64.1.ebuild index 15d5ed1eac0..f558eaa92f0 100644 --- a/dev-libs/glib/glib-2.64.1.ebuild +++ b/dev-libs/glib/glib-2.64.1.ebuild @@ -262,6 +262,13 @@ pkg_postinst() { ewarn "your final image for performance reasons and re-run it when packages" ewarn "installing GIO modules get upgraded or added to the image." fi + + for v in ${REPLACING_VERSIONS}; do + if ver_test "$v" "-lt" "2.63.6"; then + ewarn "glib no longer installs the gio-launch-desktop binary. You may need" + ewarn "to restart your session for \"Open With\" dialogs to work." + fi + done } pkg_postrm() {