pspec.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qscintilla2</Name>
  6. <Homepage>http://www.riverbankcomputing.co.uk/qscintilla/</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>GPLv3</License>
  13. <IsA>library</IsA>
  14. <Summary>Qt port of Scintilla</Summary>
  15. <Description>QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class.</Description>
  16. <Archive type="targz" sha1sum="88956ae63a2cade5be1b1a6c6870963c96357505">https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.10.2/QScintilla_gpl-2.10.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-qt5-devel</Dependency>
  19. <Dependency>python3-qt5-devel</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python3-sip</Dependency>
  23. <Dependency>python-sip</Dependency>
  24. <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
  25. <Dependency versionFrom="5.7.1">qt5-designer-devel</Dependency>
  26. <Dependency>chrpath</Dependency>
  27. <Dependency versionFrom="5.7.1">qt5-script-devel</Dependency>
  28. <Dependency versionFrom="5.7.1">qt5-xmlpatterns-devel</Dependency>
  29. <Dependency versionFrom="13.0.4">mesa-devel</Dependency>
  30. <Dependency>qscintilla2-python-common</Dependency>
  31. </BuildDependencies>
  32. <Patches>
  33. <!--Patch>configure.py.patch</Patch-->
  34. <!--<Patch>libname.patch</Patch>-->
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>qscintilla2</Name>
  39. <RuntimeDependencies>
  40. <Dependency versionFrom="5.7.1">qt5-base</Dependency>
  41. <Dependency>libgcc</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="library">/usr/lib/qt5/plugins</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="data">/usr/share/qt5/mkspecs</Path>
  48. <Path fileType="localedata">/usr/share/qt5/translations</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>qscintilla2-python-common</Name>
  53. <Summary>Common python qscintilla bindings files shared between qscintilla2-python and qscintilla2-python3</Summary>
  54. <RuntimeDependencies>
  55. <Dependency version="current">qscintilla2</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="data">/usr/share/qt5/qsci</Path>
  59. <Path fileType="data">/usr/share/sip</Path>
  60. </Files>
  61. </Package>
  62. <Package>
  63. <Name>qscintilla2-python</Name>
  64. <Summary>Python 2.x bindings for qscintilla2</Summary>
  65. <RuntimeDependencies>
  66. <Dependency version="current">qscintilla2</Dependency>
  67. <Dependency version="current">qscintilla2-python-common</Dependency>
  68. <Dependency>qt5-base</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="library">/usr/lib/python2*</Path>
  72. </Files>
  73. </Package>
  74. <Package>
  75. <Name>qscintilla2-python3</Name>
  76. <Summary>Python 3.x bindings for qscintilla2</Summary>
  77. <RuntimeDependencies>
  78. <Dependency>python3</Dependency>
  79. <Dependency version="current">qscintilla2</Dependency>
  80. <Dependency version="current">qscintilla2-python-common</Dependency>
  81. <Dependency>qt5-base</Dependency>
  82. <Dependency>libgcc</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="library">/usr/lib/python3*</Path>
  86. </Files>
  87. </Package>
  88. <Package>
  89. <Name>qscintilla2-doc</Name>
  90. <Summary>HTML documentation for qscintilla2</Summary>
  91. <Files>
  92. <Path fileType="doc">/usr/share/doc/qscintilla2/Scintilla</Path>
  93. <Path fileType="doc">/usr/share/doc/qscintilla2/html</Path>
  94. </Files>
  95. </Package>
  96. <Package>
  97. <Name>qscintilla2-devel</Name>
  98. <Summary>Development files for qscintilla2</Summary>
  99. <RuntimeDependencies>
  100. <Dependency release="current">qscintilla2</Dependency>
  101. </RuntimeDependencies>
  102. <Files>
  103. <Path fileType="header">/usr/include/qt5/Qsci</Path>
  104. </Files>
  105. </Package>
  106. <History>
  107. <Update release="4">
  108. <Date>2018-02-06</Date>
  109. <Version>2.10.2</Version>
  110. <Comment>Version Bump.</Comment>
  111. <Name>Mustafa Cinasal</Name>
  112. <Email>muscnsl@gmail.com</Email>
  113. </Update>
  114. <Update release="3">
  115. <Date>2017-06-04</Date>
  116. <Version>2.10</Version>
  117. <Comment>Version Bump</Comment>
  118. <Name>Mustafa Cinasal</Name>
  119. <Email>muscnsl@gmail.com</Email>
  120. </Update>
  121. <Update release="2">
  122. <Date>2016-06-09</Date>
  123. <Version>2.9.1</Version>
  124. <Comment>Release Bump</Comment>
  125. <Name>Pisi Linux Community</Name>
  126. <Email>admin@pisilinux.org</Email>
  127. </Update>
  128. <Update release="1">
  129. <Date>2016-05-28</Date>
  130. <Version>2.9.1</Version>
  131. <Comment>First release</Comment>
  132. <Name>Ayhan Yalçınsoy</Name>
  133. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  134. </Update>
  135. </History>
  136. </PISI>