Files
2026-06-09 22:40:52 +03:00

68 lines
2.4 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cxx-rust-cssparser</Name>
<Homepage>https://kde.org/plasma-desktop/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Library for parsing CSS using the Rust cssparser crate</Summary>
<Description>Rust cssparser kütüphanesini kullanarak CSS'i ayrıştırmak için kullanılan kütüphane</Description>
<Archive sha1sum="56cd304f534cab97a1b0583d387a9d1c158b9406" type="tarxz">https://download.kde.org/stable/cxx-rust-cssparser/cxx-rust-cssparser-1.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
<Dependency>corrosion</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>cxx-rust-cssparser.patch</Patch>
<Patch level="1">cxx-rust-cssparser.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>cxx-rust-cssparser</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>cxx-rust-cssparser-devel</Name>
<Summary>Development files for cxx-rust-cssparser</Summary>
<RuntimeDependencies>
<Dependency release="current">cxx-rust-cssparser</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-09</Date>
<Version>1.0.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>