xcb-util-cursor: update to 0.1.1.

This commit is contained in:
Juan RP 2013-11-13 10:01:08 +01:00
parent 79dcf76a1d
commit 7d8e1e47a3
1 changed files with 5 additions and 15 deletions

View File

@ -1,27 +1,17 @@
# Template build for 'xcb-util-cursor'.
pkgname=xcb-util-cursor
version=0.1.0
revision=3
version=0.1.1
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config gperf automake libtool xorg-util-macros"
hostmakedepends="pkg-config gperf"
makedepends="xcb-util-renderutil-devel xcb-util-image-devel"
short_desc="XCB cursor library (libxcursor port)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xcb.freedesktop.org"
license="MIT"
do_fetch() {
git clone git://anongit.freedesktop.org/xcb/util-cursor ${pkgname}-${version}
cd ${pkgname}-${version}
# Post 0.1.0. Last commit from 20131013.
git checkout 3097d12
git submodule update --init
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
distfiles="http://xcb.freedesktop.org/dist/${pkgname}-${version}.tar.bz2"
checksum=517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
xcb-util-cursor-devel_package() {
depends="libxcb-devel xcb-util-renderutil-devel xcb-util-image-devel ${sourcepkg}>=${version}_${revision}"