xcb-util-errors new package

This commit is contained in:
Rmys
2026-07-08 22:48:17 +03:00
parent beea9efc6a
commit 780d7264f1
10 changed files with 339 additions and 13 deletions
+63
View File
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xcb-util-errors</Name>
<Homepage>https://cgit.freedesktop.org/xcb/util-errors/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>XCB errors library</Summary>
<Description>XCB hataları kütüphanesi</Description>
<Archive sha1sum="7bdb1c8cba829b8e8f266a9f77981c9a065698ba" type="tarxz">https://xorg.freedesktop.org/archive/individual/lib/xcb-util-errors-1.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>xorg-proto</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>xcb-util-errors.patch</Patch>
<Patch level="1">xcb-util-errors.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xcb-util-errors</Name>
<RuntimeDependencies>
<Dependency>libxcb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xcb-util-errors-devel</Name>
<Summary>Development files for xcb-util-errors</Summary>
<RuntimeDependencies>
<Dependency release="current">xcb-util-errors</Dependency>
<Dependency>libxcb-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-07-08</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>