lib YaST ui for new isodumper and other; draft.

This commit is contained in:
uglyside
2025-06-14 16:56:35 +03:00
parent 748aafb6c8
commit 2f35a97eb9
2 changed files with 97 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
<?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>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>