pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lxterminal</Name>
  6. <Homepage>http://wiki.lxde.org/en/LXTerminal</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>lxterminal</Icon>
  13. <IsA>app:gui</IsA>
  14. <PartOf>desktop.lxde.base</PartOf>
  15. <Summary>Lightweight terminal emulator</Summary>
  16. <Description>Lxterminal is a Lightweight vte-based tabbed terminal emulator for LXDE.</Description>
  17. <Archive sha1sum="3914c8e0552f7b8e1e32fde69244f90c16072df4" type="targz">mirrors://sourceforge/lxde/lxterminal-0.1.11.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>vte-devel</Dependency>
  20. <Dependency>gtk2-devel</Dependency>
  21. <Dependency>gdk-pixbuf-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">background_alpha.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>lxterminal</Name>
  29. <RuntimeDependencies>
  30. <Dependency>vte</Dependency>
  31. <Dependency>gtk2</Dependency>
  32. <Dependency>gdk-pixbuf</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="localedata">/usr/share/locale</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="data">/usr/share/pixmaps</Path>
  40. <Path fileType="data">/usr/share/lxterminal</Path>
  41. <Path fileType="data">/usr/share/applications</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="3">
  46. <Date>2013-10-11</Date>
  47. <Version>0.1.11</Version>
  48. <Comment>rebuild</Comment>
  49. <Name>Erdinç Gültekin</Name>
  50. <Email>erdincgultekin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2013-08-14</Date>
  54. <Version>0.1.11</Version>
  55. <Comment>rebuild</Comment>
  56. <Name>Erdinç Gültekin</Name>
  57. <Email>erdincgultekin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2012-06-17</Date>
  61. <Version>0.1.11</Version>
  62. <Comment>First release</Comment>
  63. <Name>Erdinç Gültekin</Name>
  64. <Email>admins@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>