wok rev 8051

Up: libxfcegui4 to 4.8.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 20 15:43:49 2011 +0000 (2011-01-20)
parents cd2506f67c2e
children 17c99f4fcb59
files libxfcegui4-dev/receipt libxfcegui4/receipt
line diff
     1.1 --- a/libxfcegui4-dev/receipt	Thu Jan 20 21:38:00 2011 +0100
     1.2 +++ b/libxfcegui4-dev/receipt	Thu Jan 20 15:43:49 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libxfcegui4-dev"
     1.7 -VERSION="4.6.4"
     1.8 +VERSION="4.8.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xfce Gtk Widget library dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -10,7 +10,6 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.xfce.org"
    1.15  
    1.16 -
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
     2.1 --- a/libxfcegui4/receipt	Thu Jan 20 21:38:00 2011 +0100
     2.2 +++ b/libxfcegui4/receipt	Thu Jan 20 15:43:49 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libxfcegui4"
     2.7 -VERSION="4.6.4"
     2.8 +VERSION="4.8.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xfce Gtk Widget library"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -10,9 +10,7 @@
    2.13   libglade-dev xcb-util-dev intltool"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://www.xfce.org"
    2.16 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL \
    2.17 -http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL"
    2.18 -
    2.19 +WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23 @@ -20,7 +18,10 @@
    2.24  	cd $src
    2.25  	./configure --prefix=/usr \
    2.26  		--infodir=/usr/share/info \
    2.27 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.28 +		--mandir=/usr/share/man \
    2.29 +		--disable-static \
    2.30 +		--disable-debug \
    2.31 +		$CONFIGURE_ARGS &&
    2.32  	make &&
    2.33  	make DESTDIR=$PWD/_pkg install
    2.34  }