pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmsgraph</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/msgraph</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>A shared library for accessing MS Graph API</Summary>
  14. <Icon>libmsgraph</Icon>
  15. <Description>MS Graph API'ye erişim için paylaşılan bir kitaplık</Description>
  16. <Archive sha1sum="e173564d540c3c8559fe9aaee524a548666130df" type="tarxz">https://download.gnome.org/sources/msgraph/0.2/msgraph-0.2.3.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>gi-docgen</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>librest-devel</Dependency>
  22. <Dependency>libsoup3-devel</Dependency>
  23. <Dependency>libuhttpmock-devel</Dependency>
  24. <Dependency>json-glib-devel</Dependency>
  25. <Dependency>gobject-introspection-devel</Dependency>
  26. <Dependency>gnome-online-accounts-devel</Dependency>
  27. </BuildDependencies>
  28. <!--
  29. <Patches>
  30. <Patch>libmsgraph.patch</Patch>
  31. <Patch level="1">libmsgraph.patch</Patch>
  32. </Patches>
  33. -->
  34. </Source>
  35. <Package>
  36. <Name>libmsgraph</Name>
  37. <RuntimeDependencies>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>librest</Dependency>
  40. <Dependency>libsoup3</Dependency>
  41. <Dependency>json-glib</Dependency>
  42. <Dependency>libuhttpmock</Dependency>
  43. <Dependency>gnome-online-accounts</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="data">/usr/share/gir-1.0</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>libmsgraph-devel</Name>
  53. <Summary>Development files for libmsgraph</Summary>
  54. <RuntimeDependencies>
  55. <Dependency release="current">libmsgraph</Dependency>
  56. <Dependency>glib2-devel</Dependency>
  57. <Dependency>librest-devel</Dependency>
  58. <Dependency>libsoup3-devel</Dependency>
  59. <Dependency>json-glib-devel</Dependency>
  60. <Dependency>gnome-online-accounts-devel</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. <Path fileType="library">/usr/lib/pkgconfig</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="3">
  69. <Date>2024-06-25</Date>
  70. <Version>0.2.3</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="2">
  76. <Date>2024-05-22</Date>
  77. <Version>0.2.2</Version>
  78. <Comment>Version bump.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="1">
  83. <Date>2024-03-18</Date>
  84. <Version>0.2.1</Version>
  85. <Comment>First release</Comment>
  86. <Name>PisiLinux Community</Name>
  87. <Email>admins@pisilinux.org</Email>
  88. </Update>
  89. </History>
  90. </PISI>