Merge pull request #1670 from Rmys/master

libxcb ver. bump
This commit is contained in:
Rmys
2023-08-18 21:38:13 +03:00
committed by GitHub
+9 -2
View File
@@ -12,14 +12,14 @@
<IsA>library</IsA>
<Summary>The X protocol C-language Binding (XCB)</Summary>
<Description>The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.</Description>
<Archive sha1sum="5b664321e61e6af4402795c86bd1d2a0e7b82fbc" type="tarxz">https://xcb.freedesktop.org/dist/libxcb-1.15.tar.xz</Archive>
<Archive sha1sum="3e9dd4f62c0b49fec2f57efd39f73b42b219ae0f" type="tarxz">https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.16.tar.xz</Archive>
<BuildDependencies>
<Dependency>libXau-devel</Dependency>
<Dependency>libXdmcp-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>util-macros</Dependency>
<Dependency versionFrom="1.15">xcb-proto</Dependency>
<Dependency versionFrom="1.16.0">xcb-proto</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">libxcb-1.1-no-pthread-stubs.patch</Patch> -->
@@ -78,6 +78,13 @@
</Package>
<History>
<Update release="15">
<Date>2023-08-17</Date>
<Version>1.16</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2022-05-04</Date>
<Version>1.15</Version>