pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>mypaint</Name>
  5. <Homepage>http://mypaint.intilinux.com/</Homepage>
  6. <Packager>
  7. <Name>Süleyman Poyraz</Name>
  8. <Email>zaryob.dev@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv2</License>
  11. <Icon>mypaint</Icon>
  12. <IsA>app:gui</IsA>
  13. <Summary>Painting application</Summary>
  14. <Description>MyPaint is a fast and easy painting application. It lets you focus on the art instead of the program</Description>
  15. <Archive sha1sum="ba5505faf0f87df0a9466fc0789c5665796842d2">https://github.com/mypaint/libmypaint/releases/download/v1.5.1/libmypaint-1.5.1.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-numpy</Dependency>
  18. <Dependency>protobuf-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>mypaint</Name>
  23. <RuntimeDependencies>
  24. <Dependency>python-numpy</Dependency>
  25. <Dependency>protobuf</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="data">/usr/share/mypaint</Path>
  31. <Path fileType="data">/usr/share/locale</Path>
  32. <Path fileType="data">/usr/share/gir-1.0</Path>
  33. <Path fileType="header">/usr/include</Path>
  34. <Path fileType="data">/usr/share/icons</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="data">/usr/share/applications</Path>
  37. <Path fileType="data">/usr/share/pixmaps</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="1">
  42. <Date>2019-09-18</Date>
  43. <Version>1.5.1</Version>
  44. <Comment>First release</Comment>
  45. <Name>Süleyman Poyraz</Name>
  46. <Email>zaryob.dev@gmail.com</Email>
  47. </Update>
  48. </History>
  49. </INARY>