pspec.xml 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dustrac</Name>
  6. <Homepage>http://dustrac.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold(groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>dustrac</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Dust Racing 2D (dustrac) is an open source, tile-based 2D racing game</Summary>
  15. <Description>The purpose of the game is to race against 11 challenging computer players on different race tracks. Finishing in TOP-6 will unlock a new race track. Only a small portion of the race track is visible on the scrolling screen.</Description>
  16. <Archive sha1sum="8cad7fae92fa0cf62e98d7a490868bd4272c1233" type="targz">https://github.com/juzzlin/DustRacing2D/archive/refs/tags/2.1.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>qt5-base-devel</Dependency>
  19. <Dependency>qt5-linguist</Dependency>
  20. <Dependency>openal-devel</Dependency>
  21. <Dependency>cmake</Dependency>
  22. <Dependency>pkgconfig</Dependency>
  23. <Dependency>libvorbis-devel</Dependency>
  24. <Dependency>mesa-devel</Dependency>
  25. <Dependency>mesa-glu-devel</Dependency>
  26. <Dependency>qt5-sql-mysql</Dependency>
  27. <Dependency>qt5-sql-sqlite</Dependency>
  28. <Dependency>qt5-sql-odbc</Dependency>
  29. <Dependency>qt5-sql-postgresql</Dependency>
  30. <Dependency>libglvnd-devel</Dependency>
  31. </BuildDependencies>
  32. <Patches>
  33. <!-- <Patch>editor.patch</Patch> -->
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>dustrac</Name>
  38. <RuntimeDependencies>
  39. <Dependency>qt5-base</Dependency>
  40. <Dependency>openal</Dependency>
  41. <Dependency>libvorbis</Dependency>
  42. <Dependency>libgcc</Dependency>
  43. <Dependency>mesa</Dependency>
  44. <Dependency>libglvnd</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="data">/usr/share/appdata/</Path>
  49. <Path fileType="data">/usr/share/games</Path>
  50. <Path fileType="localedata">/usr/share/locale</Path>
  51. <Path fileType="application">/usr/share/applications</Path>
  52. <Path fileType="data">/usr/share/icons</Path>
  53. <Path fileType="data">/usr/share/metainfo/dustrac.appdata.xml</Path>
  54. <Path fileType="pixmaps">/usr/share/pixmaps</Path>
  55. <Path fileType="doc">/usr/share/doc</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="5">
  60. <Date>2023-02-01</Date>
  61. <Version>2.1.1</Version>
  62. <Comment>Version bump</Comment>
  63. <Name>Kamil Atlı</Name>
  64. <Email>suvari@pisilinux.org</Email>
  65. </Update>
  66. <Update release="4">
  67. <Date>2018-09-14</Date>
  68. <Version>2.0.1</Version>
  69. <Comment>Rebuild New T.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2018-02-19</Date>
  75. <Version>2.0.1</Version>
  76. <Comment>Version bump</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2017-04-25</Date>
  82. <Version>1.12.0</Version>
  83. <Comment>version bump</Comment>
  84. <Name>Stefan Gronewold(groni)</Name>
  85. <Email>groni@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2015-11-20</Date>
  89. <Version>1.11.0</Version>
  90. <Comment>First release</Comment>
  91. <Name>Stefan Gronewold(groni)</Name>
  92. <Email>groni@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>