pspec.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gtk-sharp</Name>
  6. <Homepage>https://www.mono-project.com/docs/gui/gtksharp/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Icon>gtk-sharp</Icon>
  14. <Summary>A C# language binding for the GTK+ 3</Summary>
  15. <Description>Gtk-sharp is a C# language binding for the GTK+ 3 toolkit.</Description>
  16. <Archive sha1sum="410b57e1404401cead082d35a155628a5a8c0fda" type="tarxz">https://download.gnome.org/sources/gtk-sharp/2.99/gtk-sharp-2.99.3.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>atk-devel</Dependency>
  19. <Dependency>mono-devel</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>pango-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch>fix-build.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>gtk-sharp</Name>
  29. <RuntimeDependencies>
  30. <Dependency>atk</Dependency>
  31. <Dependency>gtk3</Dependency>
  32. <Dependency>glib2</Dependency>
  33. <Dependency>pango</Dependency>
  34. <Dependency>fontconfig</Dependency>
  35. <Dependency>mono-runtime</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="library">/usr/lib/mono/gac/gtk-sharp</Path>
  40. <Path fileType="library">/usr/lib/libgiosharpglue*</Path>
  41. <Path fileType="library">/usr/lib/libatksharpglue*</Path>
  42. <Path fileType="library">/usr/lib/libgtksharpglue*</Path>
  43. <Path fileType="library">/usr/lib/libpangosharpglue*</Path>
  44. <Path fileType="library">/usr/lib/libmono-profiler*</Path>
  45. <Path fileType="library">/usr/lib/monodoc</Path>
  46. <Path fileType="library">/usr/lib/gapi-3*</Path>
  47. <Path fileType="library">/usr/lib/mono/gac</Path>
  48. <Path fileType="library">/usr/lib/mono/gtk-sharp-3.0</Path>
  49. <Path fileType="data">/usr/share/gapi-*</Path>
  50. <Path fileType="doc">/usr/share/doc/</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>gtk-sharp-devel</Name>
  55. <Summary>Development files for gtk-sharp</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">gtk-sharp</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="data">/usr/lib/pkgconfig</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="1">
  65. <Date>2022-07-12</Date>
  66. <Version>2.99.3</Version>
  67. <Comment>First release.</Comment>
  68. <Name>Kamil Atlı</Name>
  69. <Email>suvari@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>