wok rev 7688

Up: terminal to 0.4.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 17 18:48:06 2010 +0000 (2010-12-17)
parents 57e07246c18b
children fccb9d9484b9
files terminal/receipt
line diff
     1.1 --- a/terminal/receipt	Fri Dec 17 18:23:22 2010 +0000
     1.2 +++ b/terminal/receipt	Fri Dec 17 18:48:06 2010 +0000
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="terminal"
     1.7 -VERSION="0.2.12"
     1.8 +VERSION="0.4.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="libexo vte startup-notification dbus"
    1.13 -BUILD_DEPENDS="libexo-dev vte-dev dbus-dev startup-notification-dev"
    1.14 +BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev intltool pkg-config util-linux-ng-uuid-dev"
    1.15  SOURCE="Terminal"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://www.xfce.org/"
    1.18 -WGET_URL="$WEB_SITE/archive/xfce/4.6.1/src/$TARBALL"
    1.19 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  TAGS="terminal"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23 @@ -18,7 +18,8 @@
    1.24  {
    1.25  	cd $src
    1.26  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.28 +	--mandir=/usr/share/man --libexecdir=/usr/lib/xfce4 \
    1.29 +	--disable-static $CONFIGURE_ARGS && \
    1.30  	make && make DESTDIR=$PWD/_pkg install
    1.31  }
    1.32