pspec.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>zenity</Name>
  6. <Homepage>https://help.gnome.org/users/zenity/stable/</Homepage>
  7. <Packager>
  8. <Name>Sami Babat</Name>
  9. <Email>sami.babat@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <Icon>zenity</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Zenity enables you to create the following types of simple dialog
  15. </Summary>
  16. <Description>Zenity enables you to create the following types of simple dialog
  17. </Description>
  18. <Archive sha1sum="23cd194247d1f8a7747604574840b824323ccbf9" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/zenity/3.20/zenity-3.20.0.tar.xz</Archive>
  19. </Source>
  20. <Package>
  21. <Name>zenity</Name>
  22. <RuntimeDependencies>
  23. <Dependency>gtk3</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="data">/usr/share</Path>
  28. <Path fileType="doc">/usr/share/help</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="1">
  33. <Date>2016-07-21</Date>
  34. <Version>3.20.0</Version>
  35. <Comment>First release</Comment>
  36. <Name>Sami Babat</Name>
  37. <Email>sami.babat@gmail.com</Email>
  38. </Update>
  39. </History>
  40. </PISI>