wok diff geany/receipt @ rev 189

Add vte and let geany load terminal if installed
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 06 21:29:05 2008 +0100 (2008-02-06)
parents b8f57e976a5d
children eb4e6a1af180
line diff
     1.1 --- a/geany/receipt	Wed Feb 06 18:25:01 2008 +0100
     1.2 +++ b/geany/receipt	Wed Feb 06 21:29:05 2008 +0100
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Small and fast IDE using GTK+ toolkit."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libxml2"
     1.7 +SUGGESTED="vte"
     1.8  BUILD_DEPENDS="gtk+-dev libxml2-dev perl-xml-parser"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://geany.uvena.de/"
    1.11 @@ -13,13 +14,13 @@
    1.12  JWM_MENU='Development:<Program icon="geany.png" label="Geany IDE">geany</Program>'
    1.13  
    1.14  # Rules to configure and make the package.
    1.15 +# Without vte : --disable-vte
    1.16  compile_rules()
    1.17  {
    1.18  	cd $src
    1.19  	./configure \
    1.20  		--prefix=/usr \
    1.21  		--mandir=/usr/share/man \
    1.22 -    	--disable-vte \
    1.23      	$CONFIGURE_ARGS
    1.24  	make
    1.25  	make DESTDIR=$PWD/_pkg install