pspec.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>eboard</Name>
  6. <Homepage>https://www.bergo.eng.br/eboard/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>eboard</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A GTK+ chess board</Summary>
  15. <Description>eboard is a chess interface for Unix-like systems based on the GTK+ GUI toolkit.</Description>
  16. <Archive sha1sum="eab20a134f842cde4f79f5397e266ad3e5023fa4" type="targz">https://github.com/fbergo/eboard/archive/refs/tags/v1.1.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>atk-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>gtk2-devel</Dependency>
  21. <Dependency>pango-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>cairo-devel</Dependency>
  24. <Dependency>libpng-devel</Dependency>
  25. <Dependency>freetype-devel</Dependency>
  26. <Dependency>harfbuzz-devel</Dependency>
  27. <Dependency>gstreamer-devel</Dependency>
  28. <Dependency>fontconfig-devel</Dependency>
  29. <Dependency>gdk-pixbuf-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch>eboard-1.1.1-gcc44.patch</Patch>
  33. <Patch>eboard-1.1.1-ovflfix.patch</Patch>
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>eboard</Name>
  38. <RuntimeDependencies>
  39. <Dependency>atk</Dependency>
  40. <Dependency>gtk2</Dependency>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>cairo</Dependency>
  43. <Dependency>pango</Dependency>
  44. <Dependency>glib2</Dependency>
  45. <Dependency>libgcc</Dependency>
  46. <Dependency>libpng</Dependency>
  47. <Dependency>freetype</Dependency>
  48. <Dependency>harfbuzz</Dependency>
  49. <Dependency>gstreamer</Dependency>
  50. <Dependency>fontconfig</Dependency>
  51. <Dependency>gdk-pixbuf</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="data">/usr/share/eboard</Path>
  56. <Path fileType="doc">/usr/share/doc</Path>
  57. <Path fileType="man">/usr/share/man</Path>
  58. <Path fileType="data">/usr/share/applications</Path>
  59. <Path fileType="data">/usr/share/pixmaps</Path>
  60. </Files>
  61. <AdditionalFiles>
  62. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/eboard.desktop">eboard.desktop</AdditionalFile>
  63. </AdditionalFiles>
  64. </Package>
  65. <History>
  66. <Update release="4">
  67. <Date>2022-11-05</Date>
  68. <Version>1.1.3</Version>
  69. <Comment>Rebuild New T.</Comment>
  70. <Name>Ümit Solmaz</Name>
  71. <Email>us@mynetiz.com</Email>
  72. </Update>
  73. <Update release="3">
  74. <Date>2018-09-14</Date>
  75. <Version>1.1.1</Version>
  76. <Comment>Rebuild New T.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2017-05-05</Date>
  82. <Version>1.1.1</Version>
  83. <Comment>Rebuild with new toolchain</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2016-12-04</Date>
  89. <Version>1.1.1</Version>
  90. <Comment>First release</Comment>
  91. <Name>Stefan Gronewold</Name>
  92. <Email>groni@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>