pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>florb</Name>
  6. <Homepage>http://florb.shugaa.de/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:gui</IsA>
  13. <PartOf>network.misc</PartOf>
  14. <Summary>A simple map viewer and GPX editor.</Summary>
  15. <Description>
  16. florb is a really simple map viewer and GPX editor written in C++ using the FLTK UI toolkit. florb makes it easy to create and edit tracks for planning short and extended trips into the wild green. Or anywhere else for that matter.
  17. </Description>
  18. <Archive sha1sum="074ee0eca20fd8977e659a8bf353e28028ef3107" type="zip">https://github.com/shugaa/florb/archive/85d2be7d851f83db8a289fd2018832aec295d526.zip</Archive>
  19. <Archive target="florb-85d2be7d851f83db8a289fd2018832aec295d526/src/res" sha1sum="0857fd36313ceeed06b19c3c37a121d34bd621ee" type="binary">https://github.com/pekdon/florb/raw/cmake_support/src/res/audio-input-microphone-ina.png</Archive>
  20. <BuildDependencies>
  21. <Dependency>cmake</Dependency>
  22. <Dependency>yaml-cpp</Dependency>
  23. <Dependency>curl-devel</Dependency>
  24. <Dependency>mesa-devel</Dependency>
  25. <Dependency>fltk-devel</Dependency>
  26. <Dependency>gpsd-devel</Dependency>
  27. <Dependency>boost-devel</Dependency>
  28. <Dependency>libX11-devel</Dependency>
  29. <Dependency>libXpm-devel</Dependency>
  30. <Dependency>libXres-devel</Dependency>
  31. <Dependency>tinyxml2-devel</Dependency>
  32. <Dependency>libxkbfile-devel</Dependency>
  33. <Dependency>libxkbcommon-devel</Dependency>
  34. </BuildDependencies>
  35. <Patches>
  36. <Patch level="1">support_building_with_cmake.patch</Patch>
  37. <Patch level="1">allow_startup_with_missing_config_file.patch</Patch>
  38. <Patch level="1">no_build_about_resources.patch</Patch>
  39. </Patches>
  40. </Source>
  41. <Package>
  42. <Name>florb</Name>
  43. <RuntimeDependencies>
  44. <Dependency>fltk</Dependency>
  45. <Dependency>curl</Dependency>
  46. <Dependency>gpsd</Dependency>
  47. <Dependency>boost</Dependency>
  48. <Dependency>libgcc</Dependency>
  49. <Dependency>libX11</Dependency>
  50. <Dependency>libXpm</Dependency>
  51. <Dependency>tinyxml2</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="data">/usr/share</Path>
  56. <!-- <Path fileType="localedata">/usr/share/locale</Path> -->
  57. <!-- <Path fileType="doc">/usr/share/doc</Path> -->
  58. </Files>
  59. <AdditionalFiles>
  60. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/florb.desktop">florb.desktop.in</AdditionalFile>
  61. </AdditionalFiles>
  62. </Package>
  63. <History>
  64. <Update release="5">
  65. <Date>2023-11-01</Date>
  66. <Version>1.1</Version>
  67. <Comment>Rebuild</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2023-01-29</Date>
  73. <Version>1.1</Version>
  74. <Comment>Rebuild with libgps</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2023-01-24</Date>
  80. <Version>1.1</Version>
  81. <Comment>Rebuild.</Comment>
  82. <Name>fury</Name>
  83. <Email>uglyside@yandex.ru</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2021-10-22</Date>
  87. <Version>1.1</Version>
  88. <Comment>Rebuild</Comment>
  89. <Name>fury</Name>
  90. <Email>uglyside@yandex.ru</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2020-12-19</Date>
  94. <Version>1.1</Version>
  95. <Comment>First build from git (include patches from @pekdon).</Comment>
  96. <Name>fury</Name>
  97. <Email>uglyside@yandex.ru</Email>
  98. </Update>
  99. </History>
  100. </PISI>