wok-stable rev 6291

Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Sep 15 20:05:28 2010 +0000 (2010-09-15)
parents c74caf99e8ab
children 73522e2845cd
files gtk+/receipt pixman-dev/receipt pixman/receipt
line diff
     1.1 --- a/gtk+/receipt	Wed Sep 15 19:02:06 2010 +0000
     1.2 +++ b/gtk+/receipt	Wed Sep 15 20:05:28 2010 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  DEPENDS="glibc-base expat  libxcb xcb-util zlib  \
     1.5  glib cairo pango atk libpng jpeg tiff fontconfig freetype pixman libgio \
     1.6  xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \
     1.7 -xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender"
     1.8 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXrandr"
     1.9  BUILD_DEPENDS="cairo-dev glib-dev pango-dev atk-dev libpng-dev jpeg-dev \
    1.10  pkg-config xorg-dev xorg-dev-proto fontconfig-dev freetype-dev pixman-dev \
    1.11  tiff-dev libgio-dev xorg-libXdamage-dev xorg-libXinerama-dev zlib-dev \
     2.1 --- a/pixman-dev/receipt	Wed Sep 15 19:02:06 2010 +0000
     2.2 +++ b/pixman-dev/receipt	Wed Sep 15 20:05:28 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pixman-dev"
     2.7 -VERSION="0.18.0"
     2.8 +VERSION="0.18.4"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Pixman library devel files."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/pixman/receipt	Wed Sep 15 19:02:06 2010 +0000
     3.2 +++ b/pixman/receipt	Wed Sep 15 20:05:28 2010 +0000
     3.3 @@ -1,11 +1,11 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="pixman"
     3.7 -VERSION="0.18.0"
     3.8 +VERSION="0.18.4"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="Pixman library."
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12 -BUILD_DEPENDS="perl glib-dev"
    3.13 +BUILD_DEPENDS="perl"
    3.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.15  WEB_SITE="http://www.cairographics.org/"
    3.16  WGET_URL="http://cairographics.org/releases/$TARBALL"
    3.17 @@ -17,7 +17,7 @@
    3.18      ./configure \
    3.19      	--prefix=/usr \
    3.20      	--mandir=/usr/share/man \
    3.21 -    	--with-html-dir=/usr/share/doc \
    3.22 +    	--enable-gtk=no \
    3.23      	$CONFIGURE_ARGS
    3.24      make
    3.25      make DESTDIR=$PWD/_pkg install