xcb-proto-1.15.2

This commit is contained in:
Rmys
2022-06-18 17:30:15 +03:00
committed by GitHub
parent edf1da388c
commit 851a164d21
3 changed files with 39 additions and 1 deletions
+5
View File
@@ -10,8 +10,13 @@ from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON","/usr/bin/python3")
pisitools.dosed("Makefile.in", "$(datarootdir)/pkgconfig", "$(libdir)/pkgconfig")
pisitools.dosed("Makefile.am", "$(datarootdir)/pkgconfig", "$(libdir)/pkgconfig")
autotools.autoreconf("-vif")
#pisitools.dosed("Makefile", "pkgconfigdir = $(datarootdir)/pkgconfig", "pkgconfigdir = $(libdir)/pkgconfig")
autotools.configure()
def build():
@@ -0,0 +1,23 @@
diff -Nuar a/Makefile.am b/Makefile.am
--- a/Makefile.am 2022-06-18 17:23:00.054397141 +0300
+++ b/Makefile.am 2022-06-18 17:24:02.238392654 +0300
@@ -1,6 +1,6 @@
SUBDIRS = src xcbgen
-pkgconfigdir = $(datarootdir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xcb-proto.pc
EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md
diff -Nuar a/Makefile.in b/Makefile.in
--- a/Makefile.in 2022-06-18 17:23:14.143396124 +0300
+++ b/Makefile.in 2022-06-18 17:24:27.928390800 +0300
@@ -313,7 +313,7 @@
top_srcdir = @top_srcdir@
xcbincludedir = @xcbincludedir@
SUBDIRS = src xcbgen
-pkgconfigdir = $(datarootdir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xcb-proto.pc
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh README.md
all: all-recursive
+11 -1
View File
@@ -12,11 +12,14 @@
<IsA>data</IsA>
<Summary>XCB protocol descriptions</Summary>
<Description>XCB is a project to enable efficient language bindings to the X11 protocol. This package contains the protocol descriptions themselves. Language bindings use these protocol descriptions to generate code for marshalling the protocol.</Description>
<Archive sha1sum="184fe7a385ed913f1c3dcb01bc3947d2eb88b498" type="tarxz">https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.15.tar.xz</Archive>
<Archive sha1sum="d2499a55bf736c22bc6faeba1afe53e77f97e16f" type="tarxz">https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.15.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">pkgconfig.patch</Patch>
</Patches>
</Source>
<Package>
@@ -30,6 +33,13 @@
</Package>
<History>
<Update release="12">
<Date>2022-06-18</Date>
<Version>1.15.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2022-05-04</Date>
<Version>1.15</Version>