pspec.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>colord</Name>
  6. <Homepage>http://www.freedesktop.org/software/colord</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Colord is a system activated daemon that maps devices to color profiles</Summary>
  14. <Description>Colord is a system activated daemon that maps devices to color profiles. It is used by GNOME Color Manager for system integration and use when there are no users logged in.</Description>
  15. <Archive sha1sum="e92cebb017840410d204c80494ae96ba323ba80b" type="tarxz">https://www.freedesktop.org/software/colord/releases/colord-1.3.4.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>argyllcms</Dependency>
  19. <Dependency>vala-devel</Dependency>
  20. <Dependency>lcms2-devel</Dependency>
  21. <Dependency>sane-backends-devel</Dependency>
  22. <Dependency>bash-completion</Dependency>
  23. <Dependency>eudev-devel</Dependency>
  24. <Dependency>libtool</Dependency>
  25. <Dependency>gtk-doc</Dependency>
  26. <Dependency>perl</Dependency>
  27. <Dependency>gettext-devel</Dependency>
  28. <Dependency>glib2-devel</Dependency>
  29. <Dependency>libgudev-devel</Dependency>
  30. <Dependency>libxslt-devel</Dependency>
  31. <Dependency>icu4c-devel</Dependency>
  32. <Dependency>libgusb-devel</Dependency>
  33. <Dependency>libusb-devel</Dependency>
  34. <Dependency>sqlite-devel</Dependency>
  35. <Dependency>qt5-sql-sqlite</Dependency>
  36. <Dependency>polkit-devel</Dependency>
  37. <Dependency>gobject-introspection-devel</Dependency>
  38. </BuildDependencies>
  39. </Source>
  40. <Package>
  41. <Name>colord</Name>
  42. <RuntimeDependencies>
  43. <Dependency>lcms2</Dependency>
  44. <Dependency>libgusb</Dependency>
  45. <Dependency>shared-color-profiles</Dependency>
  46. <Dependency>sane-backends</Dependency>
  47. <Dependency>dbus</Dependency>
  48. <Dependency>sqlite</Dependency>
  49. <Dependency>polkit</Dependency>
  50. <Dependency>eudev</Dependency>
  51. <Dependency>glib2</Dependency>
  52. <Dependency>libgudev</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="config">/etc</Path>
  56. <Path fileType="library">/lib</Path>
  57. <Path fileType="libexec">/usr/libexec/colord-session</Path>
  58. <Path fileType="data">/var/lib/colord/icc/</Path>
  59. <Path fileType="executable">/usr/bin</Path>
  60. <Path fileType="executable">/usr/libexec/colord</Path>
  61. <Path fileType="library">/usr/lib</Path>
  62. <Path fileType="data">/usr/share/dbus-1</Path>
  63. <Path fileType="doc">/usr/share/doc</Path>
  64. <Path fileType="data">/usr/share/polkit-1</Path>
  65. <Path fileType="localedata">/usr/share/locale</Path>
  66. <Path fileType="man">/usr/share/man</Path>
  67. <Path fileType="data">/var</Path>
  68. <Path fileType="data">/usr/share/colord</Path>
  69. <Path fileType="data">/usr/share/glib-2.0</Path>
  70. <Path fileType="data">/usr/share/bash-completion</Path>
  71. <Path fileType="data">/usr/libexec/colord-sane</Path>
  72. </Files>
  73. <Provides>
  74. <COMAR script="service.py">System.Service</COMAR>
  75. </Provides>
  76. </Package>
  77. <Package>
  78. <Name>colord-devel</Name>
  79. <Summary>Development files for colord</Summary>
  80. <RuntimeDependencies>
  81. <Dependency release="current">colord</Dependency>
  82. <Dependency>lcms2-devel</Dependency>
  83. <Dependency>libgusb-devel</Dependency>
  84. <Dependency>eudev-devel</Dependency>
  85. <Dependency>glib2-devel</Dependency>
  86. </RuntimeDependencies>
  87. <Files>
  88. <Path fileType="header">/usr/include</Path>
  89. <Path fileType="data">/usr/share/vala/vapi/colord.vapi</Path>
  90. <Path fileType="data">/usr/share/gir-1.0</Path>
  91. <Path fileType="data">/usr/lib/pkgconfig</Path>
  92. </Files>
  93. </Package>
  94. <Package>
  95. <Name>shared-color-profiles</Name>
  96. <Files>
  97. <Path fileType="data">/usr/share/color</Path>
  98. </Files>
  99. </Package>
  100. <History>
  101. <Update release="2">
  102. <Date>2017-02-16</Date>
  103. <Version>1.3.4</Version>
  104. <Comment>Version bump.</Comment>
  105. <Name>Alihan Öztürk</Name>
  106. <Email>alihan@pisilinux.org</Email>
  107. </Update>
  108. <Update release="1">
  109. <Date>2016-11-17</Date>
  110. <Version>1.3.3</Version>
  111. <Comment>First Release.</Comment>
  112. <Name>Stefan Gronewold(groni)</Name>
  113. <Email>groni@pisilinux.org</Email>
  114. </Update>
  115. </History>
  116. </PISI>