pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xdotool</Name>
  6. <Homepage>https://github.com/jordansissel/xdotool</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>Command-line X11 automation tool</Summary>
  14. <Icon>xdotool</Icon>
  15. <Description>Command-line X11 automation tool</Description>
  16. <Archive sha1sum="0b2c246aa0a4b4a5758d93e02888ee2e8c6de0ba" type="targz">https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libXi-devel</Dependency>
  19. <Dependency>libX11-devel</Dependency>
  20. <Dependency>libXtst-devel</Dependency>
  21. <Dependency>libXinerama-devel</Dependency>
  22. <Dependency>libxkbcommon-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">xdotool-3.20211022.1-makefile.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>xdotool</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libX11</Dependency>
  32. <Dependency>libXtst</Dependency>
  33. <Dependency>libXinerama</Dependency>
  34. <Dependency>libxkbcommon</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="data">/usr/share</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>xdotool-devel</Name>
  46. <Summary>Development files for xdotool</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">xdotool</Dependency>
  49. <Dependency>libX11-devel</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="header">/usr/include</Path>
  53. <Path fileType="library">/usr/lib/pkgconfig</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="1">
  58. <Date>2022-07-26</Date>
  59. <Version>3.20211022.1</Version>
  60. <Comment>First release</Comment>
  61. <Name>PisiLinux Community</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>