pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libXcursor</Name>
  6. <Homepage>http://www.x.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>X.Org Xcursor library</Summary>
  14. <Description>libXcursor is the X Cursor management library. It allows using different mouse skins and modifying of the text cursor.</Description>
  15. <Archive sha1sum="89870756758439f9216ddf5f2d3dca56570fc6b7" type="tarbz2">mirrors://xorg/individual/lib/libXcursor-1.1.14.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>util-macros</Dependency>
  18. <Dependency>libX11-devel</Dependency>
  19. <Dependency>xorg-proto</Dependency>
  20. <Dependency>libXfixes-devel</Dependency>
  21. <Dependency>libXrender-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libXcursor</Name>
  26. <RuntimeDependencies>
  27. <Dependency>libX11</Dependency>
  28. <Dependency>libXfixes</Dependency>
  29. <Dependency>libXrender</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libXcursor-devel</Name>
  38. <Summary>Development files for libXcursor</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">libXcursor</Dependency>
  41. <Dependency>libXfixes-devel</Dependency>
  42. <Dependency>libX11-devel</Dependency>
  43. <Dependency>libXrender-devel</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include/X11</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  49. <Path fileType="man">/usr/share/man</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>libXcursor-32bit</Name>
  54. <PartOf>emul32</PartOf>
  55. <Summary>32-bit shared libraries for libXcursor</Summary>
  56. <BuildType>emul32</BuildType>
  57. <BuildDependencies>
  58. <Dependency>libX11-32bit</Dependency>
  59. <Dependency>libXfixes-32bit</Dependency>
  60. <Dependency>libXrender-32bit</Dependency>
  61. </BuildDependencies>
  62. <RuntimeDependencies>
  63. <Dependency release="current">libXcursor</Dependency>
  64. <Dependency>libX11-32bit</Dependency>
  65. <Dependency>libXfixes-32bit</Dependency>
  66. <Dependency>libXrender-32bit</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="library">/usr/lib32</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="3">
  74. <Date>2017-02-02</Date>
  75. <Version>1.1.14</Version>
  76. <Comment>Rebuild.</Comment>
  77. <Name>PisiLinux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="2">
  81. <Date>2016-04-30</Date>
  82. <Version>1.1.14</Version>
  83. <Comment>Release bump</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="1">
  88. <Date>2014-05-16</Date>
  89. <Version>1.1.14</Version>
  90. <Comment>First release</Comment>
  91. <Name>Marcin Bojara</Name>
  92. <Email>marcin@pisilinux.org</Email>
  93. </Update>
  94. </History>
  95. </PISI>