xinit: update to 1.3.3.

This commit is contained in:
Juan RP 2013-09-13 10:30:10 +02:00
parent 735ab34700
commit 268dbf347b
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'xinit'.
pkgname=xinit
version=1.3.2
revision=3
version=1.3.3
revision=1
build_style=gnu-configure
configure_args="--with-xinitdir=/etc/X11/xinit"
hostmakedepends="pkg-config"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235
checksum=74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af
long_desc="
This package provides xinit and startx, utilities for starting the
X Window System server."
@ -34,7 +34,6 @@ xinit_package() {
/etc/skel/.xinitrc
/etc/skel/.xsession"
pkg_install() {
vmove etc
vmove usr
vmove all
}
}