pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>geocode-glib</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/geocode-glib</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv1</License>
  12. <PartOf>programming.misc</PartOf>
  13. <Summary>geocode-glib is a convenience library for the geocoding and reverse geocoding</Summary>
  14. <Description>geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load.</Description>
  15. <Archive type="tarxz" sha1sum="ed47a57a99d7bdc62402de3041cc679f00921f27">https://download.gnome.org/sources/geocode-glib/3.26/geocode-glib-3.26.4.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency versionFrom="1.4.4">json-glib-devel</Dependency>
  19. <Dependency versionFrom="2.68.3">libsoup3-devel</Dependency>
  20. <Dependency>gtk-doc</Dependency>
  21. <Dependency>gobject-introspection-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>geocode-glib</Name>
  26. <RuntimeDependencies>
  27. <Dependency versionFrom="1.4.4">json-glib</Dependency>
  28. <Dependency versionFrom="2.68.3">libsoup3</Dependency>
  29. <Dependency>glib2</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="library">/usr/libexec</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. <Path fileType="doc">/usr/share/gtk-doc</Path>
  37. <Path fileType="data">/usr/share/icons</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>geocode-glib-devel</Name>
  42. <Summary>Development files for geocode-glib</Summary>
  43. <RuntimeDependencies>
  44. <Dependency>glib2-devel</Dependency>
  45. <Dependency release="current">geocode-glib</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig/geocode-glib-2.0.pc</Path>
  50. <Path fileType="data">/usr/share/gir-1.0/GeocodeGlib-2.0.gir</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="4">
  55. <Date>2022-11-02</Date>
  56. <Version>3.26.4</Version>
  57. <Comment>Rebuild.</Comment>
  58. <Name>Mustafa Cinasal</Name>
  59. <Email>muscnsl@gmail.com</Email>
  60. </Update>
  61. <Update release="3">
  62. <Date>2022-08-08</Date>
  63. <Version>3.26.4</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2022-06-30</Date>
  70. <Version>3.26.3</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2021-04-06</Date>
  77. <Version>3.26.2</Version>
  78. <Comment>First release for Pisi Linux</Comment>
  79. <Name>Berk Çakar</Name>
  80. <Email>berk2238@hotmail.com</Email>
  81. </Update>
  82. </History>
  83. </PISI>