pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gtksourceview3</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>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A text widget implementing syntax highlighting and other features</Summary>
  14. <Description>Gtksourceview improves the gtk+ text widget by implementing syntax highlighting and other features typical of a source editor.</Description>
  15. <Archive sha1sum="1883e5c244791e3b66fd70c71f3f82221c221c29" type="tarxz">mirrors://gnome/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>python3</Dependency>
  19. <Dependency>python-six</Dependency>
  20. <Dependency>itstool</Dependency>
  21. <Dependency>valgrind</Dependency>
  22. <Dependency>intltool</Dependency>
  23. <Dependency>gtk-doc</Dependency>
  24. <Dependency>vala-devel</Dependency>
  25. <Dependency>gtk3-devel</Dependency>
  26. <Dependency>glib2-devel</Dependency>
  27. <Dependency>yelp-tools</Dependency>
  28. <Dependency>libxml2-devel</Dependency>
  29. <Dependency>autoconf-archive</Dependency>
  30. <Dependency>gobject-introspection-devel</Dependency>
  31. </BuildDependencies>
  32. </Source>
  33. <Package>
  34. <Name>gtksourceview3</Name>
  35. <RuntimeDependencies>
  36. <Dependency>atk</Dependency>
  37. <Dependency>gtk3</Dependency>
  38. <Dependency>cairo</Dependency>
  39. <Dependency>glib2</Dependency>
  40. <Dependency>pango</Dependency>
  41. <Dependency>libxml2</Dependency>
  42. <Dependency>gdk-pixbuf</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="localedata">/usr/share/locale</Path>
  48. <Path fileType="data">/usr/share/gir-1.0/</Path>
  49. <Path fileType="data">/usr/share/vala/vapi</Path>
  50. <Path fileType="data">/usr/share/gtksourceview-3.0</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>gtksourceview3-docs</Name>
  55. <IsA>data:doc</IsA>
  56. <Summary>Reference documents of gtksourceview</Summary>
  57. <Files>
  58. <Path fileType="doc">/usr/share/gtk-doc</Path>
  59. </Files>
  60. </Package>
  61. <Package>
  62. <Name>gtksourceview3-devel</Name>
  63. <Summary>Development files for gtksourceview</Summary>
  64. <RuntimeDependencies>
  65. <Dependency release="current">gtksourceview3</Dependency>
  66. <Dependency>gtk3-devel</Dependency>
  67. <Dependency>glib2-devel</Dependency>
  68. <Dependency>libxml2-devel</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="header">/usr/include</Path>
  72. <Path fileType="library">/usr/lib/pkgconfig</Path>
  73. </Files>
  74. </Package>
  75. <History>
  76. <Update release="4">
  77. <Date>2021-02-09</Date>
  78. <Version>3.24.11</Version>
  79. <Comment>Rebuild.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="3">
  84. <Date>2020-03-02</Date>
  85. <Version>3.24.11</Version>
  86. <Comment>Rebuild.</Comment>
  87. <Name>Mustafa Cinasal</Name>
  88. <Email>muscnsl@gmail.com</Email>
  89. </Update>
  90. <Update release="2">
  91. <Date>2020-02-25</Date>
  92. <Version>3.24.11</Version>
  93. <Comment>Version bump.</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@gmail.com</Email>
  96. </Update>
  97. <Update release="1">
  98. <Date>2019-04-10</Date>
  99. <Version>3.24.10</Version>
  100. <Comment>First release.</Comment>
  101. <Name>Serdar Soytetir</Name>
  102. <Email>kaptan@pisilinux.org</Email>
  103. </Update>
  104. </History>
  105. </PISI>