Merge branch 'master' of github.com:xtraeme/vanilla

* 'master' of github.com:xtraeme/vanilla:
  xf86driproto: upgrade 2.1.1 homepage/license
  xprop: upgrade 1.2.1 home/license
This commit is contained in:
Juan RP 2011-07-06 08:19:38 +02:00
commit 26df5bbc37
2 changed files with 13 additions and 4 deletions

View file

@ -1,11 +1,13 @@
# Template build file for 'xf86driproto'.
pkgname=xf86driproto
version=2.1.0
version=2.1.1
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="XF86DRI extension headers from modular X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d23f12deffd03e582e897ed6a7df3ea7f66ee8577f0f61374dcdf2ebffdce1be
homepage="${XORG_HOME}"
license="MIT"
checksum=9c4b8d7221cb6dc4309269ccc008a22753698ae9245a398a59df35f1404d661f
long_desc="
This provides the XF86DRI extension headers from modular X.org X11
project.
@ -15,3 +17,8 @@ long_desc="
loader."
noarch=yes
post_install()
{
vinstall COPYING 644 usr/share/licenses/${pkgname}
}

View file

@ -1,11 +1,13 @@
# Template build file for 'xprop'.
pkgname=xprop
version=1.2.0
version=1.2.1
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Property displayer for X"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=53508c082b03dbbfd68489cb21392023f3e62ca9c921e1fb39b92ad10fbe6b9c
homepage="${XORG_HOME}"
license="MIT"
checksum=07907a189099b8a000406b5ca6c5346df238a9e1fe3b32dc59f48fe0ad12f1a3
long_desc="
This package provides xprop, a property displayer for X.
This is from the modular X.org X11 project."