pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmypaint</Name>
  6. <Homepage>https://github.com/mypaint/libmypaint</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>ISC</License>
  12. <IsA>library</IsA>
  13. <Summary>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Summary>
  14. <Description>a library for making brushstrokes which is used by MyPaint and other projects, with GEGL support</Description>
  15. <Archive sha1sum="d9d2ac9d6ee45056e02bbbc497a66dc861db5c05" type="tarxz">https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>json-c-devel</Dependency>
  18. <Dependency>intltool</Dependency>
  19. <Dependency>gobject-introspection-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libmypaint</Name>
  24. <RuntimeDependencies>
  25. <Dependency>glib2</Dependency>
  26. <Dependency>json-c</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="data">/usr/share</Path>
  31. <Path fileType="localedata">/usr/share/locale</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libmypaint-devel</Name>
  36. <Summary>Development files for libmypaint</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">libmypaint</Dependency>
  39. <Dependency>glib2-devel</Dependency>
  40. <Dependency>json-c-devel</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="1">
  49. <Date>2017-12-20</Date>
  50. <Version>1.3.0</Version>
  51. <Comment>First release.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </PISI>