pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>polkit-gnome</Name>
  6. <Homepage>http://hal.freedesktop.org/docs/polkit</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2</License>
  13. <IsA>app:gui</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Authentication agent for polkit</Summary>
  16. <Description>polkit-gnome package provides an authentication agent for polkit that integrates well with the GNOME desktop environment.</Description>
  17. <Archive sha1sum="948bad76395834a1b45b65bd191d46145f5c0b9f" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/polkit-gnome/0.105/polkit-gnome-0.105.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>gtk3-devel</Dependency>
  20. <Dependency>gnome-common</Dependency>
  21. <Dependency>intltool</Dependency>
  22. <Dependency>polkit-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>polkit-gnome</Name>
  27. <RuntimeDependencies>
  28. <Dependency>gtk3</Dependency>
  29. <Dependency>gdk-pixbuf</Dependency>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>polkit</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="executable">/usr/libexec</Path>
  38. <Path fileType="localedata">/usr/share/locale</Path>
  39. </Files>
  40. <AdditionalFiles>
  41. <AdditionalFile target="/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop" permission="0644" owner="root">polkit-gnome-authentication-agent-1.desktop</AdditionalFile>
  42. </AdditionalFiles>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2017-03-19</Date>
  47. <Version>105</Version>
  48. <Comment>Release bump</Comment>
  49. <Name>Ayhan Yalçınsoy</Name>
  50. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2014-12-08</Date>
  54. <Version>105</Version>
  55. <Comment>First release</Comment>
  56. <Name>Osman Erkan</Name>
  57. <Email>osman.erkan@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>