1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>wmctrl</Name>
- <Homepage>http://tripie.sweb.cz/utils/wmctrl/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPL</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Icon>wmctrl</Icon>
- <Summary>Control your EWMH compliant window manager from command line</Summary>
- <Description>The wmctrl program is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager.</Description>
- <Archive sha1sum="a123019a7fd5adc3e393fc1108cb706268a34e4d" type="targz">http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libXmu-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>wmctrl_1.07-6.diff</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>wmctrl</Name>
- <Summary>Control your EWMH compliant window manager from command line</Summary>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libXmu</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc/</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-08-13</Date>
- <Version>1.0.7</Version>
- <Comment>First release.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|