projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4129354
)
xfce-extra/xfce4-notifyd: Workaround stale DBUS_BINDING_TOOL check
author
Michał Górny
<mgorny@gentoo.org>
Sun, 4 Nov 2018 09:14:40 +0000
(10:14 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 4 Nov 2018 09:14:40 +0000
(10:14 +0100)
Closes: https://bugs.gentoo.org/670244
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
patch
|
blob
|
history
diff --git
a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
index a30bc99caf09cc1e551140f588448aadfebe31d9..8e1678c590f8c6ba4bf54ea459ad3786fa4aedfc 100644
(file)
--- a/
xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
+++ b/
xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
@@
-27,6
+27,12
@@
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
+src_configure() {
+ # DBUS_BINDING_TOOL is not used anymore
+ # https://bugzilla.xfce.org/show_bug.cgi?id=14835
+ econf DBUS_BINDING_TOOL=$(type -P false)
+}
+
pkg_postinst() {
gnome2_icon_cache_update
}