123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libxkbcommon</Name>
- <Homepage>http://xkbcommon.org/</Homepage>
- <Packager>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <PartOf>x11.library</PartOf>
- <Summary>Library to convert evdev keycodes to keysyms</Summary>
- <Description>Library to convert evdev keycodes to keysyms</Description>
- <Archive sha1sum="293f3b2355c4bbf1da23474233b3bc54cb7b4fd3" type="targz">https://github.com/xkbcommon/libxkbcommon/archive/xkbcommon-0.7.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>libxcb-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libxkbcommon</Name>
- <RuntimeDependencies>
- <Dependency>libxcb</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc/libxkbcommon/</Path>
- <Path fileType="library">/usr/lib/lib*.so*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libxkbcommon-devel</Name>
- <Summary>Development files for libxkbcommon</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libxkbcommon</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>libxkbcommon-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for libxkbcommon</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>libxcb-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency release="current">libxkbcommon</Dependency>
- <Dependency>libxcb-32bit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-04-12</Date>
- <Version>0.7.1</Version>
- <Comment>First release</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|