labwc new package

This commit is contained in:
Rmys
2024-12-28 20:24:41 +03:00
parent e13269f6b8
commit 724ed236e7
16 changed files with 2069 additions and 343 deletions
+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>libsfdo</Name>
<Homepage>https://gitlab.freedesktop.org/vyivel/libsfdo/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>collection of libraries which implement some of the freedesktop.org specifications</Summary>
<Description>freedesktop.org'un bazı özelliklerini uygulayan kütüphane koleksiyonu</Description>
<Archive sha1sum="92633af94cff50e5b919ca61293b4bebd278cc4b" type="tarbz2">https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v0.1.3/libsfdo-v0.1.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>libsfdo.patch</Patch>
<Patch level="1">libsfdo.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libsfdo</Name>
<!--
<RuntimeDependencies>
<Dependency>Dep1</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libsfdo-devel</Name>
<Summary>Development files for libsfdo</Summary>
<RuntimeDependencies>
<Dependency release="current">libsfdo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-12-27</Date>
<Version>0.1.3</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>