From 6c0855e8665665bca92bd06a09b94010631bf815 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Jul 2012 09:22:12 +0200 Subject: [PATCH] libXxf86dga: update to 1.1.3. --- srcpkgs/libXxf86dga/libXxf86dga-devel.template | 16 ++++++---------- srcpkgs/libXxf86dga/template | 13 ++++++------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/srcpkgs/libXxf86dga/libXxf86dga-devel.template b/srcpkgs/libXxf86dga/libXxf86dga-devel.template index e7e4c29576..b71514418f 100644 --- a/srcpkgs/libXxf86dga/libXxf86dga-devel.template +++ b/srcpkgs/libXxf86dga/libXxf86dga-devel.template @@ -1,18 +1,14 @@ # Template file for 'libXxf86dga-devel'. # -depends="pkg-config xproto xextproto xf86dgaproto libX11-devel libXext-devel glibc-devel libXxf86dga" +noarch=yes +depends="xf86dgaproto libX11-devel libXext-devel libXxf86dga>=$version" short_desc="${sourcepkg} development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - - -do_install() -{ - mkdir -p ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr +do_install() { + vmove usr/include usr + vmove usr/lib/pkgconfig usr/lib + vmove usr/share usr } diff --git a/srcpkgs/libXxf86dga/template b/srcpkgs/libXxf86dga/template index 240a384c96..3d791597b3 100644 --- a/srcpkgs/libXxf86dga/template +++ b/srcpkgs/libXxf86dga/template @@ -1,18 +1,17 @@ # Template build file for 'libXxf86dga'. pkgname=libXxf86dga -version=1.1.1 -revision=4 -distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" +version=1.1.3 +revision=1 build_style=gnu-configure -makedepends="pkg-config xproto xextproto xf86dgaproto libX11-devel libXext-devel glibc-devel" +subpackages="$pkgname-devel" +makedepends="pkg-config xf86dgaproto libXext-devel" short_desc="Library for the XFree86-DGA X extension" maintainer="Juan RP " -checksum=8d37f8895ecff15cb821a3e77bd505598983a5c6eae546e77e2d3070a8de5616 +distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" +checksum=551fa374dbef0f977de1f35d005fa9ffe92b7a87e82dbe62d6a4640f5b0b4994 long_desc=" These functions provide an interface to the server extension XFree86-DGA Extension which allows local programs direct access to the video frame buffer. This library is from the modular X.org project." - -subpackages="$pkgname-devel"