wok diff osmo/receipt @ rev 22620

updated cups, cups-dev, cups-doc, cups-pam and libcups (2.0.2 -> 2.3.1)
author Hans-G?nter Theisgen
date Sun Jan 12 14:31:51 2020 +0100 (2020-01-12)
parents 600aaedb561d
children 3760e697c98f
line diff
     1.1 --- a/osmo/receipt	Mon Dec 02 19:18:04 2013 +0000
     1.2 +++ b/osmo/receipt	Sun Jan 12 14:31:51 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="osmo"
     1.7 -VERSION="0.2.10"
     1.8 +VERSION="0.2.12"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="A handy personal organizer using GTK+."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -11,17 +11,15 @@
    1.13  WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL"
    1.14  TAGS="office"
    1.15  
    1.16 -DEPENDS="gtk+ libxml2 libgtkhtml xorg-libXdamage libnotify libical"
    1.17 -BUILD_DEPENDS="gtk+ gtk+-dev libgtkhtml-dev libxml2-dev libical-dev gettext"
    1.18 +DEPENDS="gtk+ libxml2 libwebkit xorg-libXdamage libnotify libical"
    1.19 +BUILD_DEPENDS="gtk+ gtk+-dev libwebkit-dev libxml2-dev libnotify-dev libical-dev gettext"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure
    1.26  	./configure \
    1.27  		--prefix=/usr \
    1.28 -		--enable-printing=no \
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31  	make DESTDIR=$DESTDIR install