summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-02-12 10:59:11 +0200
committerMart Raudsepp <leio@gentoo.org>2019-02-12 13:09:24 +0200
commit29b3b1fe79e4b922121d48a59043a52545f58785 (patch)
treea3a926000b8cfa53759be1bf66faf8f82753a49f /x11-misc
parentmedia-libs/clutter-gst: bump to 3.0.27 (diff)
downloadgentoo-29b3b1fe79e4b922121d48a59043a52545f58785.tar.gz
gentoo-29b3b1fe79e4b922121d48a59043a52545f58785.tar.bz2
gentoo-29b3b1fe79e4b922121d48a59043a52545f58785.zip
x11-misc/xdg-utils: refer to dev-util/gtk-update-icon-cache
Update the elog message in postinst as gtk-update-icon-cache was split out of gtk+ a long time ago Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild4
-rw-r--r--x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild
index af90774c45dd..78ef40a63faa 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -67,5 +67,5 @@ src_install() {
}
pkg_postinst() {
- [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command."
+ [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install dev-util/gtk-update-icon-cache for the gtk-update-icon-cache command."
}
diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
index 17f10243d785..4e46bf29f1ae 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -74,5 +74,5 @@ src_install() {
pkg_postinst() {
[[ -x $(type -P gtk-update-icon-cache) ]] \
- || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command."
+ || elog "Install dev-util/gtk-update-icon-cache for the gtk-update-icon-cache command."
}