wok diff osmo/receipt @ rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents f785aa5219e8
children 080c1dff8494
line diff
     1.1 --- a/osmo/receipt	Sun Oct 19 10:30:22 2014 +0200
     1.2 +++ b/osmo/receipt	Tue Apr 28 17:22:54 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 &&