60 lines
2.3 KiB
XML
60 lines
2.3 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>libyui</Name>
|
||
<Homepage>https://github.com/libyui/libyui</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>GPLv3/LGPLv3</License>
|
||
<PartOf>programming.library</PartOf>
|
||
<Summary>Widget abstraction library providing Qt, GTK and ncurses frontends.</Summary>
|
||
<Description>Originally libyui was developed for YaST but it can be used in any independent project.</Description>
|
||
<Archive sha1sum="d8051a87a8fe542741b18e32deb56e2022b47463" type="targz">https://github.com/libyui/libyui/archive/4.6.2/libyui-4.6.2.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>swig</Dependency>
|
||
<Dependency>cmake</Dependency>
|
||
<Dependency>ninja</Dependency>
|
||
<Dependency>doxygen</Dependency>
|
||
<Dependency>gtk3-devel</Dependency>
|
||
<Dependency>ruby-devel</Dependency>
|
||
<Dependency>ncurses-devel</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>qt6-base-devel</Dependency>
|
||
</BuildDependencies>
|
||
<Patches>
|
||
<!-- <Patch level="1"></Patch> -->
|
||
</Patches>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>libyui</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>gtk3</Dependency>
|
||
<Dependency>ruby</Dependency>
|
||
<Dependency>qt6-base</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="config">/etc</Path>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/share</Path>
|
||
<Path fileType="data">/usr/lib/cmake</Path>
|
||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2025-06-14</Date>
|
||
<Version>4.6.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|