wok-6.x diff osmo/receipt @ rev 3879
linux: free initrd cpio data earlier
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 10 23:39:19 2009 +0200 (2009-08-10) |
parents | 652cfc895b1a |
children | 622ce962ae18 |
line diff
1.1 --- a/osmo/receipt Mon Mar 16 22:28:21 2009 +0000 1.2 +++ b/osmo/receipt Mon Aug 10 23:39:19 2009 +0200 1.3 @@ -1,27 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="osmo" 1.7 -VERSION="0.2.0" 1.8 +VERSION="0.2.6" 1.9 CATEGORY="office" 1.10 SHORT_DESC="A handy personal organizer using GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ libxml2 xorg-libXdamage" 1.13 BUILD_DEPENDS="gtk+ gtk+-dev libxml2-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://clay.ll.pl/osmo/" 1.16 +WEB_SITE="http://clayo.org/osmo/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE-pim/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 + patch -p0 -i ../stuff/notes_items.patch || exit 1 1.24 ./configure \ 1.25 --prefix=/usr \ 1.26 + --enable-printing=no \ 1.27 $CONFIGURE_ARGS && 1.28 make && 1.29 - make DESTDIR=$PWD/_pkg install && 1.30 - # UTF-8 fr.po = pango segfault if the system is not unicode. 1.31 - rm -rf _pkg/usr/share/locale/fr 1.32 + make DESTDIR=$PWD/_pkg install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 @@ -30,4 +30,3 @@ 1.37 mkdir -p $fs/usr 1.38 cp -a $_pkg/usr/bin $fs/usr 1.39 } 1.40 -