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

View file

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