media-sound/playerctl: fix gdbus-codegen handling in configure.ac
authorGöktürk Yüksek <gokturk@gentoo.org>
Tue, 9 Apr 2019 02:08:11 +0000 (22:08 -0400)
committerGöktürk Yüksek <gokturk@gentoo.org>
Tue, 9 Apr 2019 02:08:11 +0000 (22:08 -0400)
commit988c0ffb4c868eb82efc0a37169b96c3548dbd5e
tree5eb7e449c699d6f5691ebbf8db5b5449d33b5576
parentc66f744d5ed212ac0d65297e0900d555a2328723
media-sound/playerctl: fix gdbus-codegen handling in configure.ac

In configure.ac, the **absolute** path of gdbus-codegen (as obtained
by pkg-config) is passed to AC_PATH_PROG. The macro then appends this
path to the directories in PATH and tests if the result is
executable. This internally results in checking for
'/usr/bin/usr/bin/gdbus-codegen'. The macro is redundant because the
value returned by pkg-config is sufficient.

Closes: https://bugs.gentoo.org/682788
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
media-sound/playerctl/files/playerctl-gdbus-codegen-fix.patch [new file with mode: 0644]
media-sound/playerctl/playerctl-0.5.0.ebuild
media-sound/playerctl/playerctl-0.6.0.ebuild