wok diff libxfcegui4/receipt @ rev 8512

Added patch to fixed epdfview so mouse scrolling works.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 12 02:36:49 2011 +0000 (2011-02-12)
parents 0874004b631d
children 7362dacf3962
line diff
     1.1 --- a/libxfcegui4/receipt	Thu Jan 20 15:02:14 2011 +0100
     1.2 +++ b/libxfcegui4/receipt	Sat Feb 12 02:36:49 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxfcegui4"
     1.7 -VERSION="4.6.4"
     1.8 +VERSION="4.8.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Gtk Widget library"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -10,9 +10,7 @@
    1.13   libglade-dev xcb-util-dev intltool"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.xfce.org"
    1.16 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL \
    1.17 -http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL"
    1.18 -
    1.19 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -20,7 +18,10 @@
    1.24  	cd $src
    1.25  	./configure --prefix=/usr \
    1.26  		--infodir=/usr/share/info \
    1.27 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +		--mandir=/usr/share/man \
    1.29 +		--disable-static \
    1.30 +		--disable-debug \
    1.31 +		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$PWD/_pkg install
    1.34  }