123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xdotool</Name>
- <Homepage>https://github.com/jordansissel/xdotool</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>Command-line X11 automation tool</Summary>
- <Icon>xdotool</Icon>
- <Description>Command-line X11 automation tool</Description>
- <Archive sha1sum="0b2c246aa0a4b4a5758d93e02888ee2e8c6de0ba" type="targz">https://github.com/jordansissel/xdotool/releases/download/v3.20211022.1/xdotool-3.20211022.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libXi-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libXtst-devel</Dependency>
- <Dependency>libXinerama-devel</Dependency>
- <Dependency>libxkbcommon-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">xdotool-3.20211022.1-makefile.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>xdotool</Name>
- <RuntimeDependencies>
- <Dependency>libX11</Dependency>
- <Dependency>libXtst</Dependency>
- <Dependency>libXinerama</Dependency>
- <Dependency>libxkbcommon</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>xdotool-devel</Name>
- <Summary>Development files for xdotool</Summary>
- <RuntimeDependencies>
- <Dependency release="current">xdotool</Dependency>
- <Dependency>libX11-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-07-26</Date>
- <Version>3.20211022.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|