Merge pull request #16843 from mrSi-Si/various

Update zsync, cdk and new library.
This commit is contained in:
Kamil ATLI
2025-06-20 14:35:17 +03:00
committed by GitHub
6 changed files with 172 additions and 89 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.configure("--prefix=/usr --disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING")
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libXaw3dxft</Name>
<Homepage>https://github.com/DaveFlater/libXaw3dXft</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>MIT/X11</License>
<PartOf>x11.library</PartOf>
<Summary>Athena Widgets + 3D + FreeType font support.</Summary>
<Description>libXaw3dXft is an extension of libXaw3d that adds FreeType font support.</Description>
<Archive sha1sum="40000304991e0ad6102fc1f966ccc12596c493bd" type="tarxz">https://github.com/DaveFlater/libXaw3dXft/releases/download/v1.6.3/libxaw3dxft-1.6.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>Xaw3d-devel</Dependency>
<Dependency>libXft-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>libXaw3dxft</Name>
<RuntimeDependencies>
<Dependency>Xaw3d</Dependency>
<Dependency>libXft</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>libXaw3dxft-devel</Name>
<RuntimeDependencies>
<Dependency>Xaw3d-devel</Dependency>
<Dependency>libXft-devel</Dependency>
<Dependency release="current">libXaw3dxft</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-06-17</Date>
<Version>1.6.3</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>