pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dia</Name>
  6. <Homepage>http://wiki.gnome.org/Apps/Dia</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>multimedia.graphics</PartOf>
  14. <Summary>Versatile diagramming tool.</Summary>
  15. <Description>Dia is a program for drawing diagrams.</Description>
  16. <Archive sha1sum="316393951daebd186ba387e1cd6e34160a458c39" type="tarxz">
  17. https://download.gnome.org/sources/dia/0.97/dia-0.97.3.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>swig</Dependency>
  21. <Dependency>intltool</Dependency>
  22. <Dependency>gtk2-devel</Dependency>
  23. <Dependency>libpng-devel</Dependency>
  24. <Dependency>libxml2-devel</Dependency>
  25. <Dependency>libxslt-devel</Dependency>
  26. <Dependency>python-devel</Dependency>
  27. <Dependency>docbook-xsl</Dependency>
  28. <Dependency>libart_lgpl-devel</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <!-- <Patch level='1'></Patch> -->
  32. <Patch level='1'>dia-unregister-import.patch</Patch>
  33. <Patch level='1'>isinf.patch</Patch>
  34. <Patch level='1'>CVE-2019-19451.patch</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>dia</Name>
  39. <RuntimeDependencies>
  40. <Dependency>gtk2</Dependency>
  41. <Dependency>pango</Dependency>
  42. <Dependency>cairo</Dependency>
  43. <Dependency>libart_lgpl</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/bin</Path>
  47. <Path fileType="library">/usr/lib/dia</Path>
  48. <Path fileType="data">/usr/share</Path>
  49. <Path fileType="data">/usr/share/dia</Path>
  50. <Path fileType="data">/usr/share/man/man1</Path>
  51. <Path fileType="data">/usr/share/mime-info</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="5">
  56. <Date>2023-03-09</Date>
  57. <Version>0.97.3</Version>
  58. <Comment>Rebuild.</Comment>
  59. <Name>fury</Name>
  60. <Email>uglyside@yandex.ru</Email>
  61. </Update>
  62. <Update release="4">
  63. <Date>2020-03-05</Date>
  64. <Version>0.97.3</Version>
  65. <Comment>Rebuild with new toolchain</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@pisilinux.org</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2018-08-05</Date>
  71. <Version>0.97.3</Version>
  72. <Comment>Rebuild with new toolchain</Comment>
  73. <Name>Stefan Gronewold</Name>
  74. <Email>groni@pisilinux.org</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2017-04-15</Date>
  78. <Version>0.97.3</Version>
  79. <Comment>Rebuild with new toolchain</Comment>
  80. <Name>Stefan Gronewold</Name>
  81. <Email>groni@pisilinux.org</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2016-12-07</Date>
  85. <Version>0.97.3</Version>
  86. <Comment>First Release</Comment>
  87. <Name>Stefan Gronewold</Name>
  88. <Email>groni@pisilinux.org</Email>
  89. </Update>
  90. </History>
  91. </PISI>