pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgee</Name>
  6. <Homepage>https://wiki.gnome.org/Projects/Libgee</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>app</IsA>
  13. <Summary>A collection library providing GObject-based interfaces and classes for commonly used data structures</Summary>
  14. <Description>Yaygın olarak kullanılan veri yapıları için GObject tabanlı arayüzler ve sınıflar sağlayan bir koleksiyon kütüphanesi</Description>
  15. <Archive sha1sum="93af2254b4c4c1f5d6742bfeb99717ccd81c8e89" type="tarxz">mirrors://gnome/libgee/0.20/libgee-0.20.6.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>vala-devel</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>gobject-introspection-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>libgee</Name>
  24. <RuntimeDependencies>
  25. <Dependency>glib2</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="data">/usr/share</Path>
  30. <Path fileType="data">/usr/share/vapi</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. -->
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libgee-devel</Name>
  37. <Summary>Development files for libgee</Summary>
  38. <RuntimeDependencies>
  39. <Dependency>glib2-devel</Dependency>
  40. <Dependency release="current">libgee</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="library">/usr/lib/pkgconfig</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="4">
  49. <Date>2022-09-17</Date>
  50. <Version>0.20.6</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2022-02-11</Date>
  57. <Version>0.20.5</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2020-03-01</Date>
  64. <Version>0.20.3</Version>
  65. <Comment>Version bump</Comment>
  66. <Name>Kamil Atlı</Name>
  67. <Email>suvari@pisilinux.org</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2019-01-15</Date>
  71. <Version>0.20.1</Version>
  72. <Comment>First release</Comment>
  73. <Name>PisiLinux Community</Name>
  74. <Email>admins@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>