libdisplay-info

This commit is contained in:
Rmys
2024-03-01 22:22:00 +03:00
parent ecaa7e9bc7
commit 9db99864b3
7 changed files with 176 additions and 2 deletions
@@ -0,0 +1,24 @@
#!/usr/bin/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 mesontools
from pisi.actionsapi import pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
#def check():
#mesontools.build("test")
def install():
mesontools.install()
pisitools.dodoc("LICENSE")
#pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdisplay-info</Name>
<Homepage>https://gitlab.freedesktop.org/emersion/libdisplay-info</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>EDID and DisplayID library</Summary>
<Description>EDID ve DisplayID kitaplığı</Description>
<Archive sha1sum="cd56a25ccb9ae1aa19872d69bb4c13a13a560119" type="tarbz2">https://gitlab.freedesktop.org/emersion/libdisplay-info/-/archive/0.1.1/libdisplay-info-0.1.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>hwdata</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libdisplay-info.patch</Patch>
<Patch level="1">libdisplay-info.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libdisplay-info</Name>
<!--
<RuntimeDependencies>
<Dependency>Dep1</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libdisplay-info-devel</Name>
<Summary>Development files for libdisplay-info</Summary>
<RuntimeDependencies>
<Dependency release="current">libdisplay-info</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-11-10</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libdisplay-info</Name>
<Summary xml:lang="tr">EDID and DisplayID library</Summary>
<Description xml:lang="tr">EDID ve DisplayID kitaplığı</Description>
</Source>
</PISI>