pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. <Patches>
  20. <Patch>mimeutils.patch</Patch>
  21. </Patches>
  22. </Source>
  23. <Package>
  24. <Name>desktop-file-utils</Name>
  25. <RuntimeDependencies>
  26. <Dependency>glib2</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man/man1/</Path>
  32. </Files>
  33. <Provides>
  34. <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
  35. </Provides>
  36. </Package>
  37. <History>
  38. <Update release="4">
  39. <Date>2018-04-18</Date>
  40. <Version>0.23</Version>
  41. <Comment>Rebuild.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2017-02-13</Date>
  47. <Version>0.23</Version>
  48. <Comment>version Bump</Comment>
  49. <Name>Ayhan Yalçınsoy</Name>
  50. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-09</Date>
  54. <Version>0.21</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2013-09-07</Date>
  61. <Version>0.21</Version>
  62. <Comment>First release</Comment>
  63. <Name>Marcin Bojara</Name>
  64. <Email>marcin@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>