wok-next diff osmo/receipt @ rev 6715

linux/bootloader.sh: fix signed 16bits
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 14 17:08:12 2010 +0200 (2010-10-14)
parents 5b44af8c1257
children 1e1cc84777a6
line diff
     1.1 --- a/osmo/receipt	Sun Feb 28 16:38:48 2010 +0100
     1.2 +++ b/osmo/receipt	Thu Oct 14 17:08:12 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="osmo"
     1.7 -VERSION="0.2.6"
     1.8 +VERSION="0.2.10"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="A handy personal organizer using GTK+."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,7 +17,6 @@
    1.13  {
    1.14  	cd $src
    1.15  	sed -i 's/gtkspell-/gtkDISABLEDspell-/' configure
    1.16 -	patch -p0 -i ../stuff/notes_items.patch || exit 1
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--enable-printing=no \