xcb-proto: update to 1.15.2;adopt.
This commit is contained in:
parent
4cb8ed3f3b
commit
0fb05056cc
|
@ -1,15 +0,0 @@
|
||||||
Adjust to automake 1.16.4 changes
|
|
||||||
|
|
||||||
Source:
|
|
||||||
https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/25
|
|
||||||
|
|
||||||
--- a/xcb-proto.pc.in 2020-10-09 00:29:51.000000000 +0200
|
|
||||||
+++ b/xcb-proto.pc.in 2021-10-17 08:41:54.133860291 +0200
|
|
||||||
@@ -4,6 +4,7 @@
|
|
||||||
datadir=@datadir@
|
|
||||||
libdir=@libdir@
|
|
||||||
xcbincludedir=${pc_sysrootdir}@xcbincludedir@
|
|
||||||
+PYTHON_PREFIX=@PYTHON_PREFIX@
|
|
||||||
pythondir=${pc_sysrootdir}@pythondir@
|
|
||||||
|
|
||||||
Name: XCB Proto
|
|
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'xcb-proto'
|
# Template file for 'xcb-proto'
|
||||||
pkgname=xcb-proto
|
pkgname=xcb-proto
|
||||||
version=1.14.1
|
version=1.15.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python3 automake"
|
hostmakedepends="python3 automake"
|
||||||
makedepends="libxml2"
|
makedepends="libxml2"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="XML-XCB (X C Bindings) protocol descriptions"
|
short_desc="XML-XCB (X C Bindings) protocol descriptions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="https://gitlab.freedesktop.org/xorg/proto/xcbproto"
|
||||||
distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz"
|
distfiles="https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-${version}.tar.xz"
|
||||||
checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57
|
checksum=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue