pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gweled</Name>
  6. <Homepage>http://www.gweled.org</Homepage>
  7. <Packager>
  8. <Name>Alper Tekinalp</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Icon>gweled</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A puzzle game similar to "Bejeweled" or "Diamond Mine"</Summary>
  15. <Description>Gweled is a GTK+ version of a popular PalmOS/Windows/Java game called "Bejeweled", originally written by Sebastien Delestaing. The aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems.</Description>
  16. <Archive sha1sum="ff4a59935c9e1eb4a202e723baabaab39f526714" type="targz">http://launchpad.net/gweled/trunk/0.9.1/+download/gweled-0.9.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gtk2-devel</Dependency>
  19. <Dependency>intltool</Dependency>
  20. <Dependency>gdk-pixbuf-devel</Dependency>
  21. <Dependency>glib2-devel</Dependency>
  22. <Dependency>librsvg-devel</Dependency>
  23. <Dependency>libmikmod-devel</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch level="1">gweled-0.9.1-fix-open.patch</Patch>
  27. <Patch level="1">translate-paused-string.patch</Patch>
  28. <Patch level="1">turkish.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>gweled</Name>
  33. <RuntimeDependencies>
  34. <Dependency>librsvg</Dependency>
  35. <Dependency>libmikmod</Dependency>
  36. <Dependency>glib2</Dependency>
  37. <Dependency>gtk2</Dependency>
  38. <Dependency>gdk-pixbuf</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="localedata">/usr/share/locale</Path>
  44. <Path fileType="data">/usr/share</Path>
  45. <Path fileType="data">/var/state/gweled</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="2">
  50. <Date>2017-05-05</Date>
  51. <Version>0.9.1</Version>
  52. <Comment>Rebuild with new toolchain</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2016-12-04</Date>
  58. <Version>0.9.1</Version>
  59. <Comment>First release</Comment>
  60. <Name>Stefan Gronewold</Name>
  61. <Email>groni@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>