From 3db0173f7ddfe057bba4874115219f27e86fd383 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Mar 2009 06:38:44 +0100 Subject: [PATCH] xrandr: new deps style. --HG-- extra : convert_revision : e0adacdbc8bafde2b83563ba75841e8fd8255258 --- templates/xrandr/template | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/templates/xrandr/template b/templates/xrandr/template index b16132bdd49..012bdbcaa0a 100644 --- a/templates/xrandr/template +++ b/templates/xrandr/template @@ -1,11 +1,18 @@ # Template build file for 'xrandr'. pkgname=xrandr version=1.2.3 -distfiles=" -http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2" +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure short_desc="Primitive command line interface to RandR extension" maintainer="Juan RP " -checksum=c73b865598d507708a51af50f755288f91d3480b +checksum=ab06b77f3a2b8866279e096f9d2702ac644681424eb0aec39e4eb7199f152207 long_desc=" - Xrandr is used to set the screen size, orientation and/or reflection." + Xrandr is used to set the screen size, orientation and/or reflection. + + This is from the modular Xorg X11 project." + +Add_dependency build pkg-config +Add_dependency full glibc +Add_dependency full libX11 +Add_dependency full libXrender +Add_dependency full libXrandr