pspec.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ConsoleKit</Name>
  6. <Homepage>https://github.com/Consolekit2</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>A framework for defining and tracking users, login sessions, and seats</Summary>
  14. <Description>ConsoleKit is a system daemon for tracking what users are logged into the system and how they interact with the computer (e.g. which keyboard and mouse they use).</Description>
  15. <Archive sha1sum="28869807eed0cc4a7a1d98030be1f2c7e5700d0e" type="tarbz2">https://github.com/ConsoleKit2/ConsoleKit2/releases/download/1.2.1/ConsoleKit2-1.2.1.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>acl-devel</Dependency>
  18. <Dependency>pam-devel</Dependency>
  19. <Dependency>dbus-devel</Dependency>
  20. <Dependency>eudev-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>libX11-devel</Dependency>
  24. <Dependency>libnih-devel</Dependency>
  25. <Dependency>cgmanager-devel</Dependency>
  26. <Dependency versionFrom="0.113">polkit-devel</Dependency>
  27. <Dependency>libxslt</Dependency>
  28. <Dependency>xmlto</Dependency>
  29. <Dependency>util-linux</Dependency>
  30. <Dependency>libevdev</Dependency>
  31. <Dependency>libdrm-devel</Dependency>
  32. <Dependency>gobject-introspection-devel</Dependency>
  33. </BuildDependencies>
  34. </Source>
  35. <Package>
  36. <Name>ConsoleKit</Name>
  37. <RuntimeDependencies>
  38. <Dependency>acl</Dependency>
  39. <Dependency>pam</Dependency>
  40. <Dependency>dbus</Dependency>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>libX11</Dependency>
  44. <Dependency>libnih</Dependency>
  45. <Dependency>cgmanager</Dependency>
  46. <Dependency versionFrom="0.113">polkit</Dependency>
  47. <Dependency>eudev</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="config">/etc</Path>
  51. <Path fileType="config">/usr/lib/tmpfiles.d/ConsoleKit.conf</Path>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="executable">/usr/sbin</Path>
  54. <Path fileType="library">/usr/libexec</Path>
  55. <Path fileType="library">/lib</Path>
  56. <Path fileType="library">/usr/lib</Path>
  57. <Path fileType="data">/usr/share/dbus-1</Path>
  58. <Path fileType="data">/usr/share/gir-1.0</Path>
  59. <Path fileType="data">/usr/share/gtk-doc</Path>
  60. <Path fileType="data">/usr/share/polkit-1/actions</Path>
  61. <Path fileType="data">/usr/share/polkit-1/rules.d</Path>
  62. <Path fileType="man">/usr/share/man</Path>
  63. <Path fileType="localedata">/usr/share/locale</Path>
  64. <Path fileType="doc">/usr/share/doc</Path>
  65. <Path fileType="data">/var</Path>
  66. </Files>
  67. <AdditionalFiles>
  68. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/ConsoleKit.conf">ConsoleKit.conf</AdditionalFile>
  69. <AdditionalFile permission="0644" target="/usr/share/polkit-1/rules.d/75-consolekit.rules">25-consolekit.rules</AdditionalFile>
  70. <AdditionalFile owner="root" permission="0755" target="/etc/pam.d/consolekit">consolekit.pamd</AdditionalFile>
  71. <AdditionalFile owner="root" permission="0755" target="/usr/lib/ConsoleKit/run-session.d/pam-foreground-compat.ck">pam-foreground-compat.ck</AdditionalFile>
  72. </AdditionalFiles>
  73. </Package>
  74. <Package>
  75. <Name>ConsoleKit-devel</Name>
  76. <Summary>Development files for ConsoleKit</Summary>
  77. <RuntimeDependencies>
  78. <Dependency release="current">ConsoleKit</Dependency>
  79. <Dependency>dbus-devel</Dependency>
  80. </RuntimeDependencies>
  81. <Files>
  82. <Path fileType="header">/usr/include</Path>
  83. <Path fileType="data">/usr/lib/pkgconfig</Path>
  84. </Files>
  85. </Package>
  86. <History>
  87. <Update release="5">
  88. <Date>2017-12-13</Date>
  89. <Version>1.2.1</Version>
  90. <Comment>Version bump</Comment>
  91. <Name>Ertuğrul Erata</Name>
  92. <Email>ertugrulerata@gmail.com</Email>
  93. </Update>
  94. <Update release="4">
  95. <Date>2017-07-23</Date>
  96. <Version>1.2.0</Version>
  97. <Comment>Version bump.</Comment>
  98. <Name>Ertuğrul Erata</Name>
  99. <Email>ertugrulerata@gmail.com</Email>
  100. </Update>
  101. <Update release="3">
  102. <Date>2017-02-02</Date>
  103. <Version>1.0.2</Version>
  104. <Comment>Rebuild.</Comment>
  105. <Name>Pisi Linux Community</Name>
  106. <Email>admin@pisilinux.org</Email>
  107. </Update>
  108. <Update release="2">
  109. <Date>2016-06-08</Date>
  110. <Version>1.0.2</Version>
  111. <Comment>Release Bump</Comment>
  112. <Name>Pisi Linux Community</Name>
  113. <Email>admin@pisilinux.org</Email>
  114. </Update>
  115. <Update release="1">
  116. <Date>2016-03-30</Date>
  117. <Version>1.0.2</Version>
  118. <Comment>First release</Comment>
  119. <Name>Ertuğrul Erata</Name>
  120. <Email>ertugrulerata@gmail.com</Email>
  121. </Update>
  122. </History>
  123. </PISI>