pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wmctrl</Name>
  6. <Homepage>http://tripie.sweb.cz/utils/wmctrl/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Icon>wmctrl</Icon>
  15. <Summary>Control your EWMH compliant window manager from command line</Summary>
  16. <Description>The wmctrl program is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager.</Description>
  17. <Archive sha1sum="a123019a7fd5adc3e393fc1108cb706268a34e4d" type="targz">http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>libX11-devel</Dependency>
  21. <Dependency>libXmu-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch>wmctrl_1.07-6.diff</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>wmctrl</Name>
  29. <Summary>Control your EWMH compliant window manager from command line</Summary>
  30. <RuntimeDependencies>
  31. <Dependency>glib2</Dependency>
  32. <Dependency>libX11</Dependency>
  33. <Dependency>libXmu</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="doc">/usr/share/doc/</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2022-08-13</Date>
  44. <Version>1.0.7</Version>
  45. <Comment>First release.</Comment>
  46. <Name>Kamil Atlı</Name>
  47. <Email>suvari@pisilinux.org</Email>
  48. </Update>
  49. </History>
  50. </PISI>