xcb-proto, bump version (#2735)

This commit is contained in:
Schrijvers Luc
2018-07-04 22:24:33 +02:00
committed by fbrosson
parent 65b0040e00
commit cba2929a41

View File

@@ -1,11 +1,11 @@
SUMMARY="X.Org's C Bindings protocol headers"
DESCRIPTION="The X C Bindings protocol headers."
HOMEPAGE="https://xcb.freedesktop.org/"
COPYRIGHT="2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett."
COPYRIGHT="2001-2018 Bart Massey, Jamey Sharp, and Josh Triplett."
LICENSE="MIT (no promotion)"
REVISION="2"
SOURCE_URI="http://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.gz"
CHECKSUM_SHA256="cfa49e65dd390233d560ce4476575e4b76e505a0e0bacdfb5ba6f8d0af53fd59"
REVISION="1"
SOURCE_URI="https://xcb.freedesktop.org/dist/xcb-proto-$portVersion.tar.gz"
CHECKSUM_SHA256="0698e8f596e4c0dbad71d3dc754d95eb0edbb42df5464e0f782621216fa33ba7"
SOURCE_DIR="xcb-proto-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -60,3 +60,8 @@ INSTALL()
make install DESTDIR=/ pyexecdir=$pyexecdir pythondir=$pythondir
fixPkgconfig
}
TEST()
{
make check
}