commit:     37a0a867d13cde822c22ad74d83ea029b0f9fdc0
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 15 22:11:41 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Feb 15 22:20:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a0a867

xfce-base/exo: Call intltoolize after eautoreconf

- The build system wants the po/Makefile.in.in file to be created by
  intltoolize, so let's manually call it after eautoreconf to make sure
  it's ran after glib-gettextize.

Closes: https://bugs.gentoo.org/829859
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 xfce-base/exo/exo-4.16.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xfce-base/exo/exo-4.16.3.ebuild b/xfce-base/exo/exo-4.16.3.ebuild
index da8c8f509f3c..e16e6e1248df 100644
--- a/xfce-base/exo/exo-4.16.3.ebuild
+++ b/xfce-base/exo/exo-4.16.3.ebuild
@@ -32,6 +32,8 @@ PATCHES=(
 src_prepare() {
        default
        eautoreconf
+       # needs to be executed after glib-gettextize, bug 829859
+       intltoolize --automake --copy --force || die "intltoolize failed"
 }
 
 src_install() {

Reply via email to