pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <PISI>
  2. <Source>
  3. <Name>JEdit</Name>
  4. <Homepage>http://www.jedit.org/</Homepage>
  5. <Packager>
  6. <Name>Stefan Gronewold(groni)</Name>
  7. <Email>groni@pisilinux.org</Email>
  8. </Packager>
  9. <License>GPL</License>
  10. <Icon>jedit</Icon>
  11. <IsA>app:gui</IsA>
  12. <PartOf>editor</PartOf>
  13. <Summary>jEdit is a mature programmer's text editor.</Summary>
  14. <Description>jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. It is written in Java</Description>
  15. <BuildDependencies>
  16. <Dependency>desktop-file-utils</Dependency>
  17. <Dependency>libxslt-devel</Dependency>
  18. <Dependency>jdk7-openjdk</Dependency>
  19. <Dependency>jre7-openjdk</Dependency>
  20. </BuildDependencies>
  21. <Archive sha1sum="956992c86d33ab30a6695a029eba25d116ec1631" type="binary">https://sourceforge.net/projects/jedit/files/jedit/5.3.0/jedit5.3.0install.jar</Archive>
  22. </Source>
  23. <Package>
  24. <Name>jedit</Name>
  25. <RuntimeDependencies>
  26. <Dependency>docbook-xml</Dependency>
  27. <Dependency>docbook-xsl</Dependency>
  28. <Dependency>libxslt</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin/java</Path>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="data">/usr/share/applications</Path>
  34. <Path fileType="data">/usr/share/pixmaps</Path>
  35. <Path fileType="doc">/usr/share/man</Path>
  36. <Path fileType="data">/usr/share/java/jedit</Path>
  37. <Path fileType="data">/usr/share/jedit</Path>
  38. </Files>
  39. <AdditionalFiles>
  40. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/jedit.desktop">jedit.desktop</AdditionalFile>
  41. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/jedit.png">jedit.png</AdditionalFile>
  42. </AdditionalFiles>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2016-05-26</Date>
  47. <Version>5.3.0</Version>
  48. <Comment>First Release.</Comment>
  49. <Name>Stefan Gronewold(groni)</Name>
  50. <Email>groni@pisilinux.org</Email>
  51. </Update>
  52. </History>
  53. </PISI>