pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>desktop-file-utils</Name>
  6. <Homepage>http://www.freedesktop.org/software/desktop-file-utils/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Command line utilities to work with desktop menu entries</Summary>
  14. <Description>desktop files are used to describe an application for inclusion in GNOME or KDE menus. This package contains desktop-file-validate which checks whether a .desktop file complies with the specification and desktop-file-install which installs a desktop file to the standard directory, optionally fixing it up in the process.</Description>
  15. <Archive sha1sum="10e9df65fdf2b896ce4d5f16616ea0df7c01d8f8" type="tarxz">http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.23.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glib2-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>desktop-file-utils</Name>
  22. <RuntimeDependencies>
  23. <Dependency>glib2</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="man">/usr/share/man/man1/</Path>
  29. </Files>
  30. <Provides>
  31. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  32. </Provides>
  33. </Package>
  34. <History>
  35. <Update release="3">
  36. <Date>2017-02-13</Date>
  37. <Version>0.23</Version>
  38. <Comment>version Bump</Comment>
  39. <Name>Ayhan Yalçınsoy</Name>
  40. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  41. </Update>
  42. <Update release="2">
  43. <Date>2016-06-09</Date>
  44. <Version>0.21</Version>
  45. <Comment>Release Bump</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2013-09-07</Date>
  51. <Version>0.21</Version>
  52. <Comment>First release</Comment>
  53. <Name>Marcin Bojara</Name>
  54. <Email>marcin@pisilinux.org</Email>
  55. </Update>
  56. </History>
  57. </PISI>