diff --git a/srcpkgs/xcb-util-cursor/template b/srcpkgs/xcb-util-cursor/template index e94344a4f9d..0ad73ee5713 100644 --- a/srcpkgs/xcb-util-cursor/template +++ b/srcpkgs/xcb-util-cursor/template @@ -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 " 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}"