From 3322a0905442d30e814a12fa7a89e6289acdbc0b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Mar 2009 06:30:26 +0100 Subject: [PATCH] xinit: update to 1.1.1, new deps style. --HG-- extra : convert_revision : 26503eab17451e8640389735ac818162b0bd605e --- templates/xinit/template | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/templates/xinit/template b/templates/xinit/template index e93be2f3c2..6c01abf07a 100644 --- a/templates/xinit/template +++ b/templates/xinit/template @@ -1,13 +1,19 @@ # Template build file for 'xinit'. pkgname=xinit -version=1.1.0 -distfiles=" -http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version.tar.bz2" +version=1.1.1 +distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2" build_style=gnu_configure -make_cmd="$XBPS_MASTERDIR/bin/gmake" +make_build_args="XINITDIR=/etc/X11/xinit" +make_install_args="XINITDIR=/etc/X11/xinit" short_desc="X init program" maintainer="Juan RP " -checksum=d2631bd7eea0ce702b2b4d380e28365dab4fef83 +checksum=b103d2cf9e1cd8b049e28bb1109f3da3a14287bbce3ab8b2f427d55a6e5f4785 long_desc=" This package provides xinit and startx, utilities for starting the X Window System server. This is from the modular X.org." + +conf_files="/etc/X11/xinit/xinitrc" + +Add_dependency full glibc +Add_dependency full libX11 +Add_dependency build pkg-config