From 61b228327ebda8d658b91d0f83faecbd57a7fbac Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 10 Mar 2011 18:22:54 +0100 Subject: xorg-libxcb, correction port --- xorg/xorg-libxcb/Pkgfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xorg') diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile index c8c762f42..43b44666b 100644 --- a/xorg/xorg-libxcb/Pkgfile +++ b/xorg/xorg-libxcb/Pkgfile @@ -7,14 +7,12 @@ name=xorg-libxcb version=1.7 -release=1 +release=2 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2) build() { cd libxcb-$version - - PYTHON=python2 ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install -- cgit v1.2.3-70-g09d2 From ed8d6a9d8b795b5ce37037cc5464d79dca2603b4 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 10 Mar 2011 18:27:29 +0100 Subject: xorg-libxcb, correction port --- xorg/xorg-libxcb/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg') diff --git a/xorg/xorg-libxcb/Pkgfile b/xorg/xorg-libxcb/Pkgfile index 43b44666b..05f764c14 100644 --- a/xorg/xorg-libxcb/Pkgfile +++ b/xorg/xorg-libxcb/Pkgfile @@ -1,13 +1,13 @@ # Description: XCB library # URL: http://xcb.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team # Packagger: thierryn1 at hispeed dot ch # Depends on: xorg-xcb-proto, xorg-libxdmcp, xorg-libxau, libxslt, libpthread-stubs # Run on: xorg-libxdmcp,xorg-libxau,libxslt,libpthread-stubs name=xorg-libxcb version=1.7 -release=2 +release=3 source=(http://xcb.freedesktop.org/dist/libxcb-$version.tar.bz2) build() { -- cgit v1.2.3-70-g09d2