# HG changeset patch # User Pascal Bellard # Date 1579443322 -3600 # Node ID 3760e697c98f8437caeb077b5a2a15e5577fd5d8 # Parent b054d6cbf5b8346c7cc1428f51f4d5bf392beedb osmo: force .mo build diff -r b054d6cbf5b8 -r 3760e697c98f osmo/receipt --- a/osmo/receipt Sun Jan 19 11:06:13 2020 +0100 +++ b/osmo/receipt Sun Jan 19 15:15:22 2020 +0100 @@ -12,12 +12,14 @@ TAGS="office" DEPENDS="gtk+ libxml2 libwebkit xorg-libXdamage libnotify libical" -BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev libical-dev gettext" +BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev \ +libical-dev gettext-tools" # Rules to configure and make the package. compile_rules() { sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure + sed -i 's|test \$\$po -nt \$@|true|' po/Makefile* ./configure \ --prefix=/usr \ $CONFIGURE_ARGS &&