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