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
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("LICENSE", "README*")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libliftoff</Name>
<Homepage>https://gitlab.freedesktop.org/emersion/libliftoff/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Lightweight KMS plane library</Summary>
<Description>Hafif KMS uçak kütüphanesi</Description>
<Archive sha1sum="966ddbd8d9741a0429200f5a1c0c3978f5eb456e" type="tarbz2">https://gitlab.freedesktop.org/emersion/libliftoff/-/archive/v0.5.0/libliftoff-v0.5.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libdrm-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libliftoff.patch</Patch>
<Patch level="1">libliftoff.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libliftoff</Name>
<RuntimeDependencies>
<Dependency>libdrm</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>libliftoff-devel</Name>
<Summary>Development files for libliftoff</Summary>
<RuntimeDependencies>
<Dependency release="current">libliftoff</Dependency>
<Dependency>libdrm-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>0.5.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libliftoff</Name>
<Summary xml:lang="tr">Lightweight KMS plane library</Summary>
<Description xml:lang="tr">Hafif KMS uçak kütüphanesi</Description>
</Source>
</PISI>