pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>template-glib</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/template-glib</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <Summary>template-glib is a library for template expansion which supports calling into GObject Introspection from templates.</Summary>
  13. <Description>Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language.</Description>
  14. <Archive sha1sum="45841bbedb62915d38e39aeca1d3ce0380552931" type="tarxz">https://download.gnome.org/sources/template-glib/3.36/template-glib-3.36.1.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>meson</Dependency>
  17. <Dependency>vala-devel</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>gobject-introspection-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>template-glib</Name>
  24. <IsA>library</IsA>
  25. <RuntimeDependencies>
  26. <Dependency>glib2</Dependency>
  27. <Dependency>gobject-introspection</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib/girepository-1.0</Path>
  31. <Path fileType="library">/usr/lib/lib*.so*</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="localedata">/usr/share/locale</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>template-glib-devel</Name>
  38. <Summary>Development files for template-glib</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">template-glib</Dependency>
  41. <Dependency>glib2-devel</Dependency>
  42. <Dependency>gobject-introspection-devel</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. <Path fileType="data">/usr/share/gir-1.0</Path>
  48. <Path fileType="data">/usr/share/vala</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="4">
  53. <Date>2023-03-21</Date>
  54. <Version>3.36.1</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2022-09-18</Date>
  61. <Version>3.36.0</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2022-03-21</Date>
  68. <Version>3.34.1</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2021-06-13</Date>
  75. <Version>3.34.0</Version>
  76. <Comment>First release for Pisi Linux</Comment>
  77. <Name>Berk Çakar</Name>
  78. <Email>berk2238@hotmail.com</Email>
  79. </Update>
  80. </History>
  81. </PISI>