xcb-util-cursor: update to 0.1.1.
This commit is contained in:
parent
79dcf76a1d
commit
7d8e1e47a3
1 changed files with 5 additions and 15 deletions
|
@ -1,27 +1,17 @@
|
||||||
# Template build for 'xcb-util-cursor'.
|
# Template build for 'xcb-util-cursor'.
|
||||||
pkgname=xcb-util-cursor
|
pkgname=xcb-util-cursor
|
||||||
version=0.1.0
|
version=0.1.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
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"
|
makedepends="xcb-util-renderutil-devel xcb-util-image-devel"
|
||||||
short_desc="XCB cursor library (libxcursor port)"
|
short_desc="XCB cursor library (libxcursor port)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="http://xcb.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
distfiles="http://xcb.freedesktop.org/dist/${pkgname}-${version}.tar.bz2"
|
||||||
do_fetch() {
|
checksum=517a1febcede3bc994e356c4c066e297a12ca219063b7d39047e29c7a8860652
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
xcb-util-cursor-devel_package() {
|
xcb-util-cursor-devel_package() {
|
||||||
depends="libxcb-devel xcb-util-renderutil-devel xcb-util-image-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libxcb-devel xcb-util-renderutil-devel xcb-util-image-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue