Files
2024-12-22 10:40:56 +03:00

113 lines
3.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>florb</Name>
<Homepage>http://florb.shugaa.de/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app:gui</IsA>
<PartOf>network.misc</PartOf>
<Summary>A simple map viewer and GPX editor.</Summary>
<Description>
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.
</Description>
<Archive sha1sum="22e837752f164641ab5deb614e30e653a5c78d80" type="targz">https://github.com/shugaa/florb/archive/v1.1/florb-1.1.tar.gz</Archive>
<Archive target="florb-1.1/src/res" sha1sum="0857fd36313ceeed06b19c3c37a121d34bd621ee" type="binary">https://github.com/pekdon/florb/raw/cmake_support/src/res/audio-input-microphone-ina.png</Archive>
<BuildDependencies>
<Dependency>omake</Dependency>
<Dependency>yaml-cpp</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>fltk-devel</Dependency>
<Dependency>gpsd-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>libXres-devel</Dependency>
<Dependency>tinyxml2-devel</Dependency>
<Dependency>libxkbfile-devel</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency>python3-translate_toolkit</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">upstream.patch</Patch>
<Patch level="1">allow_startup_with_missing_config_file.patch</Patch>
<Patch level="1">Swedish_translation.patch</Patch>
<Patch level="1">update_search_request.patch</Patch>
<Patch level="1">BudDavis__1.patch</Patch>
</Patches>
</Source>
<Package>
<Name>florb</Name>
<RuntimeDependencies>
<Dependency>fltk</Dependency>
<Dependency>curl</Dependency>
<Dependency>gpsd</Dependency>
<Dependency>boost</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXpm</Dependency>
<Dependency>tinyxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<!-- <Path fileType="localedata">/usr/share/locale</Path> -->
<!-- <Path fileType="doc">/usr/share/doc</Path> -->
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/florb.desktop">florb.desktop.in</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="6">
<Date>2024-12-22</Date>
<Version>1.1</Version>
<Comment>Rebuild</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2023-11-01</Date>
<Version>1.1</Version>
<Comment>Rebuild</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2023-01-29</Date>
<Version>1.1</Version>
<Comment>Rebuild with libgps</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2023-01-24</Date>
<Version>1.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-10-22</Date>
<Version>1.1</Version>
<Comment>Rebuild</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-12-19</Date>
<Version>1.1</Version>
<Comment>First build from git (include patches from @pekdon).</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>