diff --git a/templates/xsetroot/template b/templates/xsetroot/template index 255117c3f39..2a1ca26e87e 100644 --- a/templates/xsetroot/template +++ b/templates/xsetroot/template @@ -1,13 +1,19 @@ # Template build file for 'xsetroot'. pkgname=xsetroot version=1.0.2 -distfiles=" -http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2" +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure -make_cmd="$XBPS_MASTERDIR/bin/gmake" short_desc="X root window parameter setting program" maintainer="Juan RP " -checksum=0e51c905bf2cf2aeafceb52b41a64134a5bd7fa1 +checksum=4f9a751f4830d479fae8ccb68ed04896dc99612789310b7917bd15c04aa3351d long_desc=" The xsetroot program is used to tailor the appearance of the background - window of the X server. This is from the modular X.org X11 project." + window of the X server. + + This is from the modular X.org X11 project." + +Add_dependency build pkg-config +Add_dependency build xbitmaps +Add_dependency full glibc +Add_dependency full libX11 +Add_dependency full libXmu