pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mm-common</Name>
  6. <Homepage>https://www.gtkmm.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Common build files of the C++ bindings</Summary>
  14. <Description>Common build files of the C++ bindings</Description>
  15. <Archive sha1sum="98fbc8d537597841332f6aa74e4570c2c4401451" type="tarxz">https://download.gnome.org/sources/mm-common/1.0/mm-common-1.0.6.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>doxygen</Dependency>
  19. <Dependency>libxslt-devel</Dependency>
  20. </BuildDependencies>
  21. <!--
  22. <Patches>
  23. <Patch>mm-common.patch</Patch>
  24. <Patch level="1">mm-common.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>mm-common</Name>
  30. <RuntimeDependencies>
  31. <Dependency>doxygen</Dependency>
  32. <Dependency>libxslt</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share</Path>
  37. <Path fileType="data">/usr/share/aclocal</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="data">/usr/share/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2024-01-07</Date>
  46. <Version>1.0.6</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2022-12-02</Date>
  53. <Version>1.0.5</Version>
  54. <Comment>Version bump</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2022-02-13</Date>
  60. <Version>1.0.4</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2021-05-26</Date>
  67. <Version>1.0.3</Version>
  68. <Comment>First release</Comment>
  69. <Name>Pisi Linux Admins</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>