pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>vte</Name>
  6. <Homepage>http://www.gnome.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Summary>Xft powered terminal widget</Summary>
  13. <Description>The VTE package contains a termcap file implementation for terminal emulators.</Description>
  14. <Archive sha1sum="b0af0701ef9d6c7ede9c578366b12a70ac47ab66" type="tarxz">mirrors://gnome/vte/0.28/vte-0.28.2.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>gobject-introspection-devel</Dependency>
  17. <Dependency>fontconfig-devel</Dependency>
  18. <Dependency>gtk2-devel</Dependency>
  19. <Dependency>pango-devel</Dependency>
  20. <Dependency>cairo-devel</Dependency>
  21. <Dependency>gtk-doc</Dependency>
  22. <Dependency>gdk-pixbuf-devel</Dependency>
  23. <Dependency>atk-devel</Dependency>
  24. <Dependency>ncurses-devel</Dependency>
  25. <Dependency>glib2-devel</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>intltool</Dependency>
  28. <Dependency>harfbuzz-devel</Dependency>
  29. <Dependency>graphite2-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch level="1">vte-0.28.2-limit-arguments.patch</Patch>
  33. <Patch level="1">vte-alt-meta-confusion.patch</Patch>
  34. <Patch level="1">vte-python-bugfixes.patch</Patch>
  35. <Patch level="1">vte-0.28.0-link.patch</Patch>
  36. <Patch level="1">vte-0.28.2-scale.patch</Patch>
  37. </Patches>
  38. </Source>
  39. <Package>
  40. <Name>vte</Name>
  41. <IsA>library</IsA>
  42. <RuntimeDependencies>
  43. <Dependency>gobject-introspection</Dependency>
  44. <Dependency>gtk2</Dependency>
  45. <Dependency>atk</Dependency>
  46. <Dependency>cairo</Dependency>
  47. <Dependency>gdk-pixbuf</Dependency>
  48. <Dependency>pango</Dependency>
  49. <Dependency>ncurses</Dependency>
  50. <Dependency>glib2</Dependency>
  51. <Dependency>libX11</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="library">/usr/lib</Path>
  56. <Path fileType="executable">/usr/libexec</Path>
  57. <Path fileType="doc">/usr/share/doc</Path>
  58. <Path fileType="localedata">/usr/share/locale</Path>
  59. <Path fileType="data">/usr/share/vte</Path>
  60. <Path fileType="data">/usr/share/pygtk</Path>
  61. <Path fileType="data">/usr/share/gir-1.0/Vte-0.0.gir</Path>
  62. </Files>
  63. </Package>
  64. <Package>
  65. <Name>vte-docs</Name>
  66. <IsA>data:doc</IsA>
  67. <Summary>GTK reference documents for vte</Summary>
  68. <Files>
  69. <Path fileType="doc">/usr/share/gtk-doc</Path>
  70. </Files>
  71. </Package>
  72. <Package>
  73. <Name>vte-devel</Name>
  74. <Summary>Development files for vte</Summary>
  75. <RuntimeDependencies>
  76. <Dependency release="current">vte</Dependency>
  77. <Dependency>gtk2-devel</Dependency>
  78. <Dependency>pango-devel</Dependency>
  79. <Dependency>cairo-devel</Dependency>
  80. <Dependency>glib2-devel</Dependency>
  81. <Dependency>libX11-devel</Dependency>
  82. </RuntimeDependencies>
  83. <Files>
  84. <Path fileType="header">/usr/include</Path>
  85. <Path fileType="library">/usr/lib/pkgconfig</Path>
  86. </Files>
  87. </Package>
  88. <History>
  89. <Update release="3">
  90. <Date>2017-05-11</Date>
  91. <Version>0.28.2</Version>
  92. <Comment>Rebuild</Comment>
  93. <Name>Ayhan Yalçınsoy</Name>
  94. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  95. </Update>
  96. <Update release="2">
  97. <Date>2016-05-02</Date>
  98. <Version>0.28.2</Version>
  99. <Comment>Rebuild</Comment>
  100. <Name>Ayhan Yalçınsoy</Name>
  101. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  102. </Update>
  103. <Update release="1">
  104. <Date>2014-05-16</Date>
  105. <Version>0.28.2</Version>
  106. <Comment>First release</Comment>
  107. <Name>Marcin Bojara</Name>
  108. <Email>marcin@pisilinux.org</Email>
  109. </Update>
  110. </History>
  111. </PISI>