wok diff sakura/receipt @ rev 5230

Remove xfce4-notification. Deprecated. Thaks guys.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Apr 07 23:53:55 2010 +0200 (2010-04-07)
parents 0b02072d7f48
children bac7a17e05d2
line diff
     1.1 --- a/sakura/receipt	Mon Mar 16 22:38:09 2009 +0000
     1.2 +++ b/sakura/receipt	Wed Apr 07 23:53:55 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="sakura"
     1.7 -VERSION="2.3.2"
     1.8 +VERSION="2.3.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Lightweight GTK+/vte Terminal"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,6 +17,8 @@
    1.13  	cd $src
    1.14  	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.15  	sed -i 's/$/ -lncurses/' CMakeFiles/sakura.dir/link.txt &&
    1.16 +	sed -i 's/-u//' CMakeLists.txt &&
    1.17 +	sed -i 's/-u//' CMakeFiles/man.dir/build.make &&
    1.18  	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }