pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>atom</Name>
  6. <Homepage>https://atom.io/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>gui</IsA>
  13. <PartOf>applications.development</PartOf>
  14. <Summary>A hackable text editor.</Summary>
  15. <Description>Atom is a text editor that's modern, approachable, yet hackable to the core—a tool you can customize to do anything but also use productively without ever touching a config file.</Description>
  16. <Archive sha1sum="118da444762cb6625348b67ff02295501f673f12" type="targz">https://sourceforge.net/projects/pisi-linux-global/files/Sources/atom-1.24.0.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>atom</Name>
  20. <RuntimeDependencies>
  21. <Dependency>atk</Dependency>
  22. <Dependency>nss</Dependency>
  23. <Dependency>cups</Dependency>
  24. <Dependency>dbus</Dependency>
  25. <Dependency>gtk2</Dependency>
  26. <Dependency>nspr</Dependency>
  27. <Dependency>cairo</Dependency>
  28. <Dependency>expat</Dependency>
  29. <Dependency>gconf</Dependency>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>libXi</Dependency>
  32. <Dependency>pango</Dependency>
  33. <Dependency>libX11</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. <Dependency>libXext</Dependency>
  36. <Dependency>libXtst</Dependency>
  37. <Dependency>alsa-lib</Dependency>
  38. <Dependency>freetype</Dependency>
  39. <Dependency>libXfixes</Dependency>
  40. <Dependency>libXrandr</Dependency>
  41. <Dependency>libnotify</Dependency>
  42. <Dependency>fontconfig</Dependency>
  43. <Dependency>gdk-pixbuf</Dependency>
  44. <Dependency>libXcursor</Dependency>
  45. <Dependency>libXdamage</Dependency>
  46. <Dependency>libXrender</Dependency>
  47. <Dependency>glibc</Dependency>
  48. <Dependency>libpng</Dependency>
  49. <Dependency>google-chrome</Dependency>
  50. <Dependency>libXcomposite</Dependency>
  51. <Dependency>libgnome-keyring</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="data">/usr/share/atom</Path>
  56. <Path fileType="doc">/usr/share/doc/atom</Path>
  57. <Path fileType="icon">/usr/share/pixmaps</Path>
  58. <Path fileType="application">/usr/share/applications</Path>
  59. </Files>
  60. <AdditionalFiles>
  61. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/atom.png">atom.png</AdditionalFile>
  62. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/atom.desktop">atom.desktop</AdditionalFile>
  63. </AdditionalFiles>
  64. </Package>
  65. <History>
  66. <Update release="3">
  67. <Date>2018-02-19</Date>
  68. <Version>1.24.0</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Stefan Gronewold (groni)</Name>
  71. <Email>groni@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2017-02-20</Date>
  75. <Version>1.14.3</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Stefan Gronewold (groni)</Name>
  78. <Email>groni@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2016-05-6</Date>
  82. <Version>1.8.0_beta3</Version>
  83. <Comment>First release.</Comment>
  84. <Name>Stefan Gronewold (groni)</Name>
  85. <Email>groni@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>