# HG changeset patch # User Pascal Bellard # Date 1413707422 -7200 # Node ID f785aa5219e8e49c707598f19757d9d27bb7eede # Parent a4377148d6dc97d6160bb19564e2ac877189cf9b Up osmo (0.2.12) diff -r a4377148d6dc -r f785aa5219e8 osmo/receipt --- a/osmo/receipt Sun Oct 19 01:51:31 2014 +0200 +++ b/osmo/receipt Sun Oct 19 10:30:22 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="osmo" -VERSION="0.2.10" +VERSION="0.2.12" CATEGORY="office" SHORT_DESC="A handy personal organizer using GTK+." MAINTAINER="pankso@slitaz.org" @@ -11,17 +11,15 @@ WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL" TAGS="office" -DEPENDS="gtk+ libxml2 libgtkhtml xorg-libXdamage libnotify libical" -BUILD_DEPENDS="gtk+ gtk+-dev libgtkhtml-dev libxml2-dev libical-dev gettext" +DEPENDS="gtk+ libxml2 libwebkit xorg-libXdamage libnotify libical" +BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev libical-dev gettext" # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure ./configure \ --prefix=/usr \ - --enable-printing=no \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install