pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>mp</Name>
  6. <Homepage>http://triptico.com/software/mp.html</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>editor</PartOf>
  14. <Summary>A text editor for programmers</Summary>
  15. <Description> A text editor for programmers including the following features:Fully scriptable using a C-like scripting language. Unlimited undo levels.Complete Unicode support. Multiple files can be edited at the same time and blocks copied and pasted among them. Syntax highlighting for many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby, Php, Python, HTML and much more</Description>
  16. <Archive sha1sum="f7fcc501c03568d65f0f6663e462cc77ab5aa5f0" type="targz">http://triptico.com/download/mp/mp-5.2.10.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>qt5-base-devel</Dependency>
  19. <Dependency>atk-devel</Dependency>
  20. <Dependency>gtk3-devel</Dependency>
  21. <Dependency>cairo-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>pango-devel</Dependency>
  24. <Dependency>gdk-pixbuf-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>mp</Name>
  29. <RuntimeDependencies>
  30. <Dependency>atk</Dependency>
  31. <Dependency>gtk3</Dependency>
  32. <Dependency>cairo</Dependency>
  33. <Dependency>glib2</Dependency>
  34. <Dependency>pango</Dependency>
  35. <Dependency>gdk-pixbuf</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin/*</Path>
  39. <Path fileType="data">/usr/share/applications/*</Path>
  40. <Path fileType="doc">/usr/share/doc/*</Path>
  41. <Path fileType="localedata">/usr/share/locale/*</Path>
  42. <Path fileType="man">/usr/share/man/*</Path>
  43. <Path fileType="data">/usr/share/mp-5/*</Path>
  44. <Path fileType="data">/usr/share/pixmaps/*</Path>
  45. </Files>
  46. <AdditionalFiles>
  47. <AdditionalFile target="/usr/share/applications/mp.desktop" permission="0755" group="root" owner="root">mp.desktop</AdditionalFile>
  48. <AdditionalFile target="/usr/share/pixmaps/mp.png" permission="0644" group="root" owner="root">mp.png</AdditionalFile>
  49. </AdditionalFiles>
  50. </Package>
  51. <History>
  52. <Update release="1">
  53. <Date>2016-04-11</Date>
  54. <Version>5.2.10</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Stefan Gronewold(groni)</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>