summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-29 11:20:25 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-29 11:21:06 -0700
commit77598c10d35c036aa173f3b64e9a9985e734168a (patch)
tree3fe0568e656612ac024cdef647d81382ea571d94
parentmedia-gfx/fontforge: remove old blocker (diff)
downloadgentoo-77598c10.tar.gz
gentoo-77598c10.tar.bz2
gentoo-77598c10.zip
dev-libs/glib: Add ewarn telling users to restart their session
Closes: https://bugs.gentoo.org/715186 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-libs/glib/glib-2.64.1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-libs/glib/glib-2.64.1.ebuild b/dev-libs/glib/glib-2.64.1.ebuild
index 15d5ed1eac01..f558eaa92f04 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() {