123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>wayland-utils</Name>
- <Homepage>https://gitlab.freedesktop.org/wayland/wayland-utils</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>Wayland tools to display information about current compositor</Summary>
- <Description>Wayland tools to display information about current compositor</Description>
- <Archive sha1sum="3d02914d56493f9a789916d478604c904112f0da" type="tarbz2">https://gitlab.freedesktop.org/wayland/wayland-utils/-/archive/1.2.0/wayland-utils-1.2.0.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>wayland-devel</Dependency>
- <Dependency>wayland-client</Dependency>
- <Dependency>wayland-server</Dependency>
- <Dependency>wayland-cursor</Dependency>
- <Dependency>libdrm-devel</Dependency>
- <Dependency>wayland-protocols-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>wayland-utils.patch</Patch>
- <Patch level="1">wayland-utils.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>wayland-utils</Name>
- <RuntimeDependencies>
- <Dependency>libdrm</Dependency>
- <Dependency>wayland-client</Dependency>
- </RuntimeDependencies>
- -->
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2023-07-04</Date>
- <Version>1.2.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2022-09-19</Date>
- <Version>1.1.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-10-20</Date>
- <Version>1.0.0</Version>
- <Comment>First release.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|