wok diff osmo/receipt @ rev 23937
qemu: add X86_64 efi bios
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 12 11:24:50 2020 +0000 (2020-09-12) |
parents | f785aa5219e8 |
children | 080c1dff8494 |
line diff
1.1 --- a/osmo/receipt Sun Oct 19 10:30:22 2014 +0200 1.2 +++ b/osmo/receipt Sat Sep 12 11:24:50 2020 +0000 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 &&