libXcursor: update to 1.2.0.
This commit is contained in:
parent
44f4d4ccdc
commit
f328faaf48
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'libXcursor'.
|
# Template file for 'libXcursor'
|
||||||
pkgname=libXcursor
|
pkgname=libXcursor
|
||||||
version=1.1.15
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xorgproto libXfixes-devel libXrender-devel"
|
makedepends="xorgproto libXfixes-devel libXrender-devel"
|
||||||
short_desc="Client-side cursor loading library for X"
|
short_desc="Client-side cursor loading library for X"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org/wiki/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
homepage="https://wiki.freedesktop.org/xorg/"
|
||||||
checksum=294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b
|
distfiles="${XORG_SITE}/lib/libXcursor-${version}.tar.bz2"
|
||||||
|
checksum=3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue