12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gtk-sharp</Name>
- <Homepage>https://www.mono-project.com/docs/gui/gtksharp/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Icon>gtk-sharp</Icon>
- <Summary>A C# language binding for the GTK+ 3</Summary>
- <Description>Gtk-sharp is a C# language binding for the GTK+ 3 toolkit.</Description>
- <Archive sha1sum="410b57e1404401cead082d35a155628a5a8c0fda" type="tarxz">https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>atk-devel</Dependency>
- <Dependency>mono-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>fix-build.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>gtk-sharp</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>fontconfig</Dependency>
- <Dependency>mono-runtime</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/mono/gac/gtk-sharp</Path>
- <Path fileType="library">/usr/lib/libgiosharpglue*</Path>
- <Path fileType="library">/usr/lib/libatksharpglue*</Path>
- <Path fileType="library">/usr/lib/libgtksharpglue*</Path>
- <Path fileType="library">/usr/lib/libpangosharpglue*</Path>
- <Path fileType="library">/usr/lib/libmono-profiler*</Path>
- <Path fileType="library">/usr/lib/monodoc</Path>
- <Path fileType="library">/usr/lib/gapi-3*</Path>
- <Path fileType="library">/usr/lib/mono/gac</Path>
- <Path fileType="library">/usr/lib/mono/gtk-sharp-3.0</Path>
- <Path fileType="data">/usr/share/gapi-*</Path>
- <Path fileType="doc">/usr/share/doc/</Path>
- </Files>
- </Package>
- <Package>
- <Name>gtk-sharp-devel</Name>
- <Summary>Development files for gtk-sharp</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gtk-sharp</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-07-12</Date>
- <Version>2.99.3</Version>
- <Comment>First release.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|