wok-current rev 22684
osmo: force .mo build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 19 15:15:22 2020 +0100 (2020-01-19) |
parents | b054d6cbf5b8 |
children | 263151d2b6b0 |
files | osmo/receipt |
line diff
1.1 --- a/osmo/receipt Sun Jan 19 11:06:13 2020 +0100 1.2 +++ b/osmo/receipt Sun Jan 19 15:15:22 2020 +0100 1.3 @@ -12,12 +12,14 @@ 1.4 TAGS="office" 1.5 1.6 DEPENDS="gtk+ libxml2 libwebkit xorg-libXdamage libnotify libical" 1.7 -BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev libical-dev gettext" 1.8 +BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev \ 1.9 +libical-dev gettext-tools" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure 1.15 + sed -i 's|test \$\$po -nt \$@|true|' po/Makefile* 1.16 ./configure \ 1.17 --prefix=/usr \ 1.18 $CONFIGURE_ARGS &&