pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cups-pk-helper</Name>
  6. <Homepage>https://www.freedesktop.org/wiki/Software/cups-pk-helper</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Summary>PolicyKit helper to configure cups with fine-grained privileges</Summary>
  13. <Description>cups-pk-helper provides a PolicyKit helper to configure cups with fine-grained privileges. For example, it's possible to let users enable/disable printers without requiring a password, while still requiring a password for editing printer settings.</Description>
  14. <Archive type="tarxz" sha1sum="b8bc47688ad692530ec33336543edf9ef4d636fb">https://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-0.2.6.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>cups-devel</Dependency>
  17. <Dependency>polkit-devel</Dependency>
  18. <Dependency>elogind-devel</Dependency>
  19. <Dependency>intltool</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>cups-pk-helper</Name>
  24. <RuntimeDependencies>
  25. <Dependency>cups</Dependency>
  26. <Dependency>glib2</Dependency>
  27. <Dependency>polkit</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib/cups-pk-helper</Path>
  31. <Path fileType="data">/usr/share/dbus-1</Path>
  32. <Path fileType="localedata">/usr/share/locale</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="data">/usr/share/polkit-1</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="2">
  39. <Date>2022-05-28</Date>
  40. <Version>0.2.6</Version>
  41. <Comment>Rebuild</Comment>
  42. <Name>Kamil Atlı</Name>
  43. <Email>suvari@pisilinux.org</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2021-07-19</Date>
  47. <Version>0.2.6</Version>
  48. <Comment>First release for Pisi Linux</Comment>
  49. <Name>Berk Çakar</Name>
  50. <Email>berk2238@hotmail.com</Email>
  51. </Update>
  52. </History>
  53. </PISI>